From b98ebfd26295f00528e96e3b1523d303da8fe4d5 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Sun, 24 Jul 2022 23:03:25 +0200 Subject: [PATCH] use awesome nav --- docs/.pages | 0 docs/architecture/.pages | 1 + docs/installation/.pages | 6 ++++++ mkdocs.yml | 13 ++++++------- requirements.txt | 1 + 5 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 docs/.pages create mode 100644 docs/architecture/.pages create mode 100644 docs/installation/.pages diff --git a/docs/.pages b/docs/.pages new file mode 100644 index 0000000..e69de29 diff --git a/docs/architecture/.pages b/docs/architecture/.pages new file mode 100644 index 0000000..0dcafb3 --- /dev/null +++ b/docs/architecture/.pages @@ -0,0 +1 @@ +hide: true \ No newline at end of file diff --git a/docs/installation/.pages b/docs/installation/.pages new file mode 100644 index 0000000..1274181 --- /dev/null +++ b/docs/installation/.pages @@ -0,0 +1,6 @@ +nav: + - Basis: index.md + - Single-Sign-On: authentik.md + - Tools: + - TODO: + - ... \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 90107de..d0c472f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,10 @@ theme: favicon: assets/favicon.svg logo: assets/favicon.svg +plugins: + - search + - awesome-pages + markdown_extensions: - abbr - pymdownx.snippets @@ -20,18 +24,13 @@ edit_uri: _edit/main/docs/ nav: - Home: index.md - - Toolübersicht: tools/README.md - - Installation: - - Basis: installation/ - - Single-Sign-On Provider: installation/authentik/ - - Tools: - - Nextcloud: installation/nextcloud/ - - Wekan: installation/wekan/ + - ... - FAQ: faq.md - Source Code (Gitea): https://git.local-it.org - Rechtliches: - Datenschutz: https://local-it.org/datenschutzerklaerung/ - Impressum: https://local-it.org/datenschutzerklaerung/ + extra_css: - extra.css \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index fd1adfa..f3f3b8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +mkdocs-awesome-pages-plugin==2.8.0 mkdocs-material-extensions==1.0.3 mkdocs-material==7.2.6 mkdocs==1.2.2