Skip to content

Commit b86a328

Browse files
committed
修改主菜单的链接,将其直接链接到教程,省去了原来的索引页面。
1 parent 0c30a16 commit b86a328

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

_data/webinfo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ header-menu:
1010
- name: 首页
1111
link: /
1212
- name: 写作指南
13-
link: /style-guides/
13+
link: /style-guides/style-guide-en/index.html
1414
- name: 文档技术
15-
link: /doc-tech/
15+
link: /doc-tech/markdown-tutorial/index.html
1616
- name: 工控教程
17-
link: /ics-tutorials/
17+
link: /ics-tutorials/electric-machinery-principles/index.html
1818
- name: 博客
1919
link: /blog/

doc-tech/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
<!-- ---
22
title: 文档技术
3-
---
3+
--- -->
44

55
{%- include layout/body-aside-classes.html -%}
66
{%- assign markdown = site.collections | find: "label", "markdown-tutorial" -%}

ics-tutorials/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
<!-- ---
22
title: 工控教程
3-
---
3+
--- -->
44

55
{%- include layout/body-aside-classes.html -%}
66

style-guides/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
<!-- ---
22
title: 写作指南
3-
---
3+
--- -->
44

55
{%- include layout/body-aside-classes.html -%}
66

0 commit comments

Comments
 (0)