Skip to content

Commit f87cb2f

Browse files
committed
update privacy notice and navigation structure in Zensical configuration
1 parent 4128f9b commit f87cb2f

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

docs/privacy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
16
# Privacy notice
27

38
This documentation site is maintained by [Our World in Data](https://ourworldindata.org/).

zensical.toml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ site_description = "Technical documentation at Our World in Data."
1212
# Copyright notice (supports HTML)
1313
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>'
1414

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+
1524
# Directory structure (defaults shown, customize if needed)
1625
# docs_dir = "docs"
1726
# site_dir = "site"
@@ -72,24 +81,6 @@ icon = "fontawesome/brands/linkedin"
7281
link = "https://linkedin.com/company/ourworldindata"
7382

7483

75-
# Navigation structure
76-
# Note: Zensical will auto-discover pages if nav is not specified
77-
[[project.nav]]
78-
title = "OWID documentation"
79-
path = "index.md"
80-
81-
[[project.nav]]
82-
title = "etl"
83-
path = "etl.md"
84-
85-
[[project.nav]]
86-
title = "owid-grapher"
87-
path = "owid-grapher.md"
88-
89-
[[project.nav]]
90-
title = "covid"
91-
path = "covid.md"
92-
9384
# Color palette for light mode
9485
[[theme.palette]]
9586
media = "(prefers-color-scheme: light)"

0 commit comments

Comments
 (0)