Skip to content

Commit a02a2b8

Browse files
Use Home root nav without top tabs (#43)
## Summary - set explicit root nav label to Home - remove navigation.tabs so top-level tab nav is not shown on Home --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 4ca0f6b commit a02a2b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/zensical.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
site_name = "-{{ REPO_NAME }}-"
33
repo_name = "-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-"
44
repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-"
5+
nav = [
6+
{"Home" = "index.md"},
7+
]
58

69
[project.theme]
710
language = "en"

0 commit comments

Comments
 (0)