Skip to content

Commit 1c173e9

Browse files
committed
style(docs): Add links section header
1 parent b286d54 commit 1c173e9

File tree

12 files changed

+25
-6
lines changed

12 files changed

+25
-6
lines changed

docs/content/FAQ/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Add the following code snippet to your Eask-file:
145145
```
146146

147147

148+
<!-- Links -->
149+
148150
[emacs-eask/archives]: https://github.com/emacs-eask/archives
149151
[Cask]: https://github.com/cask/cask
150152
[makem.sh]: https://github.com/alphapapa/makem.sh

docs/content/FAQ/_index.zh-tw.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ Error: Process completed with exit code 1.
131131
```
132132

133133

134+
<!-- Links -->
135+
134136
[emacs-eask/archives]: https://github.com/emacs-eask/archives
135137
[Cask]: https://github.com/cask/cask
136138
[makem.sh]: https://github.com/alphapapa/makem.sh

docs/content/Getting-Started/Basic-Usage/_index.en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ By default, Eask uses your current directory as your workspace since most of
202202
the time you would just want to operate jobs for your elisp packages.
203203

204204

205-
<!--
206-
- Links
207-
-->
205+
<!-- Links -->
206+
208207
[e2ansi]: https://github.com/Lindydancer/e2ansi

docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ $ eask cat [PATTERNS..]
187187
默認情況下,Eask 使用您的當前目錄作為您的工作區,因為大多數時候您只想為您的 elisp 包運行作業。
188188

189189

190-
<!--
191-
- Links
192-
-->
190+
<!-- Links -->
191+
193192
[e2ansi]: https://github.com/Lindydancer/e2ansi

docs/content/Getting-Started/Commands-and-options/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,8 @@ Do not use a proxy for any URL matching pattern.
10201020
`<pattern>`is an Emacs regular expression.
10211021

10221022

1023+
<!-- Links -->
1024+
10231025
[Cask]: https://github.com/cask/cask
10241026
[Eldev]: https://emacs-eldev.github.io/eldev/
10251027
[Keg]: https://github.com/conao3/keg.el

docs/content/Getting-Started/Commands-and-options/_index.zh-tw.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,8 @@ $ eask --proxy "localhost:8888" [COMMAND]
10061006
`<pattern>` 是 Emacs 正則表達式。
10071007

10081008

1009+
<!-- Links -->
1010+
10091011
[Cask]: https://github.com/cask/cask
10101012
[Eldev]: https://emacs-eldev.github.io/eldev/
10111013
[Keg]: https://github.com/conao3/keg.el

docs/content/Getting-Started/Install-Eask/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ Once you have set it up correctly, try `eask --version` then you should see
154154
the current eask's version number! 🎉 🎊
155155

156156

157+
<!-- Links -->
158+
157159
[Git]: https://git-scm.com/
158160
[Node.js]: https://nodejs.org/en/
159161
[npm]: https://www.npmjs.com/

docs/content/Getting-Started/Install-Eask/_index.zh-tw.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ set PATH=%PATH%;c:/path/to/eask/bin
146146

147147
正確設置後,嘗試 `eask --version` 然後您應該會看到當前 eask 的版本號! 🎉🎊
148148

149+
150+
<!-- Links -->
151+
149152
[Git]: https://git-scm.com/
150153
[Node.js]: https://nodejs.org/en/
151154
[npm]: https://www.npmjs.com/

docs/content/Getting-Started/Introduction/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ The design of Eask was greatly influenced by the following projects:
130130
* [Eldev][] - Elisp Development Tool
131131

132132

133+
<!-- Links -->
134+
133135
[emacs-eask/archives]: https://github.com/emacs-eask/archives
134136
[Cask]: https://github.com/cask/cask
135137
[makem.sh]: https://github.com/alphapapa/makem.sh

docs/content/Getting-Started/Introduction/_index.zh-tw.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Eask 的設計深受以下項目的影響:
107107
* [Eldev][] - Elisp 開發工具
108108

109109

110+
<!-- Links -->
111+
110112
[emacs-eask/archives]: https://github.com/emacs-eask/archives
111113
[Cask]: https://github.com/cask/cask
112114
[makem.sh]: https://github.com/alphapapa/makem.sh

0 commit comments

Comments
 (0)