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.