From 0023724c6dd1afc02b26cd38b5150012f36cd70b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 17 Oct 2018 17:27:24 +0000 Subject: [PATCH] Deploy website Deploy website version based on 4a7e1ea189730374c3ba5134c36fb6fdd54316dc --- docs/en/next/site-config.html | 4 ++-- docs/en/next/site-config/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html index 66a60c1f13..fb52b39d76 100644 --- a/docs/en/next/site-config.html +++ b/docs/en/next/site-config.html @@ -198,7 +198,7 @@ }

manifest [string]

-

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.

+

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

markdownPlugins [array]

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 [string]

@@ -329,7 +329,7 @@ module.exports = siteConfig; -
Last updated: 2018-10-17 17:20:35
Previous