-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate off vuepress to vitepress (#4515)
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: PePe Amengual <[email protected]>
- Loading branch information
1 parent
a630646
commit 50cd3d3
Showing
56 changed files
with
1,175 additions
and
4,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pnpm 8.15.8 | ||
pnpm 9.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
{ | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"devDependencies": { | ||
"@playwright/test": "^1.44.0", | ||
"@vuepress/bundler-webpack": "2.0.0-rc.9", | ||
"@vuepress/plugin-docsearch": "2.0.0-rc.21", | ||
"@vuepress/plugin-google-analytics": "2.0.0-rc.21", | ||
"@vuepress/plugin-sitemap": "2.0.0-rc.21", | ||
"@vuepress/theme-default": "2.0.0-rc.21", | ||
"@vuepress/utils": "2.0.0-rc.9", | ||
"sass-loader": "14.2.1", | ||
"vue": "3.4.27", | ||
"vuepress": "2.0.0-rc.9" | ||
"@types/node": "^20.12.10", | ||
"sass": "^1.77.0", | ||
"vitepress": "^1.1.4" | ||
}, | ||
"scripts": { | ||
"website:dev": "vuepress dev --host localhost runatlantis.io", | ||
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io", | ||
"website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io", | ||
"website:build": "vitepress build runatlantis.io", | ||
"e2e": "playwright test" | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.