mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs: mention about moving docs directory into website (#2103)
This commit is contained in:
parent
55e676cb25
commit
2fcb81596b
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@ now
|
|||
|
||||
**That's all.** Your docs will automatically be deployed.
|
||||
|
||||
> Note that the directory structure Now supports is slightly different from the default directory structure of a Docusaurus project - The `docs` directory has to be within the `website` directory, ideally following the directory structure in this example. You will also have to specify a `customDocsPath` value in `siteConfig.js`. Take a look at the the [now-examples repository for a Docusaurus project](https://github.com/zeit/now-examples/tree/master/docusaurus).
|
||||
|
||||
### Using GitHub Pages
|
||||
|
||||
Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: [GitHub Pages](https://pages.github.com/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue