add faq question
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-21 21:30:54 +01:00
commit ec99ece719
Signed by: deblan
GPG key ID: 579388D585F70417
4 changed files with 16 additions and 5 deletions

BIN
docs/_static/img/allowlist.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

Before After
Before After

View file

@ -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)](./_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)](./_static/img/allowlist.png){target="blank"}
</figure>

View file

@ -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