From bf5768de3d305f84a03e0beb26d29c1c7220251f Mon Sep 17 00:00:00 2001 From: Jerry <610819267@qq.com> Date: Wed, 26 Aug 2020 16:34:31 +0800 Subject: [PATCH 1/2] Update externals.md Using \[string\] would make sidebar menu have to string items, so I changed it more literal. --- src/content/configuration/externals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/externals.md b/src/content/configuration/externals.md index 608fa59a1acf..dd90cdcdf6a8 100644 --- a/src/content/configuration/externals.md +++ b/src/content/configuration/externals.md @@ -96,7 +96,7 @@ will compile to something like: const fs = require('fs-extra'); ``` -### [string] +### array of string ```javascript module.exports = { From 09e4d617f73550c47771a33b3ab952b5be75f4c1 Mon Sep 17 00:00:00 2001 From: Jerry <610819267@qq.com> Date: Wed, 26 Aug 2020 22:01:28 +0800 Subject: [PATCH 2/2] Update externals.md Format string title --- src/content/configuration/externals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/externals.md b/src/content/configuration/externals.md index dd90cdcdf6a8..2d57bf024dc2 100644 --- a/src/content/configuration/externals.md +++ b/src/content/configuration/externals.md @@ -96,7 +96,7 @@ will compile to something like: const fs = require('fs-extra'); ``` -### array of string +### `[string]` ```javascript module.exports = {