Replies: 1 comment
-
There is currently no concept of shared, and it is hard to distinguish the scope of shared. Each folder should manages its own files. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In multi-version mode, I have the following structure
docs
|--v2.0
|---- protocol
|---- _meta.json
|-- v2.1
|---- protocol
|---- _meta.json
How can I extract the protocol folder to a common location so that it does not need to be maintained on both sides?
———
When I try the following structure, non-default versions cannot be successfully rendered.
docs
|-- protocol
|--v2.0
|---- _meta.json
|-- v2.1
|---- _meta.json
Beta Was this translation helpful? Give feedback.
All reactions