Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao committed Sep 11, 2023
2 parents 8a809bb + c75fc73 commit 8627b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 0 additions & 7 deletions docs/en/.vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ const nav: DefaultTheme.NavItem[] = [
activeMatch: '^/help/',
link: '/help/',
},
{
text: 'Language',
items: [
{ text: '简体中文', link: 'https://docs-cn.aircode.io' },
{ text: 'English', link: '/' },
],
},
];

export default nav;
2 changes: 1 addition & 1 deletion docs/en/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"directory": "docs/en"
},
"dependencies": {
"@documate/vue": "^0.0.14",
"@documate/vue": "^0.0.15",
"axios": "^1.4.0",
"medium-zoom": "^1.0.8",
"mixpanel-browser": "^2.47.0"
Expand Down
10 changes: 6 additions & 4 deletions docs/en/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@
glob "^10.3.4"
spinnies "^0.5.1"

"@documate/vue@^0.0.14":
version "0.0.14"
resolved "https://r.cnpmjs.org/@documate/vue/-/vue-0.0.14.tgz"
integrity sha512-UnR+hoLFEpG12nm6p26x/PXGIaBy7e1z2svxyA0EUtTwxHIXD0buPKu5l2GlICA5a7YOkbRAyKiw8f/cYpRPzA==
"@documate/vue@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@documate/vue/-/vue-0.0.15.tgz#21e67bb55c79b0e10364d5e791dc8dcd42dd89e9"
integrity sha512-/Q+pAZgdxxe4mLosycZL7sPfJZgdAmbDXm2JJklzyfH+B/bKbh2SPV3mKmPiV8xb9MO9LPvmIyONXKEZ1RGQfg==
dependencies:
"@headlessui/vue" "^1.7.16"
"@tailwindcss/forms" "^0.5.6"
Expand Down Expand Up @@ -976,6 +976,7 @@ spinnies@^0.5.1:
strip-ansi "^5.2.0"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
name string-width-cjs
version "4.2.3"
resolved "https://r2.cnpmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -994,6 +995,7 @@ string-width@^5.0.1, string-width@^5.1.2:
strip-ansi "^7.0.1"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://r2.cnpmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit 8627b6f

Please sign in to comment.