From 10523deec6689dd6ab5935282588629c14b9a154 Mon Sep 17 00:00:00 2001 From: support Date: Fri, 27 Sep 2024 13:25:45 +0000 Subject: [PATCH] Update mkdocs updated navigation and also removed production section --- mkdocs.yml | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d9f68b3..4134592 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,7 @@ markdown_extensions: nav: - Home: index.md - Hardware: + - hardware/index.md - Computers: - hardware/computers/index.md - hardware/computers/290-g1.md @@ -50,33 +51,35 @@ nav: - hardware/network/hg8245w5.md - hardware/network/rt2600ac.md - hardware/network/sf3000-24p.md - - hardware/index.md - - Installation: - - installation/index.md - - installation/sandbox.md - - Production: - - installation/production/index.md - - installation/production/prerequisites.md - - installation/production/proxmox.md - - installation/production/docker.md - - installation/production/external-resources.md - - installation/production/configuration.md - - installation/production/deployment.md - - installation/post-installation.md - Services: - Docker: - services/docker/index.md - - services/docker/droneci.md - - services/docker/elasticsearch.md - - services/docker/gitea.md - - services/docker/graylog.md - - services/docker/mariadb.md - - services/docker/mongodb.md - - services/docker/nginx.md - - services/docker/pihole.md - - services/docker/portainer.md - - services/docker/traefik.md - - services/docker/uptime-kuma.md + - services/docker/installation.md + - services/docker/configuration.md + - Droneci: + - services/droneci/index.md + - services/droneci/installation.md + - services/droneci/configuration.md + - Gitea: + - services/gitea/index.md + - services/gitea/installation.md + - services/gitea/configuration.md + - Mariadb: + - services/mariadb/index.md + - services/mariadb/installation.md + - services/mariadb/configuration.md + - Mongodb: + - services/mongodb/index.md + - services/mongodb/installation.md + - services/mongodb/configuration.md + - Nginx: + - services/nginx/index.md + - services/nginx/installation.md + - services/nginx/configuration.md + - Portainer: + - services/portainer/index.md + - services/portainer/installation.md + - services/portainer/configuration.md - Proxmox: - services/proxmox/index.md - services/proxmox/db01.md