mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
|
{
|
||
|
"index": {
|
||
|
"landing": true
|
||
|
},
|
||
|
|
||
|
"feed": {
|
||
|
"layout": false
|
||
|
},
|
||
|
|
||
|
"robots": {
|
||
|
"layout": false
|
||
|
},
|
||
|
|
||
|
"404": {
|
||
|
"title": "404 Error",
|
||
|
"asides": false
|
||
|
},
|
||
|
|
||
|
"team": {
|
||
|
"title": "Team"
|
||
|
},
|
||
|
|
||
|
"legal": {
|
||
|
"title": "Legal & Imprint",
|
||
|
"sidebar": true,
|
||
|
"asides": true
|
||
|
},
|
||
|
|
||
|
"styleguide": {
|
||
|
"title" : "Styleguide",
|
||
|
"standalone" : true,
|
||
|
"asides": true,
|
||
|
|
||
|
"sidebar": {
|
||
|
"About": [
|
||
|
["Introduction", "#section-introduction", "introduction"]
|
||
|
],
|
||
|
"Design": [
|
||
|
["Colors", "#section-colors", "colors"],
|
||
|
["Logo", "#section-logo", "logo"],
|
||
|
["Typography", "#section-typography", "typography"],
|
||
|
["Grid", "#section-grid", "grid"],
|
||
|
["Elements", "#section-elements", "elements"],
|
||
|
["Components", "#section-components", "components"]
|
||
|
],
|
||
|
"Code": [
|
||
|
["Source", "#section-source", "source"]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|