Merge pull request 'sync menu with jekyll version' (#42) from mark22k/crxn-docs:update-menu into master

Reviewed-on: https://codeberg.org/CRXN/docs/pulls/42
This commit is contained in:
Marek Küthe 2023-02-05 12:20:34 +00:00
commit bd92735e37
1 changed files with 41 additions and 28 deletions

View File

@ -2,39 +2,52 @@ site_name: CRXN
theme: readthedocs theme: readthedocs
extra_css: [extra.css] extra_css: [extra.css]
plugins: plugins:
- no3rdparty - no3rdparty
nav: nav:
- Home: . - Home: .
- 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:
- Format and Rules: entitydb/format-rules
- Security in Git: entitydb/security-in-git
- max-len attribut: entitydb/maxlen
- Routing: - Routing:
- Fowarding: routing/forwarding - Fowarding: routing/forwarding
- Setting up Bird: routing/bird/bird - Create a dummy interface: routing/create-dummy-interface
- bird:
- Setting up Bird: routing/bird/bird
- max-len filter in bird: routing/bird/maxlen-filter
- babeld:
- Setting up Babeld: routing/babeld/babeld
- Compile and install babeld: routing/babeld/compile-install
- max-len filter in babeld: routing/babeld/maxlen-filter
- babelweb2: routing/babeld/babelweb2
- Tunneling: - Tunneling:
- Fastd: tunneling/fastd - Fastd: tunneling/fastd
- WireGuard: tunneling/wireguard - Compile and install fastd: tunneling/fastd-compile-install
- WireGuard: tunneling/wireguard
- OpenVPN: tunneling/openvpn
- IP Tunnel: tunneling/iptunnel
- Setting up your home network: - Setting up your home network:
- Configuring your hosts: - Setting up radv (router): home-network/radv
- Automatically with SLAAC and radv: - Setting up SLAAC (hosts): home-network/slaac
- Setting up radv (router): home-network/radv - DNS: home-network/dns
- Setting up SLAAC (hosts): home-network/slaac
- DNS: home-network/dns
- Additional: - Additional:
- DNS: additional/dns - DNS: additional/dns
- DN42 interconnection: additional/dn42-interconnection - DN42 interconnection: additional/dn42-interconnection
- On-the-go CRXN: - OTG: additional/otg/
- What is it?: additional/otg/
- Deavmi's OTG: additional/otg/deavmi
- Peers: peers - Peers: peers
- Services: services - Services: services
- People: people - People: people