We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68fdf8 commit 33b306eCopy full SHA for 33b306e
package.json
@@ -6,6 +6,7 @@
6
"template"
7
],
8
"author": "RoboMx",
9
+ "repository": "https://github.com/RoboMx/create-nuxt-netlify-cms-docs",
10
"description": "Write your documentation with Nuxt content module and Netlify CMS panel.",
11
"license": "MIT",
12
"contributors": [{
@@ -18,5 +19,11 @@
18
19
},
20
"publishConfig": {
21
"access": "public"
- }
22
+ },
23
+ "keywords": [
24
+ "docs",
25
+ "nuxtjs docs",
26
+ "netlify-cms docs",
27
+ "nuxtjs netlify cms docs"
28
+ ]
29
}
0 commit comments