Skip to content

Commit e40f062

Browse files
authored
docs: replace vuepress with vitepress (#6821)
1 parent 787efaa commit e40f062

File tree

118 files changed

+1474
-3595
lines changed

Some content is hidden

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

118 files changed

+1474
-3595
lines changed

docs/.vitepress/config.js

+678
Large diffs are not rendered by default.

docs/.vitepress/theme/custom.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.home .home-hero img {
2+
max-height: 180px;
3+
}

docs/.vitepress/theme/index.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import DefaultTheme from 'vitepress/dist/client/theme-default'
2+
import './custom.css'
3+
4+
export default DefaultTheme

0 commit comments

Comments
 (0)