-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.json
executable file
·86 lines (86 loc) · 2.44 KB
/
sitemap.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"Pages": [
{
"Name": "Landing Page",
"URL": "http://kinlane.github.io/dev-hub/"
},
{
"Name": "Getting Started",
"URL": "http://kinlane.github.io/dev-hub/getting-started.html"
},
{
"Name": "APIs",
"URL": "http://kinlane.github.io/dev-hub/api.html"
},
{
"Name": "Data",
"URL": "http://kinlane.github.io/dev-hub/data.html"
},
{
"Name": "Code",
"URL": "http://kinlane.github.io/dev-hub/code.html"
},
{
"Name": "Gallery",
"URL": "http://kinlane.github.io/dev-hub/gallery.html"
},
{
"Name": "Support",
"URL": "http://kinlane.github.io/dev-hub/support.html"
},
{
"Name": "Roadmap",
"URL": "http://kinlane.github.io/dev-hub/roadmap.html"
},
{
"Name": "Blog",
"URL": "http://kinlane.github.io/dev-hub/blog.html"
},
{
"Name": "Terms of Use",
"URL": "http://kinlane.github.io/dev-hub/legal/terms-of-use.html"
},
{
"Name": "Privacy Policy",
"URL": "http://kinlane.github.io/dev-hub/legal/privacy-policy.html"
},
{
"Name": "Branding Guidelines",
"URL": "http://kinlane.github.io/dev-hub/legal/branding-guidelines.html"
}
],
"Building Blocks": [
{
"Name": "API",
"URL": "http://kinlane.github.io/dev-hub/api.json"
},
{
"Name": "Data",
"URL": "http://kinlane.github.io/dev-hub/data.json"
},
{
"Name": "Code",
"URL": "http://kinlane.github.io/dev-hub/json/code.json"
},
{
"Name": "Gallery",
"URL": "http://kinlane.github.io/dev-hub/json/gallery.json"
},
{
"Name": "Support",
"URL": "http://kinlane.github.io/dev-hub/json/support.json"
},
{
"Name": "Roadmap",
"URL": "http://kinlane.github.io/dev-hub/json/roadmap.json"
},
{
"Name": "Changelog",
"URL": "http://kinlane.github.io/dev-hub/json/changelog.json"
},
{
"Name": "Legal",
"URL": "http://kinlane.github.io/dev-hub/json/legal.json"
}
]
}