forked from inclusive-design/guide.inclusivedesign.ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-structure.json
100 lines (100 loc) · 5.45 KB
/
site-structure.json
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
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"category": "Insights",
"categoryHref":"/insights/",
"defaultPage": "DiverseParticipationAndPerspectives.html",
"sections":
[
{
"sectionName": "",
"pages":
[
{ "pageName": "Diverse Participation and Perspectives", "href": "/insights/DiverseParticipationAndPerspectives.html" },
{ "pageName": "One-Size-Fits-One", "href": "/insights/OneSizeFitsOne.html" },
{ "pageName": "Integrated Solutions", "href": "/insights/IntegratedSolutions.html" },
{ "pageName": "Interconnectedness", "href": "/insights/Interconnectedness.html" },
{ "pageName": "Disability As Mismatch", "href": "/insights/DisabilityAsMismatch.html" },
{ "pageName": "Virtuous Cycles", "href": "/insights/VirtuousCycles.html" },
{ "pageName": "Personal Discovery", "href": "/insights/PersonalDiscovery.html" },
{ "pageName": "User-Continued Design", "href": "/insights/UserContinuedDesign.html" }
]
}
]
},
{
"category": "Practices",
"categoryHref": "/practices/",
"defaultPage": "Collaborate.html",
"sections":
[
{
"sectionName":"",
"pages":
[
{ "pageName": "Collaborate", "href": "/practices/Collaborate.html"},
{ "pageName": "Practice Co-Design", "href": "/practices/PracticeCoDesign.html"},
{ "pageName": "Integrate Accessibility From the Start", "href": "/practices/IntegrateAccessibilityFromTheStart.html"},
{ "pageName": "Work Openly", "href": "/practices/WorkOpenly.html"},
{ "pageName": "Focus On Functional Needs And Preferences", "href": "/practices/FocusOnFunctionalNeedsAndPreferences.html"},
{ "pageName": "Communicate Multimodally", "href": "/practices/CommunicateMultimodally.html"},
{ "pageName": "Test Frequently", "href": "/practices/TestFrequently.html"},
{ "pageName": "Facilitate Inclusively", "href": "/practices/FacilitateInclusively.html"},
{ "pageName": "Design For Adaptability and Flexibility", "href": "/practices/DesignForAdaptabilityAndFlexibility.html"},
{ "pageName": "Design For Uncertainty", "href": "/practices/DesignForUncertainty.html"},
{ "pageName": "Design For Privacy", "href": "/practices/DesignForPrivacy.html"}
]
}
]
},
{
"category": "Tools",
"categoryHref": "/tools/",
"defaultPage": "UXWalkthroughs.html",
"sections":
[
{
"sectionName":"",
"pages":
[
{ "pageName": "UX Walkthroughs", "href": "/tools/UXWalkthroughs.html" },
{ "pageName": "Usability Testing", "href": "/tools/UsabilityTesting.html" },
{ "pageName": "Accessible Design Tools", "href": "/tools/AccessibleDesignTools.html" },
{ "pageName": "Accessible Development Tools", "href": "/tools/AccessibleDevelopmentTools.html" },
{ "pageName": "Accessible Communication Tools", "href": "/tools/AccessibleCommunicationTools.html" },
{ "pageName": "User States and Contexts", "href": "/tools/UserStatesAndContexts.html" },
{ "pageName": "Personas", "href": "/tools/Personas.html" },
{ "pageName": "Use-Cases", "href": "/tools/UseCases.html" },
{ "pageName": "Mindmaps", "href": "/tools/Mindmaps.html" },
{ "pageName": "Wireframes", "href": "/tools/Wireframes.html" },
{ "pageName": "Prototyping", "href": "/tools/Prototyping.html" },
{ "pageName": "Multimodal Testing", "href": "/tools/MultimodalTesting.html" },
{ "pageName": "Synchronized Design Assets", "href": "/tools/SynchronizedDesignAssets.html" },
{ "pageName": "Infusion", "href": "/tools/Infusion.html" },
{ "pageName": "Metadata Authoring", "href": "/tools/MetadataAuthoring.html" }
]
}
]
},
{
"category": "Activities",
"categoryHref": "/activities/",
"defaultPage": "MatchingGame.html",
"sections":
[
{
"sectionName":"",
"pages":
[
{ "pageName": "Matching Game", "href": "/activities/MatchingGame.html" },
{ "pageName": "Inclusive Design Mapping", "href": "/activities/InclusiveDesignMapping.html" },
{ "pageName": "Cause and Effect", "href": "/activities/CauseAndEffect.html" },
{ "pageName": "Toddler-Grandparent Conversation", "href": "/activities/ToddlerGrandparentConversation.html" },
{ "pageName": "Virtuous Tornado", "href": "/activities/VirtuousTornado.html" },
{ "pageName": "Collaborative Art Warmup", "href": "/activities/CollaborativeArtWarmup.html" },
{ "pageName": "Web of Strings", "href": "/activities/WebOfStrings.html" },
{ "pageName": "Functional Mashup", "href": "/activities/FunctionalMashup.html"}
]
}
]
}
]