Skip to content

Commit

Permalink
chore: add v1-to-v2 & official-theme docs on 3x (#2808)
Browse files Browse the repository at this point in the history
* chore: add v1-to-v2 doc on 3x

* chore: add v1-to-v2 doc on 3x
  • Loading branch information
Alex-huxiyang authored Dec 2, 2024
1 parent 17adc55 commit b3920f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Copy migrate from v2
run: node scripts/copy-migrate-from-v2.js

- name: Copy migrate from v1
run: node scripts/copy-migrate-from-v1.js

- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.5.0
with :
Expand Down
11 changes: 11 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,23 @@
"eName": "Quickstart",
"show": true
},
{
"name": "official-theme-react",
"cName": "官方主题",
"eName": "Official Theme"
},
{
"name": "theme-react",
"cName": "主题定制",
"eName": "Customize Theme",
"show": true
},
{
"name": "migrate-from-v1",
"cName": "从 v1 升级到 v2",
"eName": "Migrate-from-v1",
"show": true
},
{
"name": "migrate-from-v2",
"cName": "从 v2 升级到 v3",
Expand Down

0 comments on commit b3920f1

Please sign in to comment.