diff --git a/docs/applications/bitwarden.md b/docs/applications/bitwarden.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/applications/gitea.md b/docs/applications/gitea.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/applications/nextcloud.md b/docs/applications/nextcloud.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/applications/plex.md b/docs/applications/plex.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/hardware/erl.md b/docs/hardware/erl.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/hardware/poweredge-r410.md b/docs/hardware/poweredge-r410.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/hardware/workstations.md b/docs/hardware/workstations.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/arc.md b/docs/network/arc.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/config.md b/docs/network/config.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/dhcp-dns.md b/docs/network/dhcp-dns.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/security.md b/docs/network/security.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/web.md b/docs/network/web.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/virtualization/docker.md b/docs/virtualization/docker.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/network/hypervisor.md b/docs/virtualization/index.md similarity index 98% rename from docs/network/hypervisor.md rename to docs/virtualization/index.md index a765400..97fcf89 100644 --- a/docs/network/hypervisor.md +++ b/docs/virtualization/index.md @@ -1,4 +1,4 @@ -# Hypervisors +# Virtual Machines Deployment procedure for new hypervisors, and documentation of existing hypervisor configurations. diff --git a/docs/virtualization/vms.md b/docs/virtualization/vms.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index 81eb0cd..179e013 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ --- -site_name: Network Docs +site_name: ENP.One Docs theme: name: material palette: @@ -17,4 +17,23 @@ repo_name: omni/omni-docs repo_url: https://vcs.enp.one/omni/omni-docs/ nav: - Home: index.md + - Network: + - Architecture: network/arc.md + - Configuration: network/config.md + - DHCP/DNS: network/dhcp-dns.md + - Security: network/security.md + - Web Hosting: network/web.md + - Virtualization: + - Virtual Machines: virtualization/vms.md + - Docker: virtualization/docker.md + - Applications: + - Gitea: applications/gitea.md + - Plex: applications/plex.md + - Nextcloud: applications/nextcloud.md + - Bitwarden: applications/bitwarden.md + - Hardware: + - Dell PowerEdge R410: hardware/poweredge-r410.md + - EdgeRouter Lite: hardware/erl.md + - Workstations: hardware/workstations.md +