adminforth 1.0.82 → 1.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,6 +114,10 @@ const config: Config = {
114
114
  label: 'Tutorial',
115
115
  to: '/docs/Getting%20Started',
116
116
  },
117
+ {
118
+ label: 'API',
119
+ to: '/docs/api',
120
+ },
117
121
  ],
118
122
  },
119
123
  // {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
9
  "build": "tsc",
10
- "rollout": "tsc && cp -r spa dist/spa && npm version patch && npm publish && cd documentation && npm run deploy",
10
+ "rollout": "tsc && cp -r spa dist/spa && npm version patch && npm publish && cd documentation && npm run build && npm run deploy",
11
11
  "docs": "typedoc"
12
12
  },
13
13
  "author": "devforth.io",