From e8ba4d82739b53351f1b36e606fabdf686a0929c Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 14 Feb 2025 11:29:40 +0100 Subject: [PATCH 1/3] No nav tabs --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 75f47b6a9..dd128e557 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,7 +78,6 @@ theme: - content.code.annotate - content.code.copy - navigation.footer - - navigation.tabs - navigation.top - navigation.tracking - search.share From b4c913432909bd9594e11c54a16421914b83fe60 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 14 Feb 2025 11:31:31 +0100 Subject: [PATCH 2/3] Don't hide the side nav on the homepages --- docs/index.es.md | 1 - docs/index.fr.md | 1 - docs/index.md | 1 - docs/index.pt.md | 1 - 4 files changed, 4 deletions(-) diff --git a/docs/index.es.md b/docs/index.es.md index 3d1164d3d..86562b360 100644 --- a/docs/index.es.md +++ b/docs/index.es.md @@ -2,7 +2,6 @@ title: Nextflow Training description: ¡Bienvenido al portal de capacitación de la comunidad Nextflow! hide: - - navigation - toc - footer --- diff --git a/docs/index.fr.md b/docs/index.fr.md index 2e2590c06..2cd35f89f 100644 --- a/docs/index.fr.md +++ b/docs/index.fr.md @@ -2,7 +2,6 @@ title: Formation Nextflow description: Bienvenue sur le portail de formation de la communauté Nextflow ! hide: - - navigation - toc - footer --- diff --git a/docs/index.md b/docs/index.md index 10d7ef3ef..af9fd05fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,6 @@ title: Nextflow Training description: Welcome to the Nextflow community training portal! hide: - - navigation - toc - footer --- diff --git a/docs/index.pt.md b/docs/index.pt.md index 45eafbabe..3a28ba0b7 100644 --- a/docs/index.pt.md +++ b/docs/index.pt.md @@ -2,7 +2,6 @@ title: Portal de Treinamento Nextflow description: Seja bem vindo ao portal de treinamento da comunidade do Nextflow! hide: - - navigation - toc - footer --- From b47fd69ef89eca7d2f7b6d86d3c8c2ba0b7c05db Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 14 Feb 2025 11:34:46 +0100 Subject: [PATCH 3/3] Add instant navigation --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index dd128e557..b729dc5d4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,6 +78,7 @@ theme: - content.code.annotate - content.code.copy - navigation.footer + - navigation.instant - navigation.top - navigation.tracking - search.share