Add project skeleton
This commit is contained in:
parent
5b27dacf29
commit
c90cce5f23
0
docs/applications/bitwarden.md
Normal file
0
docs/applications/bitwarden.md
Normal file
0
docs/applications/gitea.md
Normal file
0
docs/applications/gitea.md
Normal file
0
docs/applications/nextcloud.md
Normal file
0
docs/applications/nextcloud.md
Normal file
0
docs/applications/plex.md
Normal file
0
docs/applications/plex.md
Normal file
0
docs/hardware/erl.md
Normal file
0
docs/hardware/erl.md
Normal file
0
docs/hardware/poweredge-r410.md
Normal file
0
docs/hardware/poweredge-r410.md
Normal file
0
docs/hardware/workstations.md
Normal file
0
docs/hardware/workstations.md
Normal file
0
docs/network/arc.md
Normal file
0
docs/network/arc.md
Normal file
0
docs/network/config.md
Normal file
0
docs/network/config.md
Normal file
0
docs/network/dhcp-dns.md
Normal file
0
docs/network/dhcp-dns.md
Normal file
0
docs/network/security.md
Normal file
0
docs/network/security.md
Normal file
0
docs/network/web.md
Normal file
0
docs/network/web.md
Normal file
0
docs/virtualization/docker.md
Normal file
0
docs/virtualization/docker.md
Normal file
@ -1,4 +1,4 @@
|
||||
# Hypervisors
|
||||
# Virtual Machines
|
||||
|
||||
Deployment procedure for new hypervisors, and documentation of existing hypervisor configurations.
|
||||
|
0
docs/virtualization/vms.md
Normal file
0
docs/virtualization/vms.md
Normal file
21
mkdocs.yml
21
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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user