From bafb8177e2dc68996ae0ced273501a61866015a3 Mon Sep 17 00:00:00 2001 From: catttam Date: Mon, 29 Jan 2024 09:33:44 +0100 Subject: [PATCH] Fixing mkdocs navigation --- mkdocs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3003179e..4547954e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,10 @@ nav: - Deployment with EC3: deploy-ec3.md - Deployment with Helm: deploy-helm.md - Deployment on K3s with Ansible: deploy-ansible.md +- Third party integrations: + - Integration with EGI: egi-integration.md + - OIDC Authorization: oidc-auth.md + - Integration with SCONE: sgx-integration.md - usage.md - invoking.md - Functions Definition Language (FDL): fdl.md @@ -15,11 +19,6 @@ nav: - oscar-cli.md - OpenAPI Specification: api.md - MinIO bucket replication: minio-bucket-replication.md -nav: -- Third party integrations: - - Integration with EGI: egi-integration.md - - OIDC Authorization: oidc-auth.md - - Integration with SCONE: sgx-integration.md - Frequently Asked Questions (FAQ): faq.md - license.md - about.md