Skip to content

Commit 555fe90

Browse files
authored
Merge pull request #3 from ember-learn/feature/toc
updated readme
2 parents 3d939c2 + a959524 commit 555fe90

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

04_website_accessibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ EmberJS is is committed to ensuring that its website is accessible to people wit
55
## Design
66

77
These are the WCAG conformance criteria that will most likely apply to the Ember.js website.
8+
89
<!--alex ignore Color-->
910
- 1.4.1 [Use of Color](https://www.w3.org/WAI/WCAG21/quickref/?showtechniques=141#distinguishable)
1011
- 1.4.3 [Contrast (Minimum)](https://www.w3.org/WAI/WCAG21/quickref/?showtechniques=141#contrast-minimum)

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Handbook
22

3-
A Handbook of notes for the learning team. Run `yarn test` when making changes in this repo to ensure we don't have broken links or insensitive content in our docs.
3+
<!--alex ignore remain-->
4+
A Handbook of notes for the Ember Learning Core Team. This repo helps us track the decisions we've already made, so we can remain consistent throughout the project(s).
5+
6+
## Contents
7+
8+
- [infrastructure](01_infrastructure.md)
9+
- [heroku & fastly setup](02_heroku_fastly_setup.md)
10+
- [website- sitemap](03_website_sitemap.md)
11+
- [website- accessibility](04_website_accessibility.md)
12+
13+
## Contributing
14+
15+
Please run `yarn test` when making changes in this repo to ensure we don't have broken links or insensitive content in our docs.
16+
17+
If alex is incorrectly flagging content as insensitive, add this line to the immediately previous line of code:
18+
`<!--alex ignore theword-->`

0 commit comments

Comments
 (0)