From 47015ce61e4ebf486e717dcb6052bc6b6c30417d Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 22 Dec 2022 19:30:28 +0000 Subject: [PATCH] Integrate wai-evaluation-tools-list resource --- .gitignore | 4 +++- .gitmodules | 4 ++++ _config.yml | 5 +++++ _data/wai-evaluation-tools-list | 1 + _includes/wai-evaluation-tools-list | 1 + package-lock.json | 24 ++++++++++++------------ pages/wai-evaluation-tools-list | 1 + 7 files changed, 27 insertions(+), 13 deletions(-) create mode 120000 _data/wai-evaluation-tools-list create mode 120000 _includes/wai-evaluation-tools-list create mode 120000 pages/wai-evaluation-tools-list diff --git a/.gitignore b/.gitignore index bfc2193af10..816c5b3c352 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ _site .jekyll-metadata .DS_Store .netlify -node_modules/ \ No newline at end of file +node_modules/ + +C:\\Users\\steve\\AppData\\Local\\lighthouse* \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 9773490a00b..362f6ff907a 100755 --- a/.gitmodules +++ b/.gitmodules @@ -254,3 +254,7 @@ path = _external/resources/wai-authoring-tools-list url = https://github.com/w3c/wai-authoring-tools-list.git branch = master +[submodule "_external/resources/wai-evaluation-tools-list"] + path = _external/resources/wai-evaluation-tools-list + url = https://github.com/w3c/wai-evaluation-tools-list.git + branch = master diff --git a/_config.yml b/_config.yml index 43b4b7476ae..f89b054b661 100755 --- a/_config.yml +++ b/_config.yml @@ -352,6 +352,11 @@ defaults: path: "pages/wai-authoring-tools-list" values: layout: "default" + - + scope: + path: "pages/wai-evaluation-tools-list" + values: + layout: "default" # include all collections here so they are searchable tipue_search: diff --git a/_data/wai-evaluation-tools-list b/_data/wai-evaluation-tools-list new file mode 120000 index 00000000000..9d4d9048d73 --- /dev/null +++ b/_data/wai-evaluation-tools-list @@ -0,0 +1 @@ +../_external/resources/wai-evaluation-tools-list/_data/wai-evaluation-tools-list/ \ No newline at end of file diff --git a/_includes/wai-evaluation-tools-list b/_includes/wai-evaluation-tools-list new file mode 120000 index 00000000000..a86a934cf65 --- /dev/null +++ b/_includes/wai-evaluation-tools-list @@ -0,0 +1 @@ +../_external/resources/wai-evaluation-tools-list/_includes/wai-evaluation-tools-list/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2131473a56f..fb5cf6ce05d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,9 @@ } }, "node_modules/@netlify/plugin-lighthouse": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-4.0.2.tgz", - "integrity": "sha512-NY1mIeUpBO8nEeWU561gb1y98PXoYG2QQOHUS5iQ/AJsqQxt5qzvVhaizQZBppkoWA9kOfZEmuhbZoXadqBi5w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-4.0.3.tgz", + "integrity": "sha512-wfl4Cy8pEypm7jXSTateD3u/jXPUm/l+Yw9v04vc70Z8iItwFHAyYyZtbxE45N5SM9fa5vifPEtb4hhRfHvtSg==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -125,9 +125,9 @@ } }, "node_modules/@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", + "version": "18.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.17.tgz", + "integrity": "sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==", "dev": true }, "node_modules/@types/yauzl": { @@ -2482,9 +2482,9 @@ }, "dependencies": { "@netlify/plugin-lighthouse": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-4.0.2.tgz", - "integrity": "sha512-NY1mIeUpBO8nEeWU561gb1y98PXoYG2QQOHUS5iQ/AJsqQxt5qzvVhaizQZBppkoWA9kOfZEmuhbZoXadqBi5w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-4.0.3.tgz", + "integrity": "sha512-wfl4Cy8pEypm7jXSTateD3u/jXPUm/l+Yw9v04vc70Z8iItwFHAyYyZtbxE45N5SM9fa5vifPEtb4hhRfHvtSg==", "dev": true, "requires": { "chalk": "^4.1.0", @@ -2573,9 +2573,9 @@ } }, "@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", + "version": "18.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.17.tgz", + "integrity": "sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==", "dev": true }, "@types/yauzl": { diff --git a/pages/wai-evaluation-tools-list b/pages/wai-evaluation-tools-list new file mode 120000 index 00000000000..e4d8c2d432f --- /dev/null +++ b/pages/wai-evaluation-tools-list @@ -0,0 +1 @@ +../_external/resources/wai-evaluation-tools-list/content/ \ No newline at end of file