Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文档部分:修复“编辑此页”按钮失效 & 修复拼写错误 #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ export default defineUserConfig({
// 添加您的部署域名
// hostname: 'https://your_site_url',
// your git repo url
docsRepo: 'https://github.com/ColdeZhang',
docsDir: 'docs',
docsRepo: 'https://github.com/ColdeZhang/Dominion',
docsDir: 'docs/src',
docsBranch: 'master',

blog: false, // 禁用博客

plugins: {
/**
* Shiki 代码高亮
* @see https://theme-plume.vuejs.press/config/plugins/code-highlight/
* @see https://theme-plume.vuejs.press/config/plugins/code-highlight/ 
*/
shiki: {
languages: ['java', 'yaml', 'kotlin', 'json', 'xml', 'groovy'],
languages: ['java', 'yaml', 'kotlin', 'json', 'xml', 'groovy'], 
},

/**
Expand Down
4 changes: 2 additions & 2 deletions docs/src/notes/doc/owner/2.配置参考/2.config.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ database:
username: dominion # 数据库用户名
password: dominion # 数据库密码

# 群祖服配置 用于实现跨服传送等功能
# 群组服配置 用于实现跨服传送等功能
# 关于此功能详细配置方法请查阅文档:
# https://dominion.lunadeer.cn/notes/doc/owner/other/multi-server/
multi-server:
Expand Down Expand Up @@ -77,4 +77,4 @@ debug: false # 启用调试日志

timer: false # 性能测试计时器 仅供调试测试使用

```
```