From 1e438103bec31c75ab5349637cd204d8b8bbffc0 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 20 Sep 2018 07:05:32 +0000 Subject: [PATCH] Deploy website Deploy website version based on 8568a96e6551ef55eef15222622b598d0da7ffff --- docs/en/next/site-config.html | 3 ++- docs/en/next/site-config/index.html | 3 ++- img/users/anssr.svg | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html index 2cf129be17..c53613a65b 100644 --- a/docs/en/next/site-config.html +++ b/docs/en/next/site-config.html @@ -146,6 +146,7 @@
  • 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.

    +

    markdownOptions - Override default Remarkable options that will be used to render markdown.

    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:

    @@ -260,7 +261,7 @@ module.exports = siteConfig; -
    Previous

    Last updated: 2018-9-3 22:46:55