forked from 18F/methods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
174 lines (162 loc) · 3.49 KB
/
_config.yml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
markdown: redcarpet
name: Methods
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
permalink: pretty
highlighter: rouge
sass:
style: :compressed
collections:
pages:
output: true
permalink: /:path/
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: https://18f.gsa.gov
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /assets/img/18F-Logo-2016-Black.svg
logoalt: 18F logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
url: index.html
internal: true
- text: Discover
url: discover/
internal: true
children:
- text: Feature dot voting
url: feature-dot-voting/
internal: true
- text: KJ method
url: kj-method/
internal: true
- text: Metrics definition
url: metrics-definition/
internal: true
- text: Design studio
url: design-studio/
internal: true
- text: Bodystorming
url: bodystorming/
internal: true
- text: Cognitive walkthrough
url: cognitive-walkthrough/
internal: true
- text: Contextual inquiry
url: contextual-inquiry/
internal: true
- text: Heuristic analysis
url: heuristic-analysis/
internal: true
- text: Stakeholder and user interviews
url: stakeholder-and-user-interviews/
internal: true
- text: Decide
url: decide/
internal: true
children:
- text: Comparative analysis
url: comparative-analysis/
internal: true
- text: Content audit
url: content-audit/
internal: true
- text: Design principles
url: design-principles/
internal: true
- text: Site mapping
url: site-mapping/
internal: true
- text: Task flow analysis
url: task-flow-analysis/
internal: true
- text: User scenarios
url: user-scenarios/
internal: true
- text: Affinity diagramming
url: affinity-diagramming/
internal: true
- text: Journey mapping
url: journey-mapping/
internal: true
- text: Mental modeling
url: mental-modeling/
internal: true
- text: Personas
url: personas/
internal: true
- text: Storyboarding
url: storyboarding/
internal: true
- text: Style tiles
url: style-tiles/
internal: true
- text: Make
url: make/
internal: true
children:
- text: Protosketching
url: protosketching/
internal: true
- text: Wireframing
url: wireframing/
internal: true
- text: Design pattern library
url: design-pattern-library/
internal: true
- text: Prototyping
url: prototyping/
internal: true
- text: Validate
url: validate/
internal: true
children:
- text: Card sorting
url: card-sorting/
internal: true
- text: Multivariate testing
url: multivariate-testing/
internal: true
- text: Usability testing
url: usability-testing/
internal: true
- text: Visual preference testing
url: visual-preference-testing/
internal: true
- text: Fundamentals
url: fundamentals/
internal: true
children:
- text: Incentives
url: incentives/
internal: true
- text: Privacy
url: privacy/
internal: true
- text: Recruiting
url: recruiting/
internal: true
repos:
- name: Methods
description: Main repository
url: https://github.com/18F/methods
brand_color: '#1188ff'
google_analytics_ua: UA-48605964-19
back_link:
url: "https://pages.18f.gov/guides/"
text: Read more 18F Guides
styles:
defaults:
-
scope:
path: ""
values:
layout: "default"