diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-23 13:43:04 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-23 13:43:04 -0500 |
commit | 24ede04415df1a79da83e2716ab3c714e2080563 (patch) | |
tree | 2b50ec224ce3240faaf0847ed003a0e08ef56d51 /docs/source/siteadmin/theming.rst | |
parent | 23055eb3947a9f1b11f7c8fc2f460653c7bf2875 (diff) | |
download | mediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.tar.lz mediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.tar.xz mediagoblin-24ede04415df1a79da83e2716ab3c714e2080563.zip |
Documentation changes to reflect new plugin assetlink stuff
- updated old theme assetlink section to reflect new location of
./bin/gmg assetlink and removed comment about the plugin command
being temporary.
- Added a new section to the standard config file on where to put the
plugin_static section
- Added release notes about said section
This commit sponsored by Thomas Webber. Thanks, Dad!
Diffstat (limited to 'docs/source/siteadmin/theming.rst')
-rw-r--r-- | docs/source/siteadmin/theming.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/theming.rst b/docs/source/siteadmin/theming.rst index 98ec6de7..11ae3875 100644 --- a/docs/source/siteadmin/theming.rst +++ b/docs/source/siteadmin/theming.rst @@ -51,7 +51,7 @@ want to install this theme! Don't worry, it's fairly painless. 5. Link the assets so that they can be served by your web server:: - $ ./bin/gmg theme assetlink + $ ./bin/gmg assetlink .. Note:: |