MrDraw/docs/plugins
Gina Häußge 8ed3bcb094 Slight changes in CLI structure for performance reasons
Having the plugin commands on the first level of --help proved to be
a bad idea since it basically kills every chance of lazy loading the (expensive)
plugin context. Using a sub command for anything plugin related allows us
to only fire up the plugin context if a plugin command is expected, saving us
some precious seconds of operation in all other cases.

For conformity reasons the dev sub commands were now restructured
similarly.
2015-10-30 16:28:34 +01:00
..
concepts.rst Inject user manager into plugins 2015-08-18 13:30:23 +02:00
distributing.rst [doc] documented viewmodels and their callbacks and dependency injection for usage in plugins 2015-04-23 17:27:25 +02:00
gettingstarted.rst Slight changes in CLI structure for performance reasons 2015-10-30 16:28:34 +01:00
hooks.rst <plugin identifier>:<command> => plugin:<plugin identifier> command 2015-10-30 10:14:21 +01:00
index.rst [doc] documented viewmodels and their callbacks and dependency injection for usage in plugins 2015-04-23 17:27:25 +02:00
mixins.rst Documented UiPlugin type and enhanced existing docs 2015-09-10 15:43:30 +02:00
viewmodels.rst Wizard templates can now indicate they are mandatory 2015-08-21 18:24:25 +02:00