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.