I have an existing website, and just want to use docusaurus to manage the /docs directory (e.g. published as a static site into there). When I follow all the documentation it creates both the docs directory and separate website directory, how can I just have it render /docs when testing locally and only publish that sub-directory when doing a build of the static site?
Is there a way to use Docusaurus just for the /docs directory?
2.3k views Asked by David At
1
Found the answer in the docs: