chore: improved docs (#152)

* chore: improved docs

* chore: format code

* deps: upgrade dumi 2.1.21

fix https://github.com/actions-cool/issues-helper/issues/153

* chore: update style

* docs: update docs
This commit is contained in:
Wuxh
2023-04-17 19:09:03 +08:00
committed by GitHub
parent 5586509e90
commit 36a1dd8767
12 changed files with 197 additions and 1979 deletions

View File

@@ -1,5 +1,7 @@
// more config: https://d.umijs.org/config
import { defineConfig } from 'dumi';
import path from 'path';
import remarkPlugin from './remark-plugins';
const name = 'issues-helper';
@@ -20,6 +22,7 @@ export default defineConfig({
{ id: 'zh-CN', name: '中文' },
],
favicons: [logo],
extraRemarkPlugins: [remarkPlugin],
themeConfig: {
logo,
nav: {