feat(docs): uplift Docusaurus to v3 (#28345)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2024-05-07 02:30:51 +07:00
committed by GitHub
parent c10cee3a39
commit a2f0b988d4
21 changed files with 2121 additions and 1954 deletions

View File

@@ -24,10 +24,10 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Set up Node.js 18
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: yarn install
run: |
yarn install --check-cache