diff --git a/docs/index.md b/docs/index.md index d4db2b2..79ae681 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ You can customize colors depending of the theme (Dark theme and Breeze Dark). * [Requirements](requirements.md) * [Screenshots](screenshots.md) * [Installation and upgrade](setup.md) -* [Settings](settings.md) +* [Tips](tips.md) * [Support](support.md) * [Contribute](contrib.md) diff --git a/docs/settings.md b/docs/settings.md deleted file mode 100644 index ad55585..0000000 --- a/docs/settings.md +++ /dev/null @@ -1 +0,0 @@ -# Coming soon... diff --git a/docs/tips.md b/docs/tips.md new file mode 100644 index 0000000..01feb89 --- /dev/null +++ b/docs/tips.md @@ -0,0 +1,15 @@ +--- +hide: + - navigation +--- + +# Tips + +## Custom app order + +Custom Menu could replace [Apporder](https://github.com/juliushaertl/apporder). + +1. Go to user or global settings +2. Scroll to `Top menu` check all apps in `Applications kept in the top menu` +3. Scroll to `Applications` and customize sorting +4. Save diff --git a/mkdocs.yml b/mkdocs.yml index 47e80eb..edadcb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,8 +42,6 @@ nav: - Screenshots: screenshots.md - Requirements: requirements.md - Install and upgrade: setup.md - - Settings: - - User: settings.md - - Admin: settings.md + - Tips: tips.md - Support: support.md - Contribute: contrib.md