Skip to content

Commit ff16939

Browse files
Set Home root nav and remove top tabs
Define Home as the top-level root page in zensical nav and remove navigation.tabs to avoid top tab navigation on home. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent a74b134 commit ff16939

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/zensical.toml

Lines changed: 3 additions & 1 deletion
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"
@@ -22,7 +25,6 @@ features = [
2225
"navigation.instant",
2326
"navigation.instant.progress",
2427
"navigation.indexes",
25-
"navigation.tabs",
2628
"navigation.top",
2729
"navigation.tracking",
2830
"search.share",

0 commit comments

Comments
 (0)