diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-01-17 20:48:01 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-01-17 14:48:01 -0500 |
commit | 9edc829c1758b436f8f52ebe61479af087940d60 (patch) | |
tree | d54caf179dd74cc5951c7b98c2f7da2719eb1124 /docs/content/doc/advanced/config-cheat-sheet.en-us.md | |
parent | 82e08a3364195b515a005180c2bdc08e78aac208 (diff) | |
download | gitea-9edc829c1758b436f8f52ebe61479af087940d60.tar.gz gitea-9edc829c1758b436f8f52ebe61479af087940d60.zip |
update docs to include THEMES config value (#5752)
* update docs to include THEMES
* Update app.ini.sample
* Update config-cheat-sheet.en-us.md
Diffstat (limited to 'docs/content/doc/advanced/config-cheat-sheet.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 6fe98f809b..6d17f78cef 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -77,6 +77,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `FEED_MAX_COMMIT_NUM`: **5**: Number of maximum commits shown in one activity feed. - `GRAPH_MAX_COMMIT_NUM`: **100**: Number of maximum commits shown in the commit graph. - `DEFAULT_THEME`: **gitea**: \[gitea, arc-green\]: Set the default theme for the Gitea install. +- `THEMES`: **gitea,arc-green**: All available themes. Allow users select personalized themes + regardless of the value of `DEFAULT_THEME`. ### UI - Admin (`ui.admin`) |