Skip to content

Commit 195e080

Browse files
author
zhuqiang
committed
文档更新
1 parent 78812ed commit 195e080

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

doc/config-en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,7 @@ pageTop: {
101101
```
102102

103103
# additional support function
104-
Adding `<extoc></extoc>` tags to a page generates the TOC directory here.
104+
- Adding `<extoc></extoc>` tags to a page generates the TOC directory here.
105+
- in the page to add `<! - ex_nonav ->` logo, will make this page does not generate suspended navigation
106+
    
107+
     In the home page, the introduction page and other places can use this function, can block some code, because these places can not load css

doc/config.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,7 @@ pageTop: {
101101

102102
# 额外功能支持
103103

104-
在页面中增加`<extoc></extoc>`标签,会在此处生成TOC目录。
104+
- 在页面中增加`<extoc></extoc>`标签,会在此处生成TOC目录。
105+
- 在页面中增加`<!-- ex_nonav -->`标识,会让此页面不生成悬浮导航
106+
107+
在首页、介绍页等地方可以使用该功能,能屏蔽一些代码,因为这些地方不能加载css

doc/updateRecord-en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Update record
22
## v1.0.4 - 2017-06-02
3-
[#19](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/19)This update is mainly to fix the title after the repeated strategy, and fix the previous version only dealt with the h1-h3 title duplicate bug
3+
This update is mainly to fix the title after the repeated strategy, and fix the previous version only dealt with the h1-h3 title duplicate bug[#19](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/19)
44
- Modify
55
     - Modify ID generation method
66
     - simplify the Toc function, optimize the code to speed up the running speed
77
- remember
88
     - Priority use of title content as ID
99
     - Keep custom ID [#18](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/18)
1010
- repeat ID auto-increment suffix [#6](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/6)
11+
- Use the `<! - ex_nonav ->` annotation to let the page do not display navigation [#15](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/15)
1112
## v1.0.2 - 2017-05-15
12-
- [#17](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/17)Adding an `<extoc></extoc>` tag to the page generates the TOC directory here (which is consistent with the mode: pageTop pattern for the moment)
13+
- Adding an `<extoc></extoc>` tag to the page generates the TOC directory here (which is consistent with the mode: pageTop pattern for the moment)[#17](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/17)
1314

1415
## v1.0.0 - 2017-03-09
1516
- [#7](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/7)

doc/updateRecord.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update record
22
## v1.0.4 - 2017-06-02
3-
[#19](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/19)此更新主要是修复标题重复后的策略,和修复上一个版本只处理了h1-h3标题重复的bug
3+
此更新主要是修复标题重复后的策略,和修复上一个版本只处理了h1-h3标题重复的bug [#19](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/19)
44
- 修改
55
- 修改ID生成方式
66
- 简化Toc函数,优化代码加快运行速度
@@ -10,9 +10,10 @@
1010
- 重复ID自动递增后缀 [#6](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/6)
1111

1212
其他代码性能稍微优化
13+
- 使用`<!-- ex_nonav -->`注释让页面不显示导航[#15](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/15)
1314

1415
## v1.0.2 - 2017-05-15
15-
- [#17](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/17)在页面中增加`<extoc></extoc>`标签,会在此处生成TOC目录(该目录暂时与mode: "pageTop"模式生成的一致)
16+
- 在页面中增加`<extoc></extoc>`标签,会在此处生成TOC目录(该目录暂时与mode: "pageTop"模式生成的一致)[#17](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/pull/17)
1617

1718

1819
## v1.0.0 - 2017-03-09

0 commit comments

Comments
 (0)