File tree Expand file tree Collapse file tree 8 files changed +40
-107
lines changed Expand file tree Collapse file tree 8 files changed +40
-107
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 :maxdepth: 1
33 :caption: 开始使用
44
5- xtuner_v1.md
65 installation.md
76 sft.md
87 mllm_sft.md
You can’t perform that action at this time.
0 commit comments