Skip to content

Commit 285fdcb

Browse files
committed
Update sections titles and navigation
* Change Settings to Config * Change Utilities to Tools * Update list order in Foundation/index and navigation
1 parent e0018e7 commit 285fdcb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
File renamed without changes.

source/foundation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Foundation
77
As mentioned earlier, the Foundation represents the tools and materials at the ground level. This is the initial setup for your application. The Foundation is made up of:
88

99
- Reset
10-
- Settings
1110
- Helpers
12-
- Utilities
11+
- Config
1312
- Base
13+
- Tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Foundation - Utilities
33
---
44

5-
## Utilities
5+
## Tools
66

77
Since the last version of MVCSS, we've embraced the idea of presentational class names and have included them as Tools in MVCSS v4. Simply put, Tools are presentational utility classes for usage within HTML itself. They're helpful when you need a specific style in a unique context, but can't justify creating (and naming) a new module or modifier to achieve the desired effect.
88

source/shared/_nav.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
= link_to 'Foundation', '/foundation/', class: 'nav-link'
1414
%ul.nav-list--sub{ is_section_active('/foundation/') }
1515
%li.nav-item{ is_page_active('/foundation/reset/') }= link_to 'Reset', '/foundation/reset/', class: 'nav-link'
16-
%li.nav-item{ is_page_active('/foundation/settings/') }= link_to 'Settings', '/foundation/settings/', class: 'nav-link'
1716
%li.nav-item{ is_page_active('/foundation/helpers/') }= link_to 'Helpers', '/foundation/helpers/', class: 'nav-link'
18-
%li.nav-item{ is_page_active('/foundation/utilities/') }= link_to 'Utilities', '/foundation/utilities/', class: 'nav-link'
17+
%li.nav-item{ is_page_active('/foundation/config/') }= link_to 'Config', '/foundation/config/', class: 'nav-link'
1918
%li.nav-item{ is_page_active('/foundation/base/') }= link_to 'Base', '/foundation/base/', class: 'nav-link'
19+
%li.nav-item{ is_page_active('/foundation/tools/') }= link_to 'Tools', '/foundation/tools/', class: 'nav-link'
2020
%li.nav-item{ is_page_active('/components/') }= link_to 'Components', '/components/', class: 'nav-link'
2121
%li.nav-item{ is_page_active('/structures/') }= link_to 'Structures', '/structures/', class: 'nav-link'
2222
%li.nav-item{ is_page_active('/vendor/') }= link_to 'Vendor', '/vendor/', class: 'nav-link'

0 commit comments

Comments
 (0)