-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (81 loc) · 3.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (81 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: Building Inclusive Open Source Software
site_url: https://alterity-git.github.io/building-inclusive-open-source-software/
site_author: Maxence Vahedi & Page Magnier--Slimani
site_description: >-
Accessibility and inclusiveness resources and training modules for open-source applications builders.
repo_name: alterity-git/building-inclusive-open-source-software
repo_url: https://github.com/alterity-git/building-inclusive-open-source-software
copyright: Maxence Vahedi & Page Magnier--Slimani CC BY-SA 4.0
theme:
features:
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.footer
- content.tabs.link
name: material
font:
text:
logo: resources/logo.png
favicon: resources/logo.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/theme-light-dark
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: custom-light
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: custom-dark
toggle:
icon: material/weather-night
name: Switch to system preference
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- What is accessibility?:
- 🚀 Accessibility starting point: A-ASP.md
- 🫳🏿 Feeling the need for accessibility: A-FNA.md
- 👩🦽 Accessibility & Ableism: A-AIE.md
- 🗺️ Brief cartography of today’s accessibility landscape: A-BCT.md
- 🔧 Assistive technologies - Desktop: A-ITD.md
- 📲 Assistive technologies - Mobile: A-ATM.md
- From accessibility to inclusiveness:
- 🔭 Inclusiveness needs overview: B-INO.md
- 🫂 We are all disabled and unique: B-WDU.md
#- 🏛️ Why does FOSS struggle with inclusiveness?:
- 🤺 Developer stance & user collaboration: B-DSU.md
- ⚗️ Bring inclusiveness and accessibility to your pipeline: B-IAP.md
- Designing inclusive and accessible software:
- 🎨 Inclusive design 101: C-IDE.md
- 🖥️ Inclusive design for Desktop: C-IDD.md
- 📱 Inclusive design for Mobile: C-IDM.md
- Programming inclusive and accessible software:
- 👩💻 Inclusive code 101: D-ICO.md
- 🍎 Inclusive features and programming for Apple platforms: D-APL.md
- 📗 Inclusive programming with Qt: D-APQ.md
- 🤖 Inclusive features and programming for Android: D-AND.md
- ☕️ Inclusive programming with JavaFX: D-JFX.md
- 🕸️ Inclusive web programming: D-IWP.md
- To conclude and go further:
- 🎯 Conclusion, bibliography and useful resources: E-CBU.md
- 🏃🏽♀️➡️ Where YOU go next!: E-WYG.md
- 💬 Collective sharing: E-CLS.md
extra_css:
- stylesheets/extra.css