Skip to content

Commit 06ad5ad

Browse files
committed
chore: Rename the website directory to docs
1 parent 4a7a4f9 commit 06ad5ad

73 files changed

Lines changed: 154 additions & 374 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
password: ${{ secrets.WEB_ELE_FTP_PASSWORD }}
6666
local-dir: ./apps/web-ele/dist/
6767

68-
- name: Sync Website files
68+
- name: Sync Docs files
6969
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
7070
with:
7171
server: ${{ secrets.PRO_FTP_HOST }}
7272
username: ${{ secrets.WEBSITE_FTP_ACCOUNT }}
7373
password: ${{ secrets.WEBSITE_FTP_PASSWORD }}
74-
local-dir: ./website/.vitepress/dist/
74+
local-dir: ./docs/.vitepress/dist/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function nav(): DefaultTheme.NavItem[] {
212212
},
213213
{
214214
link: '/commercial/community',
215-
text: '👨‍👦‍👦 社区',
215+
text: '👨‍👦‍👦 社区交流',
216216
// items: [
217217
// {
218218
// link: 'https://qun.qq.com/qqweb/qunpro/share?_wv=3&_wwv=128&appChannel=share&inviteCode=22ySzj7pKiw&businessType=9&from=246610&biz=ka&mainSourceId=share&subSourceId=others&jumpsource=shorturl#/pc',
File renamed without changes.

website/.vitepress/theme/components/vben-contributors.vue renamed to docs/.vitepress/theme/components/vben-contributors.vue

File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@vben/website",
2+
"name": "@vben/docs",
33
"version": "5.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)