forked from exercism/red
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request exercism#15 from ErikSchierboom/add-docs-config-json
🤖 Add docs configuration
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"docs": [ | ||
{ | ||
"uuid": "839ebe8b-b51d-480f-ae90-f43676977ee0", | ||
"slug": "installation", | ||
"path": "docs/INSTALLATION.md", | ||
"title": "Installing Red locally", | ||
"blurb": "Learn how to install Red locally to solve Exercism's exercises on your own machine" | ||
}, | ||
{ | ||
"uuid": "cacc6bbb-73fc-472c-bc6c-49818f583658", | ||
"slug": "learning", | ||
"path": "docs/LEARNING.md", | ||
"title": "How to learn Red", | ||
"blurb": "An overview of how to get started from scratch with Red" | ||
}, | ||
{ | ||
"uuid": "f2a5bc06-eb5e-4431-b6a6-aaa0665837e1", | ||
"slug": "tests", | ||
"path": "docs/TESTS.md", | ||
"title": "Testing on the Red track", | ||
"blurb": "Learn how to test your Red exercises on Exercism" | ||
}, | ||
{ | ||
"uuid": "365432ca-6ac4-402d-856e-9611b71fda4c", | ||
"slug": "resources", | ||
"path": "docs/RESOURCES.md", | ||
"title": "Useful Red resources", | ||
"blurb": "A collection of useful resources to help you master Red" | ||
} | ||
] | ||
} |