forked from outlearn-content/go-path
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutlearn.json
31 lines (28 loc) · 947 Bytes
/
outlearn.json
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
{
"olpVersion" : "0.5",
"paths" : [
{
"name" : "golang-from-scratch",
"title" : "Learn Go from Scratch",
"description" : "Jump right into Go with a tour, helpful examples, sample app, and common pitfalls.",
"coverImage" : "https://raw.githubusercontent.com/outlearn-content/go-path/master/assets/sand.jpg",
"privacy" : "public",
"pages" : [
{"page" : "./pages/welcome.md"},
{"module" : "catalog/why-learn-go-1"},
{"module" : "golang/tour"},
{"module" : "golang/command-go"},
{"module" : "learn-x-in-y-minutes/go"},
{"page" : "./pages/getting-real.md"},
{"module" : "practical-introduction"},
{"module" : "catalog/50-shades-of-go-traps-gotchas-and-common-mistakes-for-new-golang-devs"},
{"page" : "./pages/next.md"}
]
}
],
"modules" : [
{"olm" : "./modules/practical-introduction.md"}
],
"assets" : [
]
}