diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/index.md | 7 | ||||
| -rw-r--r-- | docs/source/pages/grps/index.md | 1 |
3 files changed, 1 insertions, 9 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 56e6723d..dc69f6ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] extlinks = { "issue": ("https://github.com/HydroRoll-Team/infini/%s", "issue %s"), - "doc": ("https://grps.hydroroll.team/zh_CN/latest/%s", "pages/%s"), + "doc": ("https://infini.hydroroll.team/zh-cn/latest/%s", "pages/%s"), } source_suffix = { ".rst": "restructuredtext", diff --git a/docs/source/index.md b/docs/source/index.md index b3f8b274..17e341f7 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -22,13 +22,6 @@ hide-toc: true ``` ```{toctree} -:caption: 通用规则包标准 -:hidden: - -pages/grps/index -``` - -```{toctree} :caption: API 接口 :hidden: diff --git a/docs/source/pages/grps/index.md b/docs/source/pages/grps/index.md deleted file mode 100644 index d56fffd9..00000000 --- a/docs/source/pages/grps/index.md +++ /dev/null @@ -1 +0,0 @@ -# 通用规则包标准
\ No newline at end of file |
