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 faef8f3 commit e3b0f1dCopy full SHA for e3b0f1d
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "commandapi-docs",
3
"license": "MIT",
4
- "homepage": "https://github.com/CommandAPI/CommandAPI-Docs",
+ "homepage": "https://github.com/CommandAPI/docs",
5
"repository": {
6
"type": "git",
7
- "url": "https://github.com/CommandAPI/CommandAPI-Docs"
+ "url": "https://github.com/CommandAPI/docs"
8
},
9
"bugs": {
10
- "url": "https://github.com/CommandAPI/CommandAPI-Docs/issues"
+ "url": "https://github.com/CommandAPI/docs/issues"
11
12
"devDependencies": {
13
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.10.0",
@@ -32,6 +32,7 @@
32
33
"dependencies": {
34
"@vue/theme": "^2.3.0",
35
+ "commandapi-docs": "file:",
36
"jszip": "^3.10.1",
37
"vitepress-i18n": "^1.3.0",
38
"vue": "^3.5.13",
0 commit comments