From c4c3cc710a35e2fab205e4397fffb5efcd712bf7 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 2 Sep 2018 17:47:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2cbfeffd816eb4fe8717c9f307091c0764896f08 --- docs/en/next/site-config.html | 3 ++- docs/en/next/site-config/index.html | 3 ++- docs/es-ES/next/site-config.html | 1 + docs/es-ES/next/site-config/index.html | 1 + docs/ro/next/site-config.html | 1 + docs/ro/next/site-config/index.html | 1 + docs/tr/next/site-config.html | 1 + docs/tr/next/site-config/index.html | 1 + docs/zh-CN/next/site-config.html | 1 + docs/zh-CN/next/site-config/index.html | 1 + 10 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html index ad1b7bdd68..4ccfaf98ea 100644 --- a/docs/en/next/site-config.html +++ b/docs/en/next/site-config.html @@ -145,6 +145,7 @@
  • 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.
  • +

    manifest - Path to your web app manifest (e.g., /manifest.json). This will add a <link> tag to <head> with rel as "manifest" and content as the provided path.

    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.

    onPageNav - If you want a visible navigation option for representing topics on the current page. Currently, there is one accepted value for this option:

    @@ -247,7 +248,7 @@ module.exports = siteConfig; -
    Previous

    Last updated: 2018-8-29 13:15:18