UNPKG

810 BJSONView Raw
1{
2 "intro" : {
3 "title" : "Introduction",
4 "children" : ["developersQuickStart", "maintainersGettingStarted"]
5 },
6 "developersQuickStart" : {
7 "title" : "Developers - Quick start",
8 "children" : ["developersWritingFirstComponent"]
9 },
10 "maintainersGettingStarted" : {
11 "title" : "Maintainers - Getting started",
12 "children" : []
13 },
14 "developersWritingFirstComponent" : {
15 "title" : "Developers - First component"
16 },
17
18 "developersWritingDocs" : {
19 "title" : "Writing docs"
20 },
21
22 "developersCommonIssues" : {
23 "title" : "Developers - Common Issues"
24 },
25 "developersExtendingWebpack" : {
26 "title" : "Developers - Extending the configuration"
27 },
28 "developersMigration":{
29 "title" :"Version migration"
30 },
31 "codingStyle":{
32 "title" :"Coding Style Guide"
33 }
34}
\No newline at end of file