Skip to content

Commit

Permalink
docs: replace vuepress with vitepress (#6821)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Nov 9, 2021
1 parent 787efaa commit e40f062
Show file tree
Hide file tree
Showing 118 changed files with 1,474 additions and 3,595 deletions.
678 changes: 678 additions & 0 deletions docs/.vitepress/config.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/.vitepress/theme/custom.css
@@ -0,0 +1,3 @@
.home .home-hero img {
max-height: 180px;
}
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/index.js
@@ -0,0 +1,4 @@
import DefaultTheme from 'vitepress/dist/client/theme-default'
import './custom.css'

export default DefaultTheme

0 comments on commit e40f062

Please sign in to comment.