From a2c9c50eac7835b8f0207fdc785664ef2f0f05a8 Mon Sep 17 00:00:00 2001 From: Maria Young Date: Thu, 13 Jun 2024 14:55:36 +0100 Subject: [PATCH 1/3] Create new-feature.md --- docs/src/content/features/new-feature.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/src/content/features/new-feature.md diff --git a/docs/src/content/features/new-feature.md b/docs/src/content/features/new-feature.md new file mode 100644 index 00000000..bd14a1aa --- /dev/null +++ b/docs/src/content/features/new-feature.md @@ -0,0 +1,3 @@ +# New Feature + +A lovely description of the feature. From b2e7f9c81e25d8426d1b816f2a15d55eef668a2f Mon Sep 17 00:00:00 2001 From: Maria Young Date: Thu, 13 Jun 2024 14:56:15 +0100 Subject: [PATCH 2/3] Update new-feature.md --- docs/src/content/features/new-feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/features/new-feature.md b/docs/src/content/features/new-feature.md index bd14a1aa..6085f8b3 100644 --- a/docs/src/content/features/new-feature.md +++ b/docs/src/content/features/new-feature.md @@ -1,3 +1,3 @@ # New Feature -A lovely description of the feature. +A lovely description of the feature! From 7a9d9ea94c26f4bda2fa301508fb51ae2aca120e Mon Sep 17 00:00:00 2001 From: Maria Young Date: Thu, 13 Jun 2024 14:57:22 +0100 Subject: [PATCH 3/3] Update config.js --- docs/src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 51fa4273..edc7b3c2 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -227,6 +227,7 @@ module.exports = { '/content/features/subsites', '/content/features/directories', '/content/features/workflow', + '/content/features/new-feature', //'/content/features/microsites', ] },