diff options
| author | 2024-03-04 16:22:31 +0800 | |
|---|---|---|
| committer | 2024-03-04 16:22:31 +0800 | |
| commit | 83d35b5e6650e6d077cac35b20e5835feefc7331 (patch) | |
| tree | 58fa0720ef19637f92bcdebaa5e59a84eaac7a06 | |
| parent | 7461b8822efe61a2c9c3383907d199eb634e34ff (diff) | |
| parent | 9425a632d234229ee87178c69f572384e9713fae (diff) | |
| download | infini-83d35b5e6650e6d077cac35b20e5835feefc7331.tar.gz infini-83d35b5e6650e6d077cac35b20e5835feefc7331.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infini
| -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 |
