This commit is contained in:
parent
f2394e35fd
commit
ec99ece719
4 changed files with 16 additions and 5 deletions
BIN
docs/_static/img/allowlist.png
vendored
Normal file
BIN
docs/_static/img/allowlist.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
BIN
docs/_static/img/export_conf.png
vendored
BIN
docs/_static/img/export_conf.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB |
|
|
@ -3,9 +3,9 @@ hide:
|
|||
- navigation
|
||||
---
|
||||
|
||||
# Tips
|
||||
# FAQ
|
||||
|
||||
## Custom app order
|
||||
## How to replace Apporder?
|
||||
|
||||
Custom Menu could replace [Apporder](https://github.com/juliushaertl/apporder).
|
||||
|
||||
|
|
@ -14,12 +14,20 @@ Custom Menu could replace [Apporder](https://github.com/juliushaertl/apporder).
|
|||
3. Scroll to `Applications` and customize sorting
|
||||
4. Save
|
||||
|
||||
## Export the configuration
|
||||
## How to export the configuration?
|
||||
|
||||
1. Go to user or global settings
|
||||
1. Go global settings
|
||||
2. Click on `Export the configuration`
|
||||
|
||||
<figure markdown>
|
||||
[](./_static/img/export_conf.png){target="blank"}
|
||||
<figcaption>Export the configuration</figcaption>
|
||||
</figure>
|
||||
|
||||
## Custom Menu doesn't work for guest users
|
||||
|
||||
Custom menu must be added in app's allowlist.
|
||||
|
||||
<figure markdown>
|
||||
[](./_static/img/allowlist.png){target="blank"}
|
||||
</figure>
|
||||
|
|
@ -5,6 +5,9 @@ plugins:
|
|||
- search
|
||||
- social
|
||||
- autolinks
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
'tips.md': 'faq.md'
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
|
|
@ -46,7 +49,7 @@ nav:
|
|||
- Screenshots: screenshots.md
|
||||
- Requirements: requirements.md
|
||||
- Install and upgrade: setup.md
|
||||
- Tips: tips.md
|
||||
- FAQ: faq.md
|
||||
- Support: support.md
|
||||
- Contribute: contrib.md
|
||||
- Changelog: changelog.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue