How to keep the uri unchanged and replace the <Content> component to other page #2042
Unanswered
shanjingheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like the sdk documents. Different framework have their own sidebar, but some page content is same. It will be easier to maintain if it can be redirected to a same file.
uri: /doc/andorid/message -> content file path: /doc/andorid/message
uri: /doc/ios/message -> content file path: /doc/andorid/message
uri: /doc/web/message -> content file path: /doc/andorid/message
The pageKey attribute can be used in vuepress to specify the routing content. How can i achieve this function in vitepress?
Beta Was this translation helpful? Give feedback.
All reactions