From 90683eedd5c10a115c9579a1c6b3d93721a0eb01 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 19 Apr 2018 15:09:08 +0000 Subject: [PATCH] Deploy website Deploy website version based on 058b4cbe12b7743ae70c75f7b66c87a8a7b09d81 --- docs/en/next/site-config.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html index 9336840914..952fc55b18 100644 --- a/docs/en/next/site-config.html +++ b/docs/en/next/site-config.html @@ -89,6 +89,7 @@
  • version specifies a particular version of Highlight.js to be used.
  • 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.
  • defaultLang defines a default language. It will be used if one is not specified at the top of the code block. You can find the list of supported languages here.
  • +
  • themeUrl is the custom URL of CSS theme file that you want to use with Highlight.js. If this is provided, the theme and version fields will be ignored.
  • 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.

    ogImage - Local path to an Open Graph image (e.g., img/myImage.png). This image will show up when your site is shared on Facebook and other websites/apps where the Open Graph protocol is supported.