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