You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zensical.toml
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@ site_description = "Technical documentation at Our World in Data."
12
12
# Copyright notice (supports HTML)
13
13
copyright = '<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> • <a href="privacy/">Privacy</a> • <a href="https://ourworldindata.org/">Our World in Data</a>'
14
14
15
+
# Navigation structure
16
+
nav = [
17
+
# { "OWID documentation" = "index.md" },
18
+
{ "etl" = "etl.md" },
19
+
{ "owid-grapher" = "owid-grapher.md" },
20
+
# { "covid" = "covid.md" },
21
+
{ "Privacy" = "privacy.md" },
22
+
]
23
+
15
24
# Directory structure (defaults shown, customize if needed)
0 commit comments