From 4b35b10aaa8cc157fcab31f1dd7921790b007278 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 3 Jan 2024 13:39:36 +0100 Subject: [PATCH] Updated indexing. --- config/en/mkdocs.yaml | 12 ++++++------ config/nl/mkdocs.yaml | 10 +++++----- docs/en/chemistry/{start.md => index.md} | 0 docs/en/mathematics/{start.md => index.md} | 0 docs/en/philosophy/{start.md => index.md} | 0 docs/en/physics/{start.md => index.md} | 0 docs/en/programming/{start.md => index.md} | 0 docs/nl/filosofie/index.md | 3 +++ docs/nl/filosofie/start.md | 0 docs/nl/natuurkunde/{start.md => index.md} | 0 docs/nl/scheikunde/{start.md => index.md} | 0 docs/nl/wiskunde/{start.md => index.md} | 0 12 files changed, 14 insertions(+), 11 deletions(-) rename docs/en/chemistry/{start.md => index.md} (100%) rename docs/en/mathematics/{start.md => index.md} (100%) rename docs/en/philosophy/{start.md => index.md} (100%) rename docs/en/physics/{start.md => index.md} (100%) rename docs/en/programming/{start.md => index.md} (100%) create mode 100755 docs/nl/filosofie/index.md delete mode 100755 docs/nl/filosofie/start.md rename docs/nl/natuurkunde/{start.md => index.md} (100%) rename docs/nl/scheikunde/{start.md => index.md} (100%) rename docs/nl/wiskunde/{start.md => index.md} (100%) diff --git a/config/en/mkdocs.yaml b/config/en/mkdocs.yaml index 039385f..b9fa1ef 100755 --- a/config/en/mkdocs.yaml +++ b/config/en/mkdocs.yaml @@ -5,8 +5,8 @@ theme: name: material features: - navigation.instant - - navigation.instant.prefetch - navigation.tabs + - navigation.indexes - toc.follow palette: - media: "(prefers-color-scheme: light)" @@ -64,7 +64,7 @@ extra_javascript: nav: - 'Welcome': index.md - 'Mathematics': - - 'Start': mathematics/start.md + - mathematics/index.md - 'Logic': mathematics/logic.md - 'Set theory': - 'Sets': mathematics/set-theory/sets.md @@ -107,13 +107,13 @@ nav: - 'The Laplace transform': mathematics/ordinary-differential-equations/laplace-transform.md - 'Physics': - - 'Start': physics/start.md + - physics/index.md - 'Chemistry': - - 'Start': chemistry/start.md + - chemistry/index.md - 'Philosophy': - - 'Start': philosophy/start.md + - philosophy/index.md - 'Programming': - - 'Start': programming/start.md + - programming/index.md diff --git a/config/nl/mkdocs.yaml b/config/nl/mkdocs.yaml index 26da54b..5f1d291 100755 --- a/config/nl/mkdocs.yaml +++ b/config/nl/mkdocs.yaml @@ -5,8 +5,8 @@ theme: name: material features: - navigation.instant - - navigation.instant.prefetch - navigation.tabs + - navigation.indexes - toc.follow palette: - media: "(prefers-color-scheme: light)" @@ -64,13 +64,13 @@ extra_javascript: nav: - 'Welkom': index.md - 'Wiskunde': - - 'Start': wiskunde/start.md + - wiskunde/index.md - 'Natuurkunde': - - 'Start': natuurkunde/start.md + - natuurkunde/index.md - 'Scheikunde': - - 'Start': scheikunde/start.md + - scheikunde/index.md - 'Basis': - 'Materialen en stoffen': scheikunde/basis/materialen-en-stoffen.md - 'Scheidingsmethoden': scheikunde/basis/scheidingsmethoden.md @@ -93,4 +93,4 @@ nav: - 'Analyse methoden': scheikunde/analyse-methoden.md - 'Filosofie': - - 'Start': filosofie/start.md \ No newline at end of file + - filosofie/index.md \ No newline at end of file diff --git a/docs/en/chemistry/start.md b/docs/en/chemistry/index.md similarity index 100% rename from docs/en/chemistry/start.md rename to docs/en/chemistry/index.md diff --git a/docs/en/mathematics/start.md b/docs/en/mathematics/index.md similarity index 100% rename from docs/en/mathematics/start.md rename to docs/en/mathematics/index.md diff --git a/docs/en/philosophy/start.md b/docs/en/philosophy/index.md similarity index 100% rename from docs/en/philosophy/start.md rename to docs/en/philosophy/index.md diff --git a/docs/en/physics/start.md b/docs/en/physics/index.md similarity index 100% rename from docs/en/physics/start.md rename to docs/en/physics/index.md diff --git a/docs/en/programming/start.md b/docs/en/programming/index.md similarity index 100% rename from docs/en/programming/start.md rename to docs/en/programming/index.md diff --git a/docs/nl/filosofie/index.md b/docs/nl/filosofie/index.md new file mode 100755 index 0000000..5ade908 --- /dev/null +++ b/docs/nl/filosofie/index.md @@ -0,0 +1,3 @@ +# Filosofie + +Welkom op de filosofie pagina. \ No newline at end of file diff --git a/docs/nl/filosofie/start.md b/docs/nl/filosofie/start.md deleted file mode 100755 index e69de29..0000000 diff --git a/docs/nl/natuurkunde/start.md b/docs/nl/natuurkunde/index.md similarity index 100% rename from docs/nl/natuurkunde/start.md rename to docs/nl/natuurkunde/index.md diff --git a/docs/nl/scheikunde/start.md b/docs/nl/scheikunde/index.md similarity index 100% rename from docs/nl/scheikunde/start.md rename to docs/nl/scheikunde/index.md diff --git a/docs/nl/wiskunde/start.md b/docs/nl/wiskunde/index.md similarity index 100% rename from docs/nl/wiskunde/start.md rename to docs/nl/wiskunde/index.md