diff --git a/docs/api-site-config.md b/docs/api-site-config.md index 1ed091a81406..c66768c53142 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -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.