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