Skip to content

Commit 5e4f506

Browse files
authored
Add missing doc entries to the docs/config.md (#334)
1 parent d924b03 commit 5e4f506

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
11
{
22
"docs": [
3+
{
4+
"uuid": "6691fcad-1ab4-470d-89d8-8c17b2cd508c",
5+
"slug": "about",
6+
"path": "docs/ABOUT.md",
7+
"title": "About Objective-C",
8+
"blurb": "Learn about the Objective-C language"
9+
},
310
{
411
"uuid": "014402ed-4b07-4659-b007-55df6f834bc6",
512
"slug": "installation",
613
"path": "docs/INSTALLATION.md",
714
"title": "Installing Objective-C locally",
815
"blurb": "Learn how to install Objective-C locally to solve Exercism's exercises on your own machine"
916
},
17+
{
18+
"uuid": "f321b5d1-8521-4e7c-956f-29d9a3d895f5",
19+
"slug": "learning",
20+
"path": "docs/LEARNING.md",
21+
"title": "Learn Objective-C",
22+
"blurb": "Start here to learn how to use Objective-C"
23+
},
24+
{
25+
"uuid": "ffa3710b-5def-4db5-80ec-07560fef32c1",
26+
"slug": "resources",
27+
"path": "docs/RESOURCES.md",
28+
"title": "Objective-C Resources",
29+
"blurb": "Some useful references to use when writing Objective-C"
30+
},
1031
{
1132
"uuid": "1ae7054b-ad70-4ceb-9fa1-84978a4171f4",
1233
"slug": "tests",

0 commit comments

Comments
 (0)