Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveALee committed May 12, 2022
1 parent a124bf5 commit 5f46530
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@
path = _external/resources/wai-tutorials
url = https://github.com/w3c/wai-tutorials.git
branch = master-2.0
[submodule "_external/resources/wai-aria-practices"]
path = _external/resources/wai-aria-practices
url = https://github.com/w3c/wai-aria-practices.git
branch = launch-fixes-fixes
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-github-metadata (2.13.0)
jekyll-github-metadata (2.14.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-include-cache (0.2.1)
Expand All @@ -91,7 +91,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -102,15 +102,15 @@ GEM
mercenary (0.4.0)
mini_portile2 (2.8.0)
multipart-post (2.1.1)
nokogiri (1.13.3)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -140,4 +140,4 @@ DEPENDENCIES
wai-gems!

BUNDLED WITH
2.3.4
2.3.10
19 changes: 19 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,25 @@ defaults:
standalone_resource_pager:
name: All Test Rules
ref: /standards-guidelines/act/rules/
- scope:
path: "pages/wai-aria-practices"
values:
layout: "standalone_resource"
standalone_resource_header:
title: "ARIA Authoring Practices Guide (APG)"
subtitle: "How to build accessibility semantics into web patterns and widgets"
standalone_resource_nav_links:
- name: APG Home
ref: /ARIA/apg/
- name: Patterns
ref: /ARIA/apg/patterns/
- name: Practices
ref: /ARIA/apg/practices/
- name: Index
ref: /ARIA/apg/example-index/
- name: About
ref: /ARIA/apg/about/


# include all collections here so they are searchable
tipue_search:
Expand Down
2 changes: 1 addition & 1 deletion _external/resources/wai-about-wai
1 change: 1 addition & 0 deletions _external/resources/wai-aria-practices
Submodule wai-aria-practices added at 0e7283
2 changes: 1 addition & 1 deletion _external/resources/wai-wcag-supplemental
1 change: 1 addition & 0 deletions _includes/aria-practices.html
1 change: 1 addition & 0 deletions _includes/read-this-first.html
1 change: 1 addition & 0 deletions _includes/toc.html
1 change: 1 addition & 0 deletions content-assets/wai-aria-practices
1 change: 1 addition & 0 deletions content-images/wai-aria-practices
1 change: 1 addition & 0 deletions pages/wai-aria-practices

0 comments on commit 5f46530

Please sign in to comment.