"autoCatalog" doesn't make contents. #3602
-
My theme.ts(was imported by config.ts) is as follows:
However, when I run "yarn docs:dev", there's nothing like contents in every entry and every "README.md" in every entry does't contain something like this.
Did I do anything wrong in "theme.ts" or I have to do something with my "README.md"? Current README.md
|
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Nov 7, 2023
Replies: 1 comment 3 replies
-
I need a minimal reproduction, please give me one |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I delete
guide/README.md
in docs template and I can get a catalog page?The auto catalog only works if the README.md file not exists, if it is, you shall manually add
<AutoCatalog />
component to markdown file.