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', ] }, diff --git a/docs/src/content/features/new-feature.md b/docs/src/content/features/new-feature.md new file mode 100644 index 00000000..6085f8b3 --- /dev/null +++ b/docs/src/content/features/new-feature.md @@ -0,0 +1,3 @@ +# New Feature + +A lovely description of the feature!