-
Hi, I want to ask, "how to disable landing page in vitepress an straight to the docs page?" |
Beta Was this translation helpful? Give feedback.
Answered by
kiaking
May 29, 2023
Replies: 1 comment 1 reply
-
Don't use frontmatter Are you looking for something like this site? Then the config for this is at here 👇 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iqlal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't use frontmatter
layout: home
then all pages becomes docs page.Are you looking for something like this site?
https://sefirot.globalbrains.com
Then the config for this is at here 👇
https://github.com/globalbrain/sefirot/blob/main/docs/.vitepress/config.ts