mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Create links nav
This commit is contained in:
51
docs/_data/links.json
Normal file
51
docs/_data/links.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"by_id": {
|
||||
"home": {
|
||||
"name": "Home",
|
||||
"path": ""
|
||||
},
|
||||
"documentation": {
|
||||
"name": "Documentation",
|
||||
"path": "/documentation"
|
||||
},
|
||||
"columns": {
|
||||
"name": "Columns",
|
||||
"path": "/documentation/columns"
|
||||
},
|
||||
"columns-basics": {
|
||||
"name": "Basics",
|
||||
"path": "/documentation/columns/basics"
|
||||
},
|
||||
"columns-gap": {
|
||||
"name": "Gap",
|
||||
"path": "/documentation/columns/gap"
|
||||
},
|
||||
"columns-nesting": {
|
||||
"name": "Nesting",
|
||||
"path": "/documentation/columns/nesting"
|
||||
},
|
||||
"columns-options": {
|
||||
"name": "Options",
|
||||
"path": "/documentation/columns/options"
|
||||
},
|
||||
"columns-responsiveness": {
|
||||
"name": "Responsiveness",
|
||||
"path": "/documentation/columns/responsiveness"
|
||||
},
|
||||
"columns-sizes": {
|
||||
"name": "Sizes",
|
||||
"path": "/documentation/columns/sizes"
|
||||
},
|
||||
"elements": {
|
||||
"name": "Elements",
|
||||
"path": "/documentation/elements"
|
||||
},
|
||||
"button": {
|
||||
"name": "Button",
|
||||
"path": "/documentation/elements/button"
|
||||
}
|
||||
},
|
||||
"order": {
|
||||
"columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"]
|
||||
}
|
||||
}
|
||||
@@ -31,6 +31,11 @@
|
||||
"name": "$title-strong-weight",
|
||||
"value": "inherit"
|
||||
},
|
||||
"title-line-height": {
|
||||
"id": "title-line-height",
|
||||
"name": "$title-line-height",
|
||||
"value": "1.125"
|
||||
},
|
||||
"subtitle-color": {
|
||||
"id": "subtitle-color",
|
||||
"name": "$subtitle-color",
|
||||
@@ -46,6 +51,11 @@
|
||||
"name": "$subtitle-weight",
|
||||
"value": "$weight-normal"
|
||||
},
|
||||
"subtitle-line-height": {
|
||||
"id": "subtitle-line-height",
|
||||
"name": "$subtitle-line-height",
|
||||
"value": "1.25"
|
||||
},
|
||||
"subtitle-strong-color": {
|
||||
"id": "subtitle-strong-color",
|
||||
"name": "$subtitle-strong-color",
|
||||
@@ -55,6 +65,11 @@
|
||||
"id": "subtitle-strong-weight",
|
||||
"name": "$subtitle-strong-weight",
|
||||
"value": "$weight-semibold"
|
||||
},
|
||||
"subtitle-negative-margin": {
|
||||
"id": "subtitle-negative-margin",
|
||||
"name": "$subtitle-negative-margin",
|
||||
"value": "-1.25rem"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user