We have multiple products for which we need to document. Each documentation site would need some custom fonts, and custom vue components. We have built them and added them to appropriate .vuepress subfolder.
While we have exposed documentation for each product under different path, we have couple of shortcomings in hosting these docs for multiple products.
Seach. When user searches for something results shows across all products. We want to limit the results to product (pages under a specific path).
Header title. Header title is always main one what we configured in the vue config file. Is it possible to override this depending on the path of the url?
We achieved this as follows.
While this may not be usual requirement but having some support to share single .vuepress folder across multiple independent product docs folder would be nice.
CC @ryannmedina this could be interesting for us as we turn attention towards splitting our implementation out for the individual products.
Most helpful comment
We achieved this as follows.
While this may not be usual requirement but having some support to share single .vuepress folder across multiple independent product docs folder would be nice.