From f98bb3704fbbe57c2c206502194a261ab285e211 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Thu, 6 Jul 2023 19:38:18 +0200 Subject: [PATCH] reorders authorino nav items, for consistency with other sections --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0d8aa16a..b8f8dae1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,7 +85,6 @@ nav: - 'Authorino Operator': authorino-operator/README.md - 'Getting Started': authorino/docs/getting-started.md - 'Architecture': authorino/docs/architecture.md - - 'Reference': authorino/docs/features.md - 'How-to': - 'Hello World': authorino/docs/user-guides/hello-world.md - 'Authentication with Kubernetes tokens (TokenReview API)': authorino/docs/user-guides/kubernetes-tokenreview.md @@ -116,6 +115,7 @@ nav: - 'Reducing the operational space: sharding, noise and multi-tenancy': authorino/docs/user-guides/sharding.md - 'Caching': authorino/docs/user-guides/caching.md - 'Observability': authorino/docs/user-guides/observability.md + - 'Reference': authorino/docs/features.md - "Developer's Guide": authorino/docs/contributing.md - 'Limitador': - 'Overview': limitador/README.md