forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 1009 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"docs": [
{
"uuid": "55a9fa1c-b272-4229-9e7c-8ecbc158c9ee",
"slug": "installation",
"path": "docs/INSTALLATION.md",
"title": "Installing Java locally",
"blurb": "Learn how to install Java locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "cf49e0f4-0903-4430-8fec-0f8671c71c96",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn Java",
"blurb": "An overview of how to get started from scratch with Java"
},
{
"uuid": "b58182a0-198c-44e7-871b-0a22dde46a5b",
"slug": "tests",
"path": "docs/TESTS.md",
"title": "Testing on the Java track",
"blurb": "Learn how to test your Java exercises on Exercism"
},
{
"uuid": "91ad7ea1-41b0-4fee-8733-729b5185f0b5",
"slug": "resources",
"path": "docs/RESOURCES.md",
"title": "Useful Java resources",
"blurb": "A collection of useful resources to help you master Java"
}
]
}