mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 02:44:29 -07:00
New docs init
This commit is contained in:
44
docs/_data/global.json
Normal file
44
docs/_data/global.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"more_items": [
|
||||
{
|
||||
"id": "bulma-start",
|
||||
"color": "success",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-rocket",
|
||||
"title": "Bulma start",
|
||||
"description": "A tiny npm package to get started"
|
||||
},
|
||||
{
|
||||
"id": "made-with-bulma",
|
||||
"color": "primary",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-certificate",
|
||||
"title": "Made with Bulma",
|
||||
"description": "The official community badge"
|
||||
},
|
||||
{
|
||||
"id": "alternative-to-bootstrap",
|
||||
"color": "bootstrap",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-exchange-alt",
|
||||
"title": "Coming from Bootstrap",
|
||||
"description": "See how Bulma is an alternative to Bootstrap"
|
||||
},
|
||||
{
|
||||
"id": "backers",
|
||||
"color": "patreon",
|
||||
"fa_type": "fab",
|
||||
"fa_icon": "fa-patreon",
|
||||
"title": "Patreon backers",
|
||||
"description": "Everyone who is supporting Bulma"
|
||||
},
|
||||
{
|
||||
"id": "extensions",
|
||||
"color": "danger",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-plug",
|
||||
"title": "Extensions",
|
||||
"description": "Side projects to enhance Bulma",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user