Add project skeleton

This commit is contained in:
Ethan Paul 2019-08-27 23:33:53 -04:00
parent 5b27dacf29
commit c90cce5f23
16 changed files with 21 additions and 2 deletions

View File

View File

View File

View File

0
docs/hardware/erl.md Normal file
View File

View File

View File

0
docs/network/arc.md Normal file
View File

0
docs/network/config.md Normal file
View File

0
docs/network/dhcp-dns.md Normal file
View File

0
docs/network/security.md Normal file
View File

0
docs/network/web.md Normal file
View File

View File

View File

@ -1,4 +1,4 @@
# Hypervisors
# Virtual Machines
Deployment procedure for new hypervisors, and documentation of existing hypervisor configurations.

View File

View File

@ -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