-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
81 lines (81 loc) · 2.07 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
name: Building Firefox OS
safe: true
lsi: false
highlighter: pygments
redirects: yes
markdown: redcarpet
comments: true
menu:
- text: Home
url: index.html
- text: Building Blocks
url: building-blocks
- text: Transitions
url: transitions
- text: Downloads
url: downloads
building-blocks:
- text: action menu
url: /building-blocks/action-menu.html
- text: buttons
url: /building-blocks/buttons.html
- text: confirm
url: /building-blocks/confirm.html
- text: drawer
url: /building-blocks/drawer.html
- text: edit mode
url: /building-blocks/edit-mode.html
- text: filters
url: /building-blocks/filters.html
- text: headers
url: /building-blocks/headers.html
- text: input areas
url: /building-blocks/input-areas.html
- text: layout
url: /building-blocks/layout.html
- text: lists
url: /building-blocks/lists.html
- text: object menu
url: /building-blocks/object-menu.html
- text: progress and activity
url: /building-blocks/progress-and-activity.html
- text: scrolling
url: /building-blocks/scrolling.html
- text: seek bars
url: /building-blocks/seek-bars.html
- text: status
url: /building-blocks/status.html
- text: switches
url: /building-blocks/switches.html
- text: tabs
url: /building-blocks/tabs.html
- text: toolbars
url: /building-blocks/toolbars.html
- text: value selector
url: /building-blocks/value-selector.html
transitions:
- text: App invokes app
url: /transitions/app-invokes-app.html
- text: Calls
url: /transitions/calls.html
- text: Functionalities
url: /transitions/functionalities.html
- text: In app navigation
url: /transitions/in-app-navigation.html
- text: Opening and closing apps
url: /transitions/opening-and-closing-apps.html
- text: Prompts
url: /transitions/prompts.html
- text: Task switching
url: /transitions/task-switching.html
icons:
#- text: Primary actions
# url: /building-blocks/primary-actions.html
#- text: Media
# url: /building-blocks/media.html
#- text: Communications
# url: /building-blocks/comms.html
#- text: Settings
# url: /building-blocks/settings.html
- text: Icon font
url: /building-blocks/icon-font.html