Project 5: Partial danger
Schedule | Flex Meld |
Time allowed | 2 hours |
Update Realm
Update to the latest version of the RC of Realm.
At the time I write this, it's 0.83.0-rc.2
.
Cheat: How to do this
Edit the package.json and replace the version of Realm with 0.82.2-rc.1
(or any other latest version).
package.json
"dependencies": { "@redocly/realm": "0.83.0-rc.2" }
We'll always update because we want to test the latest release candidate (until it becomes the minor version).
Danger
The boss wants this message to appear at the top of each page (just as it shows in red).
Training exercise.
Don't tell the boss I warned you, but be prepared to change the message (you know the boss is watching feedback).
Do that by using something that you can reuse. Partials.
Cheat: Link to the docs (better if you try to find it)
Debrief
Debrief on your experience. What made you smile? What did you find confusing?