forked from exercism/cpp
-
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) · 1001 Bytes
/
Copy pathconfig.json
File metadata and controls
32 lines (32 loc) · 1001 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": "45840360-fa9a-45c0-9745-3d8cc7361866",
"slug": "installation",
"path": "docs/INSTALLATION.md",
"title": "Installing C++ locally",
"blurb": "Learn how to install C++ locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "0540d25a-c656-46e2-a765-bc2df2ba4e1e",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn C++",
"blurb": "An overview of how to get started from scratch with C++"
},
{
"uuid": "7ce4762c-b20a-4e03-8b67-80d4f3287b38",
"slug": "tests",
"path": "docs/TESTS.md",
"title": "Testing on the C++ track",
"blurb": "Learn how to test your C++ exercises on Exercism"
},
{
"uuid": "ca771aaf-ff7f-43db-aea8-bd2e76ab661a",
"slug": "resources",
"path": "docs/RESOURCES.md",
"title": "Useful C++ resources",
"blurb": "A collection of useful resources to help you master C++"
}
]
}