Skip to content

w3c/wai-website-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfd1baa · Mar 18, 2025
Jun 27, 2024
Dec 19, 2024
Dec 17, 2020
Dec 6, 2021
Mar 18, 2025
Mar 17, 2025
Mar 17, 2025
Dec 21, 2018
May 12, 2022
Sep 2, 2024
Dec 19, 2024
Dec 19, 2024
Feb 25, 2025
Mar 3, 2020

Repository files navigation

The files in this repository are companion files for the wai-website-theme. They are included in all repositories that use the theme by being included as the git submodule at /_external/data and linked to from the folder /_data.

The wai-gems gem is used to share the gem dependencies between all repos. See the README

How to do it

From the base directory of your repository, execute the following commands.

If you already have a _data directory, Gemfile or Gemfile.lock, delete them. Then, in the project workspace root:

git submodule add https://github.com/w3c/wai-website-data.git _external/data
mkdir _data
cd _data
ln -s ../_external/data/lang.json
ln -s ../_external/data/navigation.yml
ln -s ../_external/data/techniques.yml
ln -s ../_external/data/translations.yml
ln -s ../_external/data/wcag.yml