From a330932f15a5189ead3fd1d2ff06cf8f6860c202 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 12 Feb 2023 13:30:46 +0100 Subject: [PATCH] update links --- .woodpecker.yml | 1 + docs/index.md | 10 ++++++---- mkdocs.yml | 5 ++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index dc16168..04845e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/docs/index.md b/docs/index.md index d522116..d4db2b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index 092a781..7687684 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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