Commit 3a874b696cf7948a5816765928546c97e28538c6

Authored by Gust
1 parent e87b86b9

Update user documentation on new settings

Showing 1 changed file with 22 additions and 1 deletions   Show diff stats
docs/source/user.rst
@@ -25,7 +25,7 @@ Plugins @@ -25,7 +25,7 @@ Plugins
25 25
26 .. attribute:: upstream 26 .. attribute:: upstream
27 27
28 -Declares the upstream server url of the proxy. 28 +Declares the upstream server url of the proxy. Only declare if the plugin is a proxy.
29 29
30 menu 30 menu
31 ++++++++++++ 31 ++++++++++++
@@ -63,8 +63,29 @@ context_processors @@ -63,8 +63,29 @@ context_processors
63 63
64 middlewares 64 middlewares
65 ++++++++++++ 65 ++++++++++++
  66 +
66 Declares the plugin middlewares. 67 Declares the plugin middlewares.
67 68
  69 +
  70 +Extra Template Folders
  71 +++++++++++++
  72 +
  73 +.. attribute:: COLAB_TEMPLATES
  74 +
  75 + :default: None
  76 +
  77 + Colab's extra template folders. Use it to add plugins template files.
  78 +
  79 +
  80 +Extra Static Folders
  81 +++++++++++++
  82 +
  83 +.. attribute:: COLAB_STATIC
  84 +
  85 + :default: None
  86 +
  87 + Colab's extra static folders. Use it to add plugins static files.
  88 +
68 Settings 89 Settings
69 -------- 90 --------
70 91