docs(sidenav): oops missing paren
This commit is contained in:
parent
b8ed6bb766
commit
0b22d905b3
|
@ -1,22 +1,18 @@
|
||||||
{
|
{
|
||||||
"_listtype": "ordered",
|
"_listtype": "ordered",
|
||||||
|
|
||||||
"setup": {
|
"setup": {
|
||||||
"title": "Getting Started"
|
"title": "Getting Started"
|
||||||
},
|
},
|
||||||
|
|
||||||
"displaying-data": {
|
"displaying-data": {
|
||||||
"title": "Displaying Data"
|
"title": "Displaying Data"
|
||||||
},
|
},
|
||||||
|
|
||||||
"user-input": {
|
"user-input": {
|
||||||
"title": "User Input"
|
"title": "User Input"
|
||||||
},
|
},
|
||||||
|
|
||||||
"making-components": {
|
"making-components": {
|
||||||
"title": "Making Components"
|
"title": "Making Components"
|
||||||
},
|
},
|
||||||
|
|
||||||
"talking-to-components": {
|
"talking-to-components": {
|
||||||
"title": "Talking to Components"
|
"title": "Talking to Components"
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue