Skip to content

Commit 1d61a17

Browse files
committed
feat(docs): update urls
1 parent 128ffef commit 1d61a17

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
sidebar: auto
2+
sidebar_position: 2
33
---
44

55
# 配置
66

7-
Rabbit Digger 支持任意个数的 `server``net`.
7+
Rabbit Digger Pro 支持任意个数的 `server``net`.
88

99
`net` 代表着一种虚拟的网络. 它可以是本地网络, 也可以通过代理提供的网络. 甚至连规则也是一种 `net`.
1010

docs/docusaurus.config.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config: Config = {
3838
// Please change this to your repo.
3939
// Remove this to remove the "edit this page" links.
4040
editUrl:
41-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
41+
'https://github.com/spacemeowx2/rabbit-digger-pro/tree/main/docs/',
4242
},
4343
theme: {
4444
customCss: './src/css/custom.css',
@@ -70,14 +70,10 @@ const config: Config = {
7070
label: '配置指南',
7171
},
7272
{
73-
href: 'https://github.com/rabbit-digger/rabbit-digger-pro',
73+
href: 'https://github.com/spacemeowx2/rabbit-digger-pro',
7474
label: 'GitHub',
7575
position: 'right',
7676
},
77-
{
78-
type: 'localeDropdown',
79-
position: 'right',
80-
},
8177
],
8278
},
8379
footer: {

0 commit comments

Comments
 (0)