diff --git a/docs/_data/links.json b/docs/_data/links.json index ce39a413..fbc04d99 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -31,7 +31,7 @@ "path": "/documentation/overview/customize" }, "overview-classes": { - "name": "Classes", + "name": "CSS classes", "subtitle": "Bulma is simply a collection of CSS classes. Write the HTML code you want.", "color": "link", "icon_brand": "true", @@ -132,12 +132,12 @@ "icon": "cogs", "path": "/documentation/modifiers" }, - "modifiers-syntax": { - "name": "Syntax", + "overview-modifiers": { + "name": "Modifiers syntax", "subtitle": "Most Bulma elements have alternative styles. To apply them, you only need to append one of the modifier classes. They all start with is- or has-.", "color": "orange", "icon": "code", - "path": "/documentation/modifiers/syntax" + "path": "/documentation/overview/modifiers" }, "modifiers-helpers": { "name": "Helpers", @@ -268,37 +268,44 @@ "layout-container": { "name": "Container", "subtitle": "A simple container to center your content horizontally", - "path": "/documentation/layout/container" + "path": "/documentation/layout/container", + "icon": "arrows-alt-h" }, "layout-level": { "name": "Level", "subtitle": "A multi-purpose horizontal level, which can contain almost any other element", - "path": "/documentation/layout/level" + "path": "/documentation/layout/level", + "icon": "ruler-horizontal" }, "layout-media": { "name": "Media Object", "subtitle": "The famous media object prevalent in social media interfaces, but useful in any context", - "path": "/documentation/layout/media-object" + "path": "/documentation/layout/media-object", + "icon": "th-list" }, "layout-hero": { "name": "Hero", "subtitle": "An imposing hero banner to showcase something", - "path": "/documentation/layout/hero" + "path": "/documentation/layout/hero", + "icon": "star" }, "layout-section": { "name": "Section", "subtitle": "A simple container to divide your page into sections, like the one you're currently reading", - "path": "/documentation/layout/section" + "path": "/documentation/layout/section", + "icon": "square" }, "layout-footer": { "name": "Footer", "subtitle": "A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc.", - "path": "/documentation/layout/footer" + "path": "/documentation/layout/footer", + "icon": "window-minimize" }, "layout-tiles": { "name": "Tiles", "subtitle": "A single tile element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids", - "path": "/documentation/layout/tiles" + "path": "/documentation/layout/tiles", + "icon": "th" }, "form": { "name": "Form", @@ -620,9 +627,8 @@ "bulma-start" ], "categories": { - "overview": ["overview-start", "overview-classes", "overview-modular", "overview-responsiveness", "overview-colors", "overview-functions", "overview-mixins"], + "overview": ["overview-start", "overview-classes", "overview-modifiers", "overview-modular", "overview-responsiveness", "overview-colors", "overview-functions", "overview-mixins"], "customize": ["customize-concepts", "customize-variables", "customize-node-sass", "customize-sass-cli", "customize-webpack"], - "modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"], "helpers": ["helpers-color", "helpers-spacing", "helpers-typography", "helpers-visibility", "helpers-other"], "columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"], "layout": ["layout-container", "layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"], diff --git a/docs/_includes/examples/navbar-bottom.html b/docs/_includes/examples/navbar-bottom.html index ee78fa3b..85783b57 100644 --- a/docs/_includes/examples/navbar-bottom.html +++ b/docs/_includes/examples/navbar-bottom.html @@ -23,7 +23,7 @@ Overview - + Modifiers diff --git a/docs/_includes/examples/navbar-color.html b/docs/_includes/examples/navbar-color.html index bf2f43ad..4ced54b8 100644 --- a/docs/_includes/examples/navbar-color.html +++ b/docs/_includes/examples/navbar-color.html @@ -27,7 +27,7 @@ Overview - + Modifiers diff --git a/docs/_includes/examples/navbar.html b/docs/_includes/examples/navbar.html index 8e8a8ddd..d7775b84 100644 --- a/docs/_includes/examples/navbar.html +++ b/docs/_includes/examples/navbar.html @@ -23,7 +23,7 @@ Overview - + Modifiers diff --git a/docs/_includes/snippets/getting-started.html b/docs/_includes/snippets/getting-started.html index 07bdb23f..3efeb955 100644 --- a/docs/_includes/snippets/getting-started.html +++ b/docs/_includes/snippets/getting-started.html @@ -5,7 +5,6 @@ Hello Bulma! -
diff --git a/docs/_includes/subnav/subnav-modifiers.html b/docs/_includes/subnav/subnav-modifiers.html index ddd8ae58..9bacd3a0 100644 --- a/docs/_includes/subnav/subnav-modifiers.html +++ b/docs/_includes/subnav/subnav-modifiers.html @@ -1,10 +1,10 @@