Skip to content

Commit

Permalink
修改冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Jul 11, 2023
2 parents 4bb2b85 + 0956dc1 commit fcf49b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ dist-example
*.sln
*.sw?

.vitepress
/docs/.vitepress/*
!docs/.vitepress/config.js
14 changes: 14 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineConfig } from 'vitepress';
import sidebar from '../dist/api.json'
export default defineConfig({
'base': '/hxg/',
title: '文档',
// description: 'Just playing around.',
'themeConfig': {
docFooter: { prev: '上一篇', next: '下一篇' },
sidebar
},
'markdown': {
'breaks': true
}
});

0 comments on commit fcf49b4

Please sign in to comment.