From f1415b9080242a00c77bb9b9b7e3baf4bb398cbf Mon Sep 17 00:00:00 2001 From: Nick Baroni Date: Thu, 1 Aug 2019 15:57:19 -0400 Subject: [PATCH] docs: change separateCSS to separateCss (#1735) The correct property, referenced on the "Custom Pages" docs page, is `separateCss`. --- docs/api-site-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-site-config.md b/docs/api-site-config.md index e2d458a7ba..d9b8c0f12c 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -285,7 +285,7 @@ If you want a visible navigation option for representing topics on the current p An array of JavaScript sources to load. The values can be either strings or plain objects of attribute-value maps. Refer to the example below. The script tag will be inserted in the HTML head. -#### `separateCSS` [array] +#### `separateCss` [array] Directories inside which any `CSS` files will not be processed and concatenated to Docusaurus' styles. This is to support static `HTML` pages that may be separate from Docusaurus with completely separate styles.