diff --git a/docs/docs/config/README.md b/docs/docs/config/README.md index 254d618..2a90fb6 100644 --- a/docs/docs/config/README.md +++ b/docs/docs/config/README.md @@ -1,10 +1,10 @@ --- -sidebar: auto +sidebar_position: 2 --- # 配置 -Rabbit Digger 支持任意个数的 `server` 和 `net`. +Rabbit Digger Pro 支持任意个数的 `server` 和 `net`. `net` 代表着一种虚拟的网络. 它可以是本地网络, 也可以通过代理提供的网络. 甚至连规则也是一种 `net`. diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index eb5400e..11bfd47 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -38,7 +38,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/spacemeowx2/rabbit-digger-pro/tree/main/docs/', }, theme: { customCss: './src/css/custom.css', @@ -70,14 +70,10 @@ const config: Config = { label: '配置指南', }, { - href: 'https://github.com/rabbit-digger/rabbit-digger-pro', + href: 'https://github.com/spacemeowx2/rabbit-digger-pro', label: 'GitHub', position: 'right', }, - { - type: 'localeDropdown', - position: 'right', - }, ], }, footer: {