Skip to content

Commit

Permalink
style(docs): Add links section header
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 1, 2024
1 parent b286d54 commit 1c173e9
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/content/FAQ/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Add the following code snippet to your Eask-file:
```


<!-- Links -->

[emacs-eask/archives]: https://github.com/emacs-eask/archives
[Cask]: https://github.com/cask/cask
[makem.sh]: https://github.com/alphapapa/makem.sh
Expand Down
2 changes: 2 additions & 0 deletions docs/content/FAQ/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Error: Process completed with exit code 1.
```


<!-- Links -->

[emacs-eask/archives]: https://github.com/emacs-eask/archives
[Cask]: https://github.com/cask/cask
[makem.sh]: https://github.com/alphapapa/makem.sh
Expand Down
5 changes: 2 additions & 3 deletions docs/content/Getting-Started/Basic-Usage/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ By default, Eask uses your current directory as your workspace since most of
the time you would just want to operate jobs for your elisp packages.


<!--
- Links
-->
<!-- Links -->

[e2ansi]: https://github.com/Lindydancer/e2ansi
5 changes: 2 additions & 3 deletions docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ $ eask cat [PATTERNS..]
默認情況下,Eask 使用您的當前目錄作為您的工作區,因為大多數時候您只想為您的 elisp 包運行作業。


<!--
- Links
-->
<!-- Links -->

[e2ansi]: https://github.com/Lindydancer/e2ansi
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,8 @@ Do not use a proxy for any URL matching pattern.
`<pattern>`is an Emacs regular expression.


<!-- Links -->

[Cask]: https://github.com/cask/cask
[Eldev]: https://emacs-eldev.github.io/eldev/
[Keg]: https://github.com/conao3/keg.el
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,8 @@ $ eask --proxy "localhost:8888" [COMMAND]
`<pattern>` 是 Emacs 正則表達式。


<!-- Links -->

[Cask]: https://github.com/cask/cask
[Eldev]: https://emacs-eldev.github.io/eldev/
[Keg]: https://github.com/conao3/keg.el
Expand Down
2 changes: 2 additions & 0 deletions docs/content/Getting-Started/Install-Eask/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ Once you have set it up correctly, try `eask --version` then you should see
the current eask's version number! 🎉 🎊


<!-- Links -->

[Git]: https://git-scm.com/
[Node.js]: https://nodejs.org/en/
[npm]: https://www.npmjs.com/
Expand Down
3 changes: 3 additions & 0 deletions docs/content/Getting-Started/Install-Eask/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ set PATH=%PATH%;c:/path/to/eask/bin

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


<!-- Links -->

[Git]: https://git-scm.com/
[Node.js]: https://nodejs.org/en/
[npm]: https://www.npmjs.com/
Expand Down
2 changes: 2 additions & 0 deletions docs/content/Getting-Started/Introduction/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ The design of Eask was greatly influenced by the following projects:
* [Eldev][] - Elisp Development Tool


<!-- Links -->

[emacs-eask/archives]: https://github.com/emacs-eask/archives
[Cask]: https://github.com/cask/cask
[makem.sh]: https://github.com/alphapapa/makem.sh
Expand Down
2 changes: 2 additions & 0 deletions docs/content/Getting-Started/Introduction/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Eask 的設計深受以下項目的影響:
* [Eldev][] - Elisp 開發工具


<!-- Links -->

[emacs-eask/archives]: https://github.com/emacs-eask/archives
[Cask]: https://github.com/cask/cask
[makem.sh]: https://github.com/alphapapa/makem.sh
Expand Down
2 changes: 2 additions & 0 deletions docs/content/tos.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ that they can no further help with diagnosing the problem or the problem is solv
This web page does not use any cookies.


<!-- Links -->

[GDPR]: https://gdpr-info.eu/art-6-gdpr/
2 changes: 2 additions & 0 deletions docs/content/tos.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ Email: [email protected]
該網頁不使用任何 cookie。


<!-- Links -->

[GDPR]: https://gdpr-info.eu/art-6-gdpr/

0 comments on commit 1c173e9

Please sign in to comment.