docs(index.md): improve styling

This commit is contained in:
Aaron U'Ren 2024-03-17 14:39:19 -05:00
parent a7d7ac5d1f
commit cff45a66a4
No known key found for this signature in database
GPG Key ID: 3A160440911786EE

View File

@ -2,24 +2,35 @@
The documentation is divided into the following sections: The documentation is divided into the following sections:
## Introduction
- [Introduction](introduction.md) - [Introduction](introduction.md)
- [What is Kube-router?](introduction.md#what-is-kube-router) - [What is Kube-router?](introduction.md#what-is-kube-router)
- [Why Kube-router?](introduction.md#why-kube-router) - [Why Kube-router?](introduction.md#why-kube-router)
- Concepts
- [See it in action](see-it-in-action.md) ## Concepts
- [How it works?](how-it-works.md)
- [Architecture](architecture.md) - [See it in action](see-it-in-action.md)
- [How it works?](how-it-works.md)
- [Architecture](architecture.md)
## User Guide
- [User Guide](user-guide.md) - [User Guide](user-guide.md)
- [installation](user-guide.md#try-kube-router-with-cluster-installers) - [installation](user-guide.md#try-kube-router-with-cluster-installers)
- [requirements](user-guide.md#requirements) - [requirements](user-guide.md#requirements)
- Operations guide
- [Health](health.md) ## Operations guide
- [Observability](observability.md)
- [Troubleshooting](troubleshoot.md) - [Health](health.md)
- [Pod toolbox](pod-toolbox.md) - [Observability](observability.md)
- [Upgrades](upgrading.md) - [Troubleshooting](troubleshoot.md)
- [IPv6 / Dual-Stack](ipv6.md) - [Pod toolbox](pod-toolbox.md)
- [Load Balancer Support](load-balancer-allocator.md) - [Upgrades](upgrading.md)
- Developer and Contributor Guide - [IPv6 / Dual-Stack](ipv6.md)
- [Developer Guide](developing.md) - [Load Balancer Support](load-balancer-allocator.md)
- [Contributor Guideline](/CONTRIBUTING.md)
## Developer and Contributor Guide
- [Developer Guide](developing.md)
- [Contributor Guideline](/CONTRIBUTING.md)