mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add modifiers links
This commit is contained in:
@@ -8,6 +8,30 @@
|
||||
"name": "Documentation",
|
||||
"path": "/documentation"
|
||||
},
|
||||
"modifiers": {
|
||||
"name": "Modifiers",
|
||||
"path": "/documentation/modifiers"
|
||||
},
|
||||
"modifiers-syntax": {
|
||||
"name": "Syntax",
|
||||
"path": "/documentation/modifiers/syntax"
|
||||
},
|
||||
"modifiers-helpers": {
|
||||
"name": "Helpers",
|
||||
"path": "/documentation/modifiers/helpers"
|
||||
},
|
||||
"modifiers-responsive-helpers": {
|
||||
"name": "Responsive helpers",
|
||||
"path": "/documentation/modifiers/responsive-helpers"
|
||||
},
|
||||
"modifiers-color-helpers": {
|
||||
"name": "Color helpers",
|
||||
"path": "/documentation/modifiers/color-helpers"
|
||||
},
|
||||
"modifiers-typography-helpers": {
|
||||
"name": "Typography helpers",
|
||||
"path": "/documentation/modifiers/typography-helpers"
|
||||
},
|
||||
"columns": {
|
||||
"name": "Columns",
|
||||
"path": "/documentation/columns"
|
||||
@@ -191,6 +215,7 @@
|
||||
},
|
||||
"order": {
|
||||
"columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"],
|
||||
"modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"],
|
||||
"form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"],
|
||||
"elements": ["elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"],
|
||||
"components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"]
|
||||
|
||||
Reference in New Issue
Block a user