kopia lustrzana https://github.com/linuxserver/docker-documentation
Use awesome-pages nav
rodzic
effca6b95a
commit
22d20434d7
|
@ -0,0 +1,6 @@
|
||||||
|
nav:
|
||||||
|
- Introduction: index.md
|
||||||
|
- FAQ.md
|
||||||
|
- general
|
||||||
|
- images
|
||||||
|
- misc
|
|
@ -0,0 +1 @@
|
||||||
|
--8<-- "finances.md"
|
|
@ -1,3 +1,4 @@
|
||||||
|
mkdocs-awesome-pages-plugin==2.8.0
|
||||||
mkdocs-material==8.5.10
|
mkdocs-material==8.5.10
|
||||||
mkdocs-minify-plugin==0.6.1
|
mkdocs-minify-plugin==0.6.1
|
||||||
mkdocs-redirects==1.2.0
|
mkdocs-redirects==1.2.0
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
nav:
|
||||||
|
- container-execution.md
|
||||||
|
- containers-101.md
|
||||||
|
- running-our-containers.md
|
||||||
|
- container-customization.md
|
||||||
|
- docker-compose.md
|
||||||
|
- understanding-puid-and-pgid.md
|
||||||
|
- updating-our-containers.md
|
||||||
|
- volumes.md
|
||||||
|
- fleet.md
|
||||||
|
- swag.md
|
||||||
|
- awesome-lsio.md
|
|
@ -0,0 +1,2 @@
|
||||||
|
nav:
|
||||||
|
- ... | regex=^docker-((?!(baseimage-|base-alpine-example|base-ubuntu-example|ci|doc-builder|gazee|gmail-order-bot|hydra2|jenkins-builder|letsencrypt|musicbrainz|mylar|pydio|readme-sync|rutorrent|sickrage|tester)).)*.md$
|
|
@ -37,6 +37,7 @@ markdown_extensions:
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
- awesome-pages
|
||||||
- minify:
|
- minify:
|
||||||
minify_html: true
|
minify_html: true
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue