Link from navigation bar to first docs page #3

This commit is contained in:
david-swift 2025-03-25 13:36:23 +01:00
parent b5ccc636c4
commit 0cd6f76e8c

View File

@ -141,7 +141,7 @@ show_repo = true
links = [
{ url = "@/blog/_index.md", name = "Blog" },
{ url = "@/subprojects/_index.md", name = "Subprojects" },
{ url = "@/docs/_index.md", name = "Docs" },
{ url = "@/docs/overview/index.md", name = "Docs" },
{ url = "@/demo/index.md", name = "Demo" },
]