Skip to content

Commit 5acccf5

Browse files
author
Kelly Churchill
committed
More updates to essentials page and removing internal build references
1 parent a78bac1 commit 5acccf5

File tree

4 files changed

+27
-41
lines changed

4 files changed

+27
-41
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,12 @@ Run dev environment
3939
yarn dev
4040
```
4141

42-
Run internal dev environment
43-
44-
```
45-
yarn dev:internal
46-
```
47-
4842
## 🚀 Build
4943

5044
Runing the build commands generates all the files and places them in the `public` folder.
5145

52-
Build external site
46+
Build site
5347

5448
```
55-
yarn build:external
56-
```
57-
58-
Build internal site
59-
60-
```
61-
yarn build:internal
49+
yarn build
6250
```

docs/CONTENT.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The top of each markdown file has required frontmatter fields to display the hea
2121
label: Optional paragraph of text at the top of a page
2222
title: Page Title
2323
tabs: ['Tab 1', 'Tab 2', 'Tab 3'']
24-
internal: true
2524
---
2625
```
2726

@@ -33,7 +32,6 @@ Non-required fields are:
3332

3433
- `label`: The label of the page _(if added then header will display at medium height instead of small)_
3534
- `tabs`: An array of the page tabs (in the desired order), tab name should match markdown file name.
36-
- `internal: true` Used to designate internal only content for display on w3 website.
3735

3836
## Markdown
3937

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@
1818
"nohoist": []
1919
},
2020
"scripts": {
21-
"build": "echo 'ERROR: Please specify environment by running either build:external or build:internal. This will set the correct environment variable for the build.'",
21+
"build": "rm -rf public && yarn build:packages && ./tasks/build.sh",
2222
"build:packages": "lerna run build --stream --prefix --npm-client yarn",
23-
"build:external": "rm -rf public && yarn build:packages && ./tasks/build.sh --env external",
24-
"build:internal": "rm -rf public && yarn build:packages && ./tasks/build.sh --env internal",
2523
"serve": "gatsby serve",
2624
"clean": "lerna clean --yes && rm -rf build && rm -rf node_modules",
2725
"clean:cache": "rm -rf .cache",
28-
"dev": "yarn dev:external",
29-
"dev:external": "./tasks/build-timestamp.sh && cross-env GATSBY_ENV=external gatsby develop",
30-
"dev:internal": "./tasks/build-timestamp.sh && cross-env GATSBY_ENV=internal gatsby develop",
26+
"dev": "./tasks/build-timestamp.sh && cross-env gatsby develop",
3127
"format": "prettier --write \"**/*.{scss,css,js,md}\"",
3228
"format:diff": "prettier --list-different \"**/*.{scss,css,js,md}\"",
3329
"test": "echo \"Error: no test specified\" && exit 1",

src/content/essentials/essentials.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,38 @@ title: Design System Developer Essentials
44

55
The Design System Developer Essentials Learning Bundles provide developers with an introduction to using the Design System to implement UIs designed with the IBM Design Language. Learning is being delivered in two methods: Distance Learning or Classroom Immersive.
66

7-
## Distance Learning
7+
<anchor-links>
8+
<ul>
9+
<li><a href="#distance-learning">Distance Learning</a></li>
10+
<li><a href="#classroom-immersive">Classroom Immersive</a></li>
11+
</ul>
12+
</anchor-links>
813

9-
Over the course of five instructor-led sessions, participants will be led through a live presentation of the session content. Following the live presentation, participants will be provided with learning materials including hands-on coding activities. These activities can be done on your own or you can join one of our proctor-led in-person sessions at multiple IBM sites.
14+
## Distance Learning
1015

11-
All insructor-led sessions will be held live via WebEx at 10 am US Central Time.
16+
Over the course of five instructor-led sessions, participants will be led through a live presentation of the session content. Following the live presentation, participants will be provided with learning materials including hands-on coding activities. These activities can be done on your own or you can join one of our proctor-led in-person sessions at multiple IBM sites. This course is geared to developers who are working in the front-end or UI layer, regardless of their role. Upon completion of this course, participats will be awarded a digital badge.
1217

1318
### Instructor-Led Sessions
14-
Lab 1 - Getting Started<br />
15-
May 28, 2019
19+
All instructor-led sessions will be held live via WebEx at 10 am US Central Time.
1620

17-
Lab 2 - Layout & Grid<br />
18-
June 4, 2019
21+
| Date | Session Information |
22+
| --- | --- |
23+
| May 28, 2019 | Lab 1 - Getting Started |
24+
| June 4, 2019 | Lab 2 - Layout & Grid |
25+
| June 11, 2019 | Lab 3 - Content & Polish |
26+
| June 18, 2019 | Lab 4 - Builds & Performance |
27+
| June 14, 2019 | Lab 5 - Using APIs & GraphQL |
1928

20-
Lab 3 - Content & Polish<br />
21-
June 11, 2019
29+
### Register for Series
2230

23-
Lab 4 - Builds & Performance<br />
24-
June 18, 2019
31+
<grid-wrapper col_lg="8" flex="true" bleed="true">
32+
<button class="bx--btn bx--btn--primary" type="button">Register</button>
33+
</grid-wrapper>
2534

26-
Lab 5 - Using APIs & GraphQL<br />
27-
June 25, 2019
28-
29-
[Register info]
3035

3136
## Classroom Immersive
3237

33-
Week-long in-person immersive learning enabling product teams to get up and running quickly using the Design System. Beginning in July, 2019, we will conduct classroom immersive workshops. In this week-long session, product teams will be led through the material delivered in the Distance Learning sessions and will begin implementing the Design System into their actual product UI. This course is geared to developers who are working in the front-end or UI layer, regardless of their role.
34-
35-
When you register your team for this approach, we will work with you to schedule the week-long event at your location.
38+
Week-long in-person immersive learning enabling product teams to get up and running quickly using the Design System. Beginning in July, 2019, we will conduct classroom immersive workshops. In this week-long session, product teams will be led through the material delivered in the Distance Learning sessions and will begin implementing the Design System into their actual product UI. This course is geared to developers who are working in the front-end or UI layer, regardless of their role. We will work with you to schedule the week-long event at your location.
3639

37-
[Register your team]
40+
### Register your team
41+
<p>Send an email to <a href="mailto:[email protected]">Kelly Churchill</a> to get started.</p>

0 commit comments

Comments
 (0)