From 346ec024ec647dbfd6d7778dbbe534c84f76f1d6 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 20 Dec 2017 18:37:06 +0000 Subject: [PATCH] Deploy website Deploy website version based on ac94f8ebf85c1845a95058d760f47bfcdd05759d --- docs/en/site-config.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/site-config.html b/docs/en/site-config.html index 0d890af85b..3e66b5bcc4 100644 --- a/docs/en/site-config.html +++ b/docs/en/site-config.html @@ -69,6 +69,7 @@
  • hljs provides an escape valve by passing an instance of Highlight.js to the function specified here, allowing additional languages to be registered for syntax highlighting.
  • 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.

    cname - The CNAME for your website. It will go into a CNAME file when your site it built.