Skip to content

Commit eb68ff5

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 3213a80 commit eb68ff5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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": "5d4eed4f-0701-450a-a5c0-3ed858df5345",
5+
"slug": "installation",
6+
"path": "docs/INSTALLATION.md",
7+
"title": "Installing Vim script locally",
8+
"blurb": "Learn how to install Vim script locally to solve Exercism's exercises on your own machine"
9+
},
10+
{
11+
"uuid": "fcb0506d-fd9d-4670-9fd3-9d5087f9f91a",
12+
"slug": "learning",
13+
"path": "docs/LEARNING.md",
14+
"title": "How to learn Vim script",
15+
"blurb": "An overview of how to get started from scratch with Vim script"
16+
},
17+
{
18+
"uuid": "9e05374e-4176-4258-baa5-d105daae9af1",
19+
"slug": "tests",
20+
"path": "docs/TESTS.md",
21+
"title": "Testing on the Vim script track",
22+
"blurb": "Learn how to test your Vim script exercises on Exercism"
23+
},
24+
{
25+
"uuid": "0621eeb1-38df-455f-93f9-7b473ec66446",
26+
"slug": "resources",
27+
"path": "docs/RESOURCES.md",
28+
"title": "Useful Vim script resources",
29+
"blurb": "A collection of useful resources to help you master Vim script"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)