Skip to content

Commit

Permalink
Add index utility (pull #951)
Browse files Browse the repository at this point in the history
For issue #752, adds a node script for generating two indexes:
* Example by role
* Examples by state or property

The script lands the generated index.html in the /examples directory.
  • Loading branch information
jongund authored and mcking65 committed Dec 21, 2018
1 parent 762f1f0 commit 5ec6c8f
Show file tree
Hide file tree
Showing 5 changed files with 959 additions and 28 deletions.
8 changes: 8 additions & 0 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -4754,6 +4754,14 @@ <h2>Roles That Automatically Hide Semantics by Making Their Descendants Presenta

<section id="appendices" class="appendix">
<h2>Appendices</h2>

<section id="indexes">
<h3>Indexes</h3>
<ul>
<li><a href="examples/#examples_by_role_label">Design Pattern Examples by Role</a></li>
<li><a href="examples/#examples_by_props_label">Design Pattern Examples by Properties and States</a> </li>
</ul>
</section>

<section id="change_log" class="appendix">
<h3>Change History</h3>
Expand Down
Loading

0 comments on commit 5ec6c8f

Please sign in to comment.