From c90cce5f23eb4be84dec19a48892a5d1820727c1 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Tue, 27 Aug 2019 23:33:53 -0400 Subject: [PATCH] Add project skeleton --- docs/applications/bitwarden.md | 0 docs/applications/gitea.md | 0 docs/applications/nextcloud.md | 0 docs/applications/plex.md | 0 docs/hardware/erl.md | 0 docs/hardware/poweredge-r410.md | 0 docs/hardware/workstations.md | 0 docs/network/arc.md | 0 docs/network/config.md | 0 docs/network/dhcp-dns.md | 0 docs/network/security.md | 0 docs/network/web.md | 0 docs/virtualization/docker.md | 0 .../hypervisor.md => virtualization/index.md} | 2 +- docs/virtualization/vms.md | 0 mkdocs.yml | 21 ++++++++++++++++++- 16 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/applications/bitwarden.md create mode 100644 docs/applications/gitea.md create mode 100644 docs/applications/nextcloud.md create mode 100644 docs/applications/plex.md create mode 100644 docs/hardware/erl.md create mode 100644 docs/hardware/poweredge-r410.md create mode 100644 docs/hardware/workstations.md create mode 100644 docs/network/arc.md create mode 100644 docs/network/config.md create mode 100644 docs/network/dhcp-dns.md create mode 100644 docs/network/security.md create mode 100644 docs/network/web.md create mode 100644 docs/virtualization/docker.md rename docs/{network/hypervisor.md => virtualization/index.md} (98%) create mode 100644 docs/virtualization/vms.md 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 +