Fixed mkdocs.yml
This commit is contained in:
parent
bd92735e37
commit
2f841abe80
76
mkdocs.yml
76
mkdocs.yml
|
@ -5,49 +5,49 @@ plugins:
|
||||||
- no3rdparty
|
- no3rdparty
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: .
|
- Home: index.md
|
||||||
|
|
||||||
- Getting started:
|
- Getting started:
|
||||||
- Guide: getting-started
|
- Guide: getting-started
|
||||||
- Rules: getting-started/rules
|
- Rules: getting-started/rules
|
||||||
- Requirements: getting-started/requirements
|
- Requirements: getting-started/requirements
|
||||||
- Registration: getting-started/registration
|
- Registration: getting-started/registration
|
||||||
|
|
||||||
- entitydb:
|
- entitydb:
|
||||||
- Format and Rules: entitydb/format-rules
|
- Format and Rules: entitydb/format-rules
|
||||||
- Security in Git: entitydb/security-in-git
|
- Security in Git: entitydb/security-in-git
|
||||||
- max-len attribut: entitydb/maxlen
|
- max-len attribut: entitydb/maxlen
|
||||||
|
|
||||||
- Routing:
|
- Routing:
|
||||||
- Fowarding: routing/forwarding
|
- Fowarding: routing/forwarding
|
||||||
- Create a dummy interface: routing/create-dummy-interface
|
- Create a dummy interface: routing/create-dummy-interface
|
||||||
- bird:
|
- bird:
|
||||||
- Setting up Bird: routing/bird/bird
|
- Setting up Bird: routing/bird/bird
|
||||||
- max-len filter in bird: routing/bird/maxlen-filter
|
- max-len filter in bird: routing/bird/maxlen-filter
|
||||||
- babeld:
|
- babeld:
|
||||||
- Setting up Babeld: routing/babeld/babeld
|
- Setting up Babeld: routing/babeld/babeld
|
||||||
- Compile and install babeld: routing/babeld/compile-install
|
- Compile and install babeld: routing/babeld/compile-install
|
||||||
- max-len filter in babeld: routing/babeld/maxlen-filter
|
- max-len filter in babeld: routing/babeld/maxlen-filter
|
||||||
- babelweb2: routing/babeld/babelweb2
|
- babelweb2: routing/babeld/babelweb2
|
||||||
|
|
||||||
|
|
||||||
- Tunneling:
|
- Tunneling:
|
||||||
- Fastd: tunneling/fastd
|
- Fastd: tunneling/fastd
|
||||||
- Compile and install fastd: tunneling/fastd-compile-install
|
- Compile and install fastd: tunneling/fastd-compile-install
|
||||||
- WireGuard: tunneling/wireguard
|
- WireGuard: tunneling/wireguard
|
||||||
- OpenVPN: tunneling/openvpn
|
- OpenVPN: tunneling/openvpn
|
||||||
- IP Tunnel: tunneling/iptunnel
|
- IP Tunnel: tunneling/iptunnel
|
||||||
|
|
||||||
- Setting up your home network:
|
- Setting up your home network:
|
||||||
- Setting up radv (router): home-network/radv
|
- Setting up radv (router): home-network/radv
|
||||||
- Setting up SLAAC (hosts): home-network/slaac
|
- Setting up SLAAC (hosts): home-network/slaac
|
||||||
- DNS: home-network/dns
|
- DNS: home-network/dns
|
||||||
|
|
||||||
- Additional:
|
- Additional:
|
||||||
- DNS: additional/dns
|
- DNS: additional/dns
|
||||||
- DN42 interconnection: additional/dn42-interconnection
|
- DN42 interconnection: additional/dn42-interconnection
|
||||||
- OTG: additional/otg/
|
- OTG: additional/otg/
|
||||||
|
|
||||||
- Peers: peers
|
- Peers: peers
|
||||||
- Services: services
|
- Services: services
|
||||||
- People: people
|
- People: people
|
||||||
|
|
Loading…
Reference in New Issue