Skip to content

Commit cbc4e01

Browse files
ErikSchierboomiHiD
authored andcommitted
Add docs configuration
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.
1 parent 2cbf422 commit cbc4e01

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/config.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"docs": [
3+
{
4+
"uuid": "55a9fa1c-b272-4229-9e7c-8ecbc158c9ee",
5+
"slug": "installation",
6+
"path": "docs/INSTALLATION.md",
7+
"title": "Installing Java locally",
8+
"blurb": "Learn how to install Java locally to solve Exercism's exercises on your own machine"
9+
},
10+
{
11+
"uuid": "cf49e0f4-0903-4430-8fec-0f8671c71c96",
12+
"slug": "learning",
13+
"path": "docs/LEARNING.md",
14+
"title": "How to learn Java",
15+
"blurb": "An overview of how to get started from scratch with Java"
16+
},
17+
{
18+
"uuid": "b58182a0-198c-44e7-871b-0a22dde46a5b",
19+
"slug": "tests",
20+
"path": "docs/TESTS.md",
21+
"title": "Testing on the Java track",
22+
"blurb": "Learn how to test your Java exercises on Exercism"
23+
},
24+
{
25+
"uuid": "91ad7ea1-41b0-4fee-8733-729b5185f0b5",
26+
"slug": "resources",
27+
"path": "docs/RESOURCES.md",
28+
"title": "Useful Java resources",
29+
"blurb": "A collection of useful resources to help you master Java"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)