mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
Add description for useEnglishUrl
This commit is contained in:
parent
a12ebcd401
commit
83e8802d01
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ customDocsPath: "docs/site"
|
|||
```js
|
||||
customDocsPath: "website-docs"
|
||||
```
|
||||
`useEnglishUrl` - If you do not have [translations](guides-translation.md) enabled (e.g., by having a `languages.js` file), but still want a link of the form `/docs/en/doc.html` (with the `en`), set this to `true`.
|
||||
|
||||
`organizationName` - GitHub username of the organization or user hosting this project. This is used by the publishing script to determine where your GitHub pages website will be hosted.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue