-
|
I'm hoping to let users land on the actual docs, not a landing page. |
Beta Was this translation helpful? Give feedback.
Answered by
HiDeoo
Oct 7, 2025
Replies: 1 comment 1 reply
-
|
👋 I guess there are multiple answers to this question depending on the desired outcome.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
omundy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👋
I guess there are multiple answers to this question depending on the desired outcome.
src/content/docs/index.mdappearance is controlled by thetemplatefrontmatter field. Either removing it entirely or changing todocwill give the page the layout of other documentation pages. This means users will still be landing on this page looking like the other ones and you can make it part of your documentation, it doesn't have to be a landing page.