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: pipeline:
build: build:
image: gitnet.fr/deblan/mkdocs image: gitnet.fr/deblan/mkdocs
pull: true
commands: commands:
- sed -i 's/# site_url/site_url/' mkdocs.yml - sed -i 's/# site_url/site_url/' mkdocs.yml
- mkdocs build - 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). You can customize colors depending of the theme (Dark theme and Breeze Dark).
* [Installation and upgrade](#installation-and-upgrade) * [Requirements](requirements.md)
* [How to contribute?](#how-to-contribute) * [Screenshots](screenshots.md)
* [Support](#support) * [Installation and upgrade](setup.md)
* [Screenshots](https://gitnet.fr/deblan/side_menu/src/branch/master/screenshots/) * [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) 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: plugins:
- search - search
- social - social
- autolinks
extra: extra:
generator: false generator: false
@ -41,6 +42,8 @@ nav:
- Screenshots: screenshots.md - Screenshots: screenshots.md
- Requirements: requirements.md - Requirements: requirements.md
- Install and update: setup.md - Install and update: setup.md
- Settings: settings.md - Settings:
- User: settings.md
- Admin: settings.md
- Support: support.md - Support: support.md
- Contribute: contrib.md - Contribute: contrib.md