README.md in slow-steps-1.0.0 vs README.md in slow-steps-1.0.1
- old
+ new
@@ -1,8 +1,8 @@
---
---
-# [Slow Steps, a Jekyll theme](https://www.gaitq.madeslowly.xyz/clinician/about/)
+# [Slow Steps, a Jekyll theme](https://www.gaitq.madeslowly.xyz/data/about/)
[![Ruby gem](https://badge.fury.io/rb/slow-steps.svg)](https://badge.fury.io/rb/slow-steps)
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/madeslowly/slow-steps/blob/master/LICENSE)
@@ -67,11 +67,11 @@
|
├─ _layouts/ # HTML and Liquid templating
| |
| ├─ env/ # Environmental specific layouts
| | |
-| | ├─ clinician.html # Professionals and press
+| | ├─ data.html # Professionals and press
| | ├─ walk.html # Patients and carers
| | ├─ landing.html # Landing page only
| |
| ├─ compress.html # Final step for all pages. Strips html comments, carriage returns and white space.
| |
@@ -98,11 +98,11 @@
| | |
| | ├─ _variable.sass # <nav> settings
| | ├─ burger.sass # Mobile burger
| | ├─ mobile.sass # Default nav CSS
| | ├─ desktop.sass # Breakpoint 768 CSS
-| | ├─ clinician.sass # clinician nav CSS & Breakpoint 768
+| | ├─ data.sass # data nav CSS & Breakpoint 768
| | ├─ patients.sass # Patients nav CSS & Breakpoint 768
| | ├─ gaitq.sass # GaitQ nav CSS & Breakpoint 768
| |
| ├─ typography/ # Typography partials
| | |
@@ -206,8 +206,8 @@
submenu:
- name: Page name
url: /pageURL.html
```
-We for loop `group_name` = `navigation`. The `env:` controls where and how we see the navigation link and it's submenu contents. Currently we have three allowable `envs:`, `gaitq`, `clinician` and `patients`.
+We for loop `group_name` = `navigation`. The `env:` controls where and how we see the navigation link and it's submenu contents. Currently we have three allowable `envs:`, `gaitq`, `data` and `patients`.
---