feat: migrate off vuepress to vitepress (#4515)

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
This commit is contained in:
Rui Chen
2024-05-14 14:22:13 -04:00
committed by GitHub
parent a630646b8f
commit 50cd3d3ac6
56 changed files with 1316 additions and 4974 deletions

2
.github/labeler.yml vendored
View File

@@ -40,6 +40,6 @@ provider/gitlab:
website:
- changed-files:
- any-glob-to-any-file: 'runatlantis.io/.vuepress/**/*'
- any-glob-to-any-file: 'runatlantis.io/.vitepress/**/*'
- any-glob-to-any-file: 'package.json'
- any-glob-to-any-file: 'pnpm-lock.yaml'

View File

@@ -65,7 +65,7 @@ jobs:
pnpm website:build
# start http-server for integration testing
npx http-server runatlantis.io/.vuepress/dist &
npx http-server runatlantis.io/.vitepress/dist &
- name: Run Playwright E2E tests
run: |