1+ [
2+ {
3+ "type" : " page" ,
4+ "id" : " home" ,
5+ "route" : " /" ,
6+ "title" : " PatternFly Java" ,
7+ "order" : 0
8+ },
9+ {
10+ "type" : " page" ,
11+ "id" : " get-involved" ,
12+ "route" : " /get-involved" ,
13+ "title" : " Get involved" ,
14+ "order" : 0
15+ },
16+ {
17+ "type" : " page" ,
18+ "id" : " get-started" ,
19+ "route" : " /get-started" ,
20+ "title" : " Get started" ,
21+ "order" : 0
22+ },
23+ {
24+ "type" : " group" ,
25+ "id" : " concepts" ,
26+ "route" : " /concepts" ,
27+ "title" : " Concepts" ,
28+ "order" : 2 ,
29+ "hasContent" : true ,
30+ "contentId" : " concepts/index" ,
31+ "children" : [
32+ {
33+ "type" : " page" ,
34+ "id" : " concepts/api-design" ,
35+ "route" : " /concepts/api-design" ,
36+ "title" : " API design" ,
37+ "order" : 0
38+ },
39+ {
40+ "type" : " page" ,
41+ "id" : " concepts/icons" ,
42+ "route" : " /concepts/icons" ,
43+ "title" : " Icons" ,
44+ "order" : 0
45+ },
46+ {
47+ "type" : " page" ,
48+ "id" : " concepts/tokens" ,
49+ "route" : " /concepts/tokens" ,
50+ "title" : " Tokens" ,
51+ "order" : 0
52+ }
53+ ]
54+ },
55+ {
56+ "type" : " group" ,
57+ "id" : " developer" ,
58+ "route" : " /developer" ,
59+ "title" : " Developer" ,
60+ "order" : 5 ,
61+ "hasContent" : true ,
62+ "contentId" : " developer/index" ,
63+ "children" : [
64+ {
65+ "type" : " page" ,
66+ "id" : " developer/building" ,
67+ "route" : " /developer/building" ,
68+ "title" : " Building" ,
69+ "order" : 0
70+ },
71+ {
72+ "type" : " page" ,
73+ "id" : " developer/ci-cd" ,
74+ "route" : " /developer/ci-cd" ,
75+ "title" : " CI/CD" ,
76+ "order" : 0
77+ },
78+ {
79+ "type" : " page" ,
80+ "id" : " developer/releasing" ,
81+ "route" : " /developer/releasing" ,
82+ "title" : " Releasing" ,
83+ "order" : 0
84+ },
85+ {
86+ "type" : " page" ,
87+ "id" : " developer/skills" ,
88+ "route" : " /developer/skills" ,
89+ "title" : " Skills" ,
90+ "order" : 4
91+ },
92+ {
93+ "type" : " page" ,
94+ "id" : " developer/documentation" ,
95+ "route" : " /developer/documentation" ,
96+ "title" : " Documentation" ,
97+ "order" : 5
98+ }
99+ ]
100+ }
101+ ]
0 commit comments