diff --git a/docs/_data/events.yml b/docs/_data/events.yml index 19d716a5..aedf7a3d 100644 --- a/docs/_data/events.yml +++ b/docs/_data/events.yml @@ -1,4 +1,11 @@ past: + - month: Jan 2026 + topic: ITAO Accessibility Extensions Demonstration + recording: https://014gc.sharepoint.com/:v:/r/sites/DEVCommunity/Shared%20Documents/DevCoP%20-%20Past%20Events/2026_01_14_DevCoP.mp4?csf=1&web=1&e=lz2FRQ + resources: + - title: How to download Accessibility web browser extensions + link: /guides/a11y-web-extensions.html + - month: Nov 2025 topic: Exchange Online (EXO) Project Team recording: https://014gc.sharepoint.com/:v:/r/sites/DEVCommunity/Shared%20Documents/DevCoP%20-%20Past%20Events/2025_11_26_DevCoP.mp4?csf=1&web=1&e=9w0Fj6 diff --git a/docs/_guides/auto-a11y.md b/docs/_guides/_hidden/auto-a11y.md similarity index 100% rename from docs/_guides/auto-a11y.md rename to docs/_guides/_hidden/auto-a11y.md diff --git a/docs/_guides/a11y-web-extensions.md b/docs/_guides/a11y-web-extensions.md new file mode 100644 index 00000000..bcd51c6c --- /dev/null +++ b/docs/_guides/a11y-web-extensions.md @@ -0,0 +1,57 @@ +--- +title: Accessibility Browser Extensions +layout: default +category: Testing +summary: How to download Accessibility web browser extensions +date: 2026-01-15 +--- + +## Links for Accessibility testing Browser extensions + +### Accessibility Insights + +To request to have Insights for **Windows** installed on your desktop from the NSD Application Catalogue: + +- Navigate to [NSD](https://iservice.prv/eng/imit/nsd/index.shtml "NSD") +- From the **Application Catalogue**, click the **Commercial Software** tab, then select the *Accessibility Insights for Windows* link and click *Install*. +- The installation should take approximately 2 days. + +Add the [Accessibility Insights Browser Extension](https://accessibilityinsights.io/downloads/ "Accessibility Insights Browser Extension") directly within your browser (for Chrome and Edge): + +[Accessibility Insights web extension - download](../assets/a11y-web-extensions/Insights_1.png) + +[Accessibility Insights web extension - Get](../assets/a11y-web-extensions/Insights_2.png) + +[Accessibility Insights web extension - Add Extension](../assets/a11y-web-extensions/Insights_3.png) + +[Accessibility Insights web extension - Successful install](../assets/a11y-web-extensions/Insights_4.png) + +### WAVE + +Add the [WAVE Browser Extension](https://wave.webaim.org/extension/ "WAVE Browser Extension") directly within your browser (for Chrome, Edge, Firefox): + +[WAVE web extension - download](../assets/a11y-web-extensions/WAVE_2.png) + +[WAVE web extension - Get](../assets/a11y-web-extensions/WAVE_3.png) + +[WAVE web extension - Add extension](../assets/a11y-web-extensions/WAVE_4.png) + +[WAVE web extension - Successful install](../assets/a11y-web-extensions/WAVE_5.png) + +### Axe Dev Tools + +Add the [Axe DevTools Browser Extension](https://www.deque.com/axe/devtools/extension/ "Axe DevTools Browser Extension") directly within your browser (for Chrome, Edge, Firefox): + +[Axe Dev Tools web extension - Get](../assets/a11y-web-extensions/Axe_1_Note_ScrollToBottomOfPage.png) + +[Axe Dev Tools web extension - Get](../assets/a11y-web-extensions/Axe_2.png) + +[Axe Dev Tools web extension - Add extension](../assets/a11y-web-extensions/Axe_3.png) + +[Axe Dev Tools web extension - Successful install](../assets/a11y-web-extensions/Axe_4.png) + +### W3C HTML validation + +Add your HTML source code directly to the **Validate by Direct Input** field in the [W3C Markup Validation Service](https://validator.w3.org/#validate_by_input "W3C Markup Validation Service"), to validate HTML compliance: + +[W3C HTML Markup Validation Service](../assets/a11y-web-extensions/W3C-html-validator.png) diff --git a/docs/_guides/nsd-application-cataloque.md b/docs/_guides/nsd-application-cataloque.md index 56ced44b..eebc52f4 100644 --- a/docs/_guides/nsd-application-cataloque.md +++ b/docs/_guides/nsd-application-cataloque.md @@ -13,11 +13,12 @@ This page will answer some questions regarding common issues encountered with Gi ## Installation -To install Git, you can request it from the **National Service Desk (NSD) Application Catalogue** [NSD- internal site](http://srmis-sigdi-iagent.prv/AppPortal/en/Home/Index/2). -The installation should take approximately 2 days. -Please be patient. NSD usually has a high volume of service tickets to deal with, so it may take more than 2 days before it's installed on your workstation. -Unfortunately, the SDS support team does not have permission to install Git. -Service tickets regarding problems with installation will be redirected to Deployment Services resolver group. +To request to have GIT installed on your desktop from the NSD Application Catalogue: + +- Navigate to [NSD](https://iservice.prv/eng/imit/nsd/index.shtml "NSD") +- From the **Application Catalogue**, click the **Commercial Software** tab, then select the *GIT* link and click *Install*. +- The installation should take approximately 2 days. +- Please be patient. NSD usually has a high volume of service tickets to deal with, so it may take more than 2 days before it's installed on your workstation. ## Using Git Behind The Proxy diff --git a/docs/_guides/tfvc-to-git.md b/docs/_guides/tfvc-to-git.md index 5ea1d991..86ad1d5a 100644 --- a/docs/_guides/tfvc-to-git.md +++ b/docs/_guides/tfvc-to-git.md @@ -37,9 +37,11 @@ The prerequisites stay the same regardless of where you choose to host your Git In order to migrate your TFVC repository into a Git repository you will need: -* **Git for Windows**: - * If you don't have it installed, request it from the [Application Catalogue *(ESDC intranet only)*](http://srmis-sigdi-iagent.prv/WT-STO/iAgent/AppPortal/en) or download it directly - from [Git for Windows](https://gitforwindows.org/). +* **Install Git for Windows**: + * Navigate to [NSD](https://iservice.prv/eng/imit/nsd/index.shtml "NSD") + * From the **Application Catalogue**, click the **Commercial Software** tab, then select the *GIT* link and click *Install*. + * The installation should take approximately 2 days. + * or download it directly from [Git for Windows](https://gitforwindows.org/). * **git-tfs**: * If you don't have it installed, download it from their [GitHub repository](https://github.com/git-tfs/git-tfs). ([direct link](https://github.com/git-tfs/git-tfs/releases/download/v0.30/GitTfs-0.30.0.zip)) * To install `git-tfs`, extract the content of the ZIP file to a folder diff --git a/docs/_references/developer-services.md b/docs/_references/developer-services.md index 73709546..39166885 100644 --- a/docs/_references/developer-services.md +++ b/docs/_references/developer-services.md @@ -16,10 +16,6 @@ There are a few web services available. They are all supported and documented on The CDTS currently has an API to implement the WET 4.0 into any application. You can read more on that on the GCPedia page: [Centrally_Deployed_Templates_Solution_(CDTS)](https://cenw-wscoe.github.io/sgdc-cdts/index.html). SDS also offers a more integrated template for .NET MVC, .NET Web Forms and Java applications. The details on that can be found in GCCode page: [GoC Web Templates project](https://gccode.ssc-spc.gc.ca/GOCWebTemplates). -### Web Analytics - -The department has a site to view the website analytics on a number of different web sites and applications. can be used to view the stats of the applications you develop. - ## 3rd Party Tools ### GC Code diff --git a/docs/assets/a11y-web-extensions/Axe_1_Note_ScrollToBottomOfPage.png b/docs/assets/a11y-web-extensions/Axe_1_Note_ScrollToBottomOfPage.png new file mode 100644 index 00000000..e92be2b5 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Axe_1_Note_ScrollToBottomOfPage.png differ diff --git a/docs/assets/a11y-web-extensions/Axe_2.png b/docs/assets/a11y-web-extensions/Axe_2.png new file mode 100644 index 00000000..a56ad5de Binary files /dev/null and b/docs/assets/a11y-web-extensions/Axe_2.png differ diff --git a/docs/assets/a11y-web-extensions/Axe_3.png b/docs/assets/a11y-web-extensions/Axe_3.png new file mode 100644 index 00000000..6c863cf8 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Axe_3.png differ diff --git a/docs/assets/a11y-web-extensions/Axe_4.png b/docs/assets/a11y-web-extensions/Axe_4.png new file mode 100644 index 00000000..c0287207 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Axe_4.png differ diff --git a/docs/assets/a11y-web-extensions/Extensions.png b/docs/assets/a11y-web-extensions/Extensions.png new file mode 100644 index 00000000..f4678db3 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Extensions.png differ diff --git a/docs/assets/a11y-web-extensions/Insights_1.png b/docs/assets/a11y-web-extensions/Insights_1.png new file mode 100644 index 00000000..cf90fd19 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Insights_1.png differ diff --git a/docs/assets/a11y-web-extensions/Insights_2.png b/docs/assets/a11y-web-extensions/Insights_2.png new file mode 100644 index 00000000..6131b6cb Binary files /dev/null and b/docs/assets/a11y-web-extensions/Insights_2.png differ diff --git a/docs/assets/a11y-web-extensions/Insights_3.png b/docs/assets/a11y-web-extensions/Insights_3.png new file mode 100644 index 00000000..72e33d71 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Insights_3.png differ diff --git a/docs/assets/a11y-web-extensions/Insights_4.png b/docs/assets/a11y-web-extensions/Insights_4.png new file mode 100644 index 00000000..9d5109a8 Binary files /dev/null and b/docs/assets/a11y-web-extensions/Insights_4.png differ diff --git a/docs/assets/a11y-web-extensions/W3C-html-validator.png b/docs/assets/a11y-web-extensions/W3C-html-validator.png new file mode 100644 index 00000000..000bd9cf Binary files /dev/null and b/docs/assets/a11y-web-extensions/W3C-html-validator.png differ diff --git a/docs/assets/a11y-web-extensions/WAVE_1.png b/docs/assets/a11y-web-extensions/WAVE_1.png new file mode 100644 index 00000000..bab71bb3 Binary files /dev/null and b/docs/assets/a11y-web-extensions/WAVE_1.png differ diff --git a/docs/assets/a11y-web-extensions/WAVE_2.png b/docs/assets/a11y-web-extensions/WAVE_2.png new file mode 100644 index 00000000..3999c8f9 Binary files /dev/null and b/docs/assets/a11y-web-extensions/WAVE_2.png differ diff --git a/docs/assets/a11y-web-extensions/WAVE_3.png b/docs/assets/a11y-web-extensions/WAVE_3.png new file mode 100644 index 00000000..950b6fc6 Binary files /dev/null and b/docs/assets/a11y-web-extensions/WAVE_3.png differ diff --git a/docs/assets/a11y-web-extensions/WAVE_4.png b/docs/assets/a11y-web-extensions/WAVE_4.png new file mode 100644 index 00000000..3f3fc5f6 Binary files /dev/null and b/docs/assets/a11y-web-extensions/WAVE_4.png differ diff --git a/docs/assets/a11y-web-extensions/WAVE_5.png b/docs/assets/a11y-web-extensions/WAVE_5.png new file mode 100644 index 00000000..eb120f4e Binary files /dev/null and b/docs/assets/a11y-web-extensions/WAVE_5.png differ