diff --git a/src/articles/cheat-sheets/index.md b/src/articles/cheat-sheets/index.md index 56e39df..83b5c2e 100644 --- a/src/articles/cheat-sheets/index.md +++ b/src/articles/cheat-sheets/index.md @@ -2,3 +2,7 @@ Cheat sheets ============ 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. diff --git a/src/articles/index.md b/src/articles/index.md index 3cb1153..5edc5e1 100644 --- a/src/articles/index.md +++ b/src/articles/index.md @@ -1,5 +1,10 @@ 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/). + +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.