From d79ff9eaf0776aa31fa32fb1014700e19c45018f Mon Sep 17 00:00:00 2001 From: Ricky Vetter Date: Wed, 20 Dec 2017 10:35:50 -0800 Subject: [PATCH] add docs for wrapPagesHTML (#332) --- docs/api-site-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api-site-config.md b/docs/api-site-config.md index 52aac9d308..62b8e12993 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -105,6 +105,8 @@ customDocsPath: "website-docs" `markdownPlugins` - An array of plugins to be loaded by Remarkable, the markdown parser and renderer used by Docusaurus. The plugin will receive a reference to the Remarkable instance, allowing custom parsing and rendering rules to be defined. +`wrapPagesHTML` - boolean flag to indicate whether `html` files in `/pages` should be wrapped with Docusaurus styles with the site header and footer. This feature is experimental and relies on the files being `html` fragments instead of complete pages. It inserts the contents of your `html` file with no extra processing. Defaults to `false`. + `scripts` - Array of JavaScript sources to load. The script tag will be inserted in the HTML head. `stylesheets` - Array of CSS sources to load. The link tag will be inserted in the HTML head.