I'm porting a doc site to Docusaurus. There are 5 products that each have specific documentation, and I'd like there to be a path for each product (mysite/product-1/
, mysite/product-2/
, and so on).
This is what I mean:
/product-1
-- feature 1
-- content
-- content
-- content
-- feature 2
-- content
-- content
-- content
/product-2
-- feature 1
-- content
-- content
-- content
-- feature 2
-- content
-- content
-- content
[etc]
I know that you can start multiple instances for versioning but don't need separate versioning per product, I just want to be able to group the docs in separate folders, associate a sidebar with each group, and have a custom URL path - for example, all product-1
docs would have path mysite/product-1/
and use the product-1
sidebar.
Anyone know how I might achieve this?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742418526a4440213.html
评论列表(0条)