From 4bf8089999650b6e08796d4b7e6288a67b9cb2cd Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 4 Mar 2024 15:31:50 +0800 Subject: chore(docs): update docs conf.py for new domain --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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", -- cgit v1.2.3-70-g09d2 From 9425a632d234229ee87178c69f572384e9713fae Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 4 Mar 2024 15:35:46 +0800 Subject: chore(docs): delete chapter grps --- docs/source/index.md | 7 ------- docs/source/pages/grps/index.md | 1 - 2 files changed, 8 deletions(-) delete mode 100644 docs/source/pages/grps/index.md (limited to 'docs') 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 @@ -21,13 +21,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 -- cgit v1.2.3-70-g09d2