diff options
author | 2021-03-26 09:04:16 +0200 | |
---|---|---|
committer | 2021-03-26 09:04:16 +0200 | |
commit | 95f1f1248f6cb0b6741d07ef278349786c4ab898 (patch) | |
tree | 03da4e13899ce08e13711b7dd09b7df4ec8d80e8 | |
parent | Add JimShapedCoding YouTube channel to resources (diff) |
Add accessibility tools category to tools resources
-rw-r--r-- | pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml b/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml new file mode 100644 index 00000000..88f53fde --- /dev/null +++ b/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml @@ -0,0 +1,5 @@ +description: Accessibility tools that helps people to write Python code +name: Accessibility Tools +default_icon: branding/python +default_icon_color: black +position: 2 |