From 83e8802d01d5646e6ee5e1da00851a4c934b23be Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 19 Dec 2017 21:35:24 -0800 Subject: [PATCH] Add description for useEnglishUrl --- docs/api-site-config.md | 1 + 1 file changed, 1 insertion(+) 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.