We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f143ee6 + 36ee810 commit 060f5b5Copy full SHA for 060f5b5
3 files changed
docs/about.md
mkdocs.yml
@@ -44,9 +44,7 @@ extra_css:
44
45
# Navigation
46
nav:
47
-
48
- - About K-BERDL: about.md
49
+ - About K-BERDL: index.md
50
- Architecture:
51
- K-BERDL Architecture: architecture.md
52
- Onboarding Guide: onboarding-guide.md
zensical.toml
@@ -43,7 +43,7 @@ toggle.icon = "material/weather-sunny"
43
toggle.name = "Switch to light mode"
nav = [
- { "About K-BERDL" = "about.md" },
+ { "About K-BERDL" = "index.md" },
{ "Architecture" = [
{ "K-BERDL Architecture" = "architecture.md" },
{ "Onboarding Guide" = "onboarding-guide.md" },
0 commit comments