1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-09 18:16:38 +02:00

Added examples for internal links

This commit is contained in:
til-schneider
2015-12-21 10:54:24 +01:00
parent 4942af7072
commit 29d6fe9a12
2 changed files with 10 additions and 1 deletions

View File

@@ -2,3 +2,7 @@ Cheat sheets
============ ============
If you add an `index.md` into a directory, it will become a part of the breadcrumbs. If you add an `index.md` into a directory, it will become a part of the breadcrumbs.
Use it as overview for subpages of that directory:
- [Markdown cheat sheet](cheat-sheets/Markdown_cheat_sheet.md) - shows the markdown syntax.

View File

@@ -1,5 +1,10 @@
Example Wiki Example Wiki
============ ============
Place the content of you *slim wiki* into this directory. Write it using Place the content of your *slim wiki* into this directory. Write it using
[GitHub flavored](https://help.github.com/articles/github-flavored-markdown) [Markdown](https://daringfireball.net/projects/markdown/). [GitHub flavored](https://help.github.com/articles/github-flavored-markdown) [Markdown](https://daringfireball.net/projects/markdown/).
Use the main page as overview and add links to subpages:
- [Cheat Sheets](cheat-sheets) - You can add links to directories having a `index.md`.
- [Markdown cheat sheet](cheat-sheets/Markdown_cheat_sheet.md) - Or add direct a link to a markdown file.