UNPKG

apos-docs

Version:

Documentation static site generator built with Eleventy.

27 lines (21 loc) 1.06 kB
# a ## Outbound / Other: * [GitHub](https://github.com) https://github.com * [#test](#test) #test * [https://apostolique.github.io/apos-docs/](https://apostolique.github.io/apos-docs/) https://apostolique.github.io/apos-docs/ ## Relative * [../README.md](./README.md) / * [./a.md](./a.md) /a/ * [./a.md#test](./a.md#test) /a/#test * [../src/styles/](../src/styles/) https://github.com/Apostolique/apos-docs/tree/main/src/styles/ ## Absolute * [/README.md](/README.md) / * [/docs/a.md](/docs/a.md) /a/ * [/src/styles/](/src/styles/) https://github.com/Apostolique/apos-docs/tree/main/src/styles/ ## Images Images inside the docs are hosted with the site. Images outside of it stay in the repository, so they get rewritten to raw.githubusercontent.com instead. * ![img/Icon.png](img/Icon.png) /img/Icon.png * ![/docs/img/Icon.png](/docs/img/Icon.png) /img/Icon.png * ![../icon.png](../icon.png) https://raw.githubusercontent.com/Apostolique/apos-docs/main/icon.png * ![/icon.png](/icon.png) https://raw.githubusercontent.com/Apostolique/apos-docs/main/icon.png