瀏覽代碼

Update config notes page

Håvard O. Nordstrand 5 年之前
父節點
當前提交
4015a24313
共有 5 個文件被更改,包括 46 次插入11 次删除
  1. 26 8
      config/index.md
  2. 1 1
      config/network/cisco-catalyst-ios.md
  3. 1 1
      config/network/mikrotik-swos.md
  4. 1 1
      config/network/notes.md
  5. 17 0
      config/network/vyos.md

+ 26 - 8
config/index.md

@@ -8,29 +8,47 @@ breadcrumbs:
 
 ## Linux Server
 
-- [Notes](linux-server/notes.md)
-- [Debian Server](linux-server/debian-server.html)
-- [Applications](linux-server/applications)
+- [Notes](linux-server/notes/)
+- [Debian Server](linux-server/debian-server/)
+- [Applications](linux-server/applications/)
 - [Troubleshooting](linux-server/troubleshooting/)
 
 ## PC
 
-- [](pc/)
+- [Common Applications](pc/common-applications/)
+- [Kubuntu](pc/kubuntu/)
+- [Linux Applications](pc/linux-applications/)
+- [Linux Examples](pc/linux-examples/)
+- [Windows](pc/windows/)
+- [Windows Applications](pc/windows-applications/)
 
 ## IoT
 
-- [](iot/)
+- [Raspberry Pi](iot/raspberry-pi/)
 
 ## Network
 
-- [](network/)
+- [Notes](network/notes/)
+- [Brocade ICX Switches](network/brocade-icx/)
+- [Cisco Catalyst Switches (IOS)](network/cisco-catalyst-ios/)
+- [Linksys LGS Switches](network/linksys-lgs/)
+- [Linux Router](network/linux-router/)
+- [Mikrotik Switches (SwOS)](network/mikrotik-swos/)
+- [pfSense](network/pfsense/)
+- [UniFi](network/unifi/)
+- [VyOS](network/vyos/)
 
 ## Hardware
 
-- [](hardware/)
+- [Dell PowerEdge](hardware/dell-poweredge/)
+- [Dell OptiPlex](hardware/dell-optiplex/)
+- [Clevo](hardware/clevo/)
 
 ## Hosting Providers
 
-- [](hosting-providers)
+- [Bluehost](hosting-providers/bluehost/)
+- [One.com](hosting-providers/one-com/)
+- [Terrahost](hosting-providers/terrahost/)
+- [Webhuset](hosting-providers/webhuset/)
 
 {% include footer.md %}

+ 1 - 1
config/network/cisco-catalyst-ios.md

@@ -1,5 +1,5 @@
 ---
-title: Cisco Catalyst (IOS) Switches
+title: Cisco Catalyst Switches (IOS)
 toc_enable: yes
 breadcrumbs:
 - title: Home

+ 1 - 1
config/network/mikrotik-swos.md

@@ -1,5 +1,5 @@
 ---
-title: Mikrotik SwOS Switches
+title: Mikrotik Switches (SwOS)
 toc_enable: yes
 breadcrumbs:
 - title: Home

+ 1 - 1
config/network/common.md → config/network/notes.md

@@ -1,5 +1,5 @@
 ---
-title: Switches Common
+title: Network Notes
 toc_enable: yes
 breadcrumbs:
 - title: Home

+ 17 - 0
config/network/vyos.md

@@ -0,0 +1,17 @@
+---
+title: VyOS
+toc_enable: yes
+breadcrumbs:
+- title: Home
+  url: /
+- title: Configuration Notes
+  url: /config/
+- title: Network
+---
+{% include header.md %}
+
+Using: **TODO**
+
+**TODO**
+
+{% include footer.md %}