Skip to content

Commit 9f135b0

Browse files
committed
docs: remove pages no longer exist
1 parent 9e06e8a commit 9f135b0

File tree

8 files changed

+40
-107
lines changed

8 files changed

+40
-107
lines changed

docs/en/_static/custom.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*h1 {*/
2+
/* color: #003B71 !important;*/
3+
/*}*/
4+
/**/
5+
/*.admonition.note > .admonition-title::after {*/
6+
/* content: "" !important;*/
7+
/* -webkit-mask: none !important;*/
8+
/* mask: none !important;*/
9+
/* background: url("image/note.png") no-repeat center / contain !important;*/
10+
/* width: 2em; height: 2em;*/
11+
/* margin-left: -0.5rem; /* 视情况微调 */*/
12+
/* margin-top: -0.15rem; /* 视情况微调 */*/
13+
/*}*/
14+
/**/
15+
/*html[data-theme="light"], html[data-mode="light"] { --pst-icon-admonition-note: url("icons/note-light.svg"); } */
16+
/*html[data-theme="dark"], html[data-mode="dark"] { --pst-icon-admonition-note: url("icons/note-dark.svg"); } */
17+
18+
19+
/*.admonition.note > .admonition-title {*/
20+
/* background-color: #dce7fc !important;*/
21+
/*}*/
22+
23+
/* docs/zh_cn/_static/custom.css */
24+
h1 {
25+
color: #003B71 !important;
26+
}
27+
28+
/* 明/暗色分别指定图标 */
29+
html[data-theme="light"], html[data-mode="light"] { --note-icon-url: url("image/note-light.png"); }
30+
html[data-theme="dark"], html[data-mode="dark"] { --note-icon-url: url("image/note-dark.png"); }
31+
32+
/* 覆盖 note 的图标渲染 */
33+
.admonition.note > .admonition-title::after {
34+
content: "" !important;
35+
width: 2em; height: 2em;
36+
margin-left: -0.5rem;
37+
margin-top: -0.15rem;
38+
background: var(--note-icon-url) no-repeat center / contain !important;
39+
}

docs/en/_static/image/logo.png

26.2 KB
Loading
138 KB
Loading
127 KB
Loading

docs/en/get_started/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
:maxdepth: 1
33
:caption: Getting Started
44

5-
xtuner_v1.md
65
installation.md
76
sft.md
87
mllm_sft.md
9-
grpo.md
8+
grpo.md

docs/en/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ Welcome to XTuner V1 English Documentation
6464

6565
benchmark/index.rst
6666

67-
.. toctree::
68-
:hidden:
69-
:maxdepth: 1
70-
:caption: Legacy Documentation
71-
72-
legacy_index.rst
73-
7467
.. toctree::
7568
:hidden:
7669
:maxdepth: 2

docs/en/legacy_index.rst

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/zh_cn/get_started/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
:maxdepth: 1
33
:caption: 开始使用
44

5-
xtuner_v1.md
65
installation.md
76
sft.md
87
mllm_sft.md

0 commit comments

Comments
 (0)