New documentation for Codewars. Still work in progress.
Documents are classified with the following:
Kind
(kind
): By kind of documentation (recipe
,reference
,tutorial
, etc.) See kinds.yml.Tag
(tags
): By tags associated with the documentation. See tags.yml.Language
(languages
): A special kind ofTag
that is used to collect documents to show on the language page
/tutorials/
: All docs with kindtutorial
/recipes/
: All docs with kindrecipe
/references/
: All docs with kindreference
/tags/
: List of all tags/tags/:id
: List of docs with tagid
/languages/
: List of supported languages/languages/:id
: Show language information- Sidebar lists all pages referencing the language, grouped by
kind
- Sidebar lists all pages referencing the language, grouped by
Markdown files matching content/**/*.md
generates matching routes. For example, content/foo/bar.md
generates /foo/bar/
.