Skip to content

Commit

Permalink
Add docs configuration
Browse files Browse the repository at this point in the history
To allow rendering the track's documents on the v3 website, we're introducing a docs/config.json file.

This commit adds the docs/config.json file.
  • Loading branch information
ErikSchierboom authored and iHiD committed Mar 19, 2021
1 parent 32b84c4 commit b1e21c9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"docs": [
{
"uuid": "b1e7de5a-371d-4b11-b2f8-8bfc58b6eca8",
"slug": "installation",
"path": "docs/INSTALLATION.md",
"title": "Installing Crystal locally",
"blurb": "Learn how to install Crystal locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "3ef9fe1c-43a0-43d0-b40d-56f39bf219ec",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn Crystal",
"blurb": "An overview of how to get started from scratch with Crystal"
},
{
"uuid": "c52b4d43-3a68-49d2-af37-e74e7e047df0",
"slug": "tests",
"path": "docs/TESTS.md",
"title": "Testing on the Crystal track",
"blurb": "Learn how to test your Crystal exercises on Exercism"
},
{
"uuid": "f8fe3ce0-9481-42dc-b8ba-a0e3dedb00db",
"slug": "resources",
"path": "docs/RESOURCES.md",
"title": "Useful Crystal resources",
"blurb": "A collection of useful resources to help you master Crystal"
}
]
}

0 comments on commit b1e21c9

Please sign in to comment.