diff --git a/docs/usage/index.md b/docs/usage/index.md new file mode 100644 index 0000000..65d5f76 --- /dev/null +++ b/docs/usage/index.md @@ -0,0 +1,4 @@ +Using CRXN +========== + +Once you're connected there are various things you can do on the network, some of which we have included below as a way to get your feet slightly wet with your new CRXN connection. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d08a0a8..c10eaf9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,7 @@ nav: - Requirements: requirements.md - Registration: - Registering and adding your prefix to EntityDB: registration/entitydb.md + - Network configuration: network/setup.md - Routing: - Setting up Bird: - Bird basics: routing/bird/bird_basics.md @@ -26,6 +27,7 @@ nav: - Setting up radv (router): radv.md - Setting up SLAAC (hosts): slaac/slaac.md - CRXN DNS: dns/dns.md + - Using the network: usage/ - Additional: - On-the-go CRXN: - What is it?: otg/index.md