How to get the generated documents in the global or home page, or by category? #146
-
Hello, I checked the composition API related document client APIAmong them, I didn't find an API to get the generated MD documents. If this needs to be implemented by theme developers themselves, can you recommend the implementation idea, because V2 has not mentioned the process of how to generate documents and how to generate documents by classification. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
All above you mentioned came from |
Beta Was this translation helpful? Give feedback.
-
Updated: So there should not be any problems with your need. |
Beta Was this translation helpful? Give feedback.
Updated:
@vuepress/core
supports routeMeta for you to inject meta infomation to routes. Andvuepress-plugin-blog2
provides basic blog features.So there should not be any problems with your need.