update links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-12 13:30:46 +01:00
parent ecf7b3b4b2
commit a330932f15
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,7 @@
pipeline:
build:
image: gitnet.fr/deblan/mkdocs
pull: true
commands:
- sed -i 's/# site_url/site_url/' mkdocs.yml
- mkdocs build

View file

@ -17,10 +17,12 @@ This application is rather suitable for instances that activate a lot of applica
You can customize colors depending of the theme (Dark theme and Breeze Dark).
* [Installation and upgrade](#installation-and-upgrade)
* [How to contribute?](#how-to-contribute)
* [Support](#support)
* [Screenshots](https://gitnet.fr/deblan/side_menu/src/branch/master/screenshots/)
* [Requirements](requirements.md)
* [Screenshots](screenshots.md)
* [Installation and upgrade](setup.md)
* [Settings](settings.md)
* [Support](support.md)
* [Contribute](contrib.md)
You like this app and you want to support me? ☕ [Buy me a coffee](https://www.buymeacoffee.com/deblan) or [Donate with liberapay](https://liberapay.com/deblan)

View file

@ -4,6 +4,7 @@ site_name: Custom menu
plugins:
- search
- social
- autolinks
extra:
generator: false
@ -41,6 +42,8 @@ nav:
- Screenshots: screenshots.md
- Requirements: requirements.md
- Install and update: setup.md
- Settings: settings.md
- Settings:
- User: settings.md
- Admin: settings.md
- Support: support.md
- Contribute: contrib.md