Add description for useEnglishUrl

This commit is contained in:
Joel Marcey 2017-12-19 21:35:24 -08:00
parent a12ebcd401
commit 83e8802d01

View file

@ -71,6 +71,7 @@ customDocsPath: "docs/site"
```js ```js
customDocsPath: "website-docs" 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. `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.