Updated docs

This commit is contained in:
Elio Struyf
2021-09-08 09:09:24 +02:00
parent 387c906af2
commit d3aa51c9ed
3 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
---
title: Settings
slug: settings
description:
description: null
date: '2021-08-30T16:13:00.546Z'
lastmod: '2021-08-30T16:13:01.763Z'
lastmod: '2021-09-08T07:08:17.747Z'
weight: 7
---
@@ -240,4 +240,4 @@ Specify the prefix you want to add for your new article filenames.
### frontMatter.content.folders
This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting.
This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting.
+5
View File
@@ -35,6 +35,11 @@
"Taxonomy"
],
"license": "MIT",
"author": "Elio Struyf <elio@struyfconsulting.be> (https://www.eliostruyf.com)",
"homepage": "https://frontmatter.codes",
"bugs": {
"url" : "https://github.com/estruyf/vscode-front-matter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/estruyf/vscode-front-matter"
+1
View File
@@ -9,6 +9,7 @@ packageJson.name = `${packageJson.name}-beta`;
packageJson.displayName = `${packageJson.displayName} BETA`;
packageJson.description = `BETA Version of Front Matter. ${packageJson.description}`;
packageJson.icon = "assets/frontmatter-beta.png";
packageJson.homepage = "https://beta.frontmatter.codes";
console.log(packageJson.version);