-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
232 lines (223 loc) · 6.58 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# JEKYLL
exclude: [".gitignore", ".git", "config.rb", "package.json", "Gruntfile.js", "bower_components", ".travis.yml", "ai", "src", "VERSION", "LICENSE", "README.md", "icon.png", "node_modules"]
destination: ./_site
url: https://ink.sapo.pt/
environment: production
description: Ink is a set of tools for quick development of web interfaces.
timezone: Europe/Lisbon
# SITE TITLE
title: Ink Interface Kit
# INK LATEST VERSION
version: 3.1.10
# URLS
download_url: https://github.com/sapo/Ink/releases/download/
download_src_url: https://github.com/sapo/Ink/archive/
repo_url: https://github.com/sapo/Ink/
cdn_url: https://ink.freetls.fastly.net/
cdn_ssl_url: https://ink.global.ssl.fastly.net/
# ASSETS PATHS
images_path: /assets/img/
js_path: /assets/js/
css_path: /assets/css/
sections:
- title: UI Elements
url: ui-elements
components:
- title: Grid
topics:
- title: Basic principles
- title: Dividing space
- title: Gutters
- title: Multiple screen sizes
- title: Navigation
topics:
- title: Basic principles
- title: Menus
- title: Breadcrumbs
- title: Pagination
- title: Pills
- title: Dropdowns
- title: Typography
topics:
- title: Basic principles
- title: Fonts
- title: Headings and paragraphs
- title: Lists
- title: Hypertext
- title: Emphasis
- title: "Notes, blockquotes and addresses"
- title: Labels and badges
- title: Utility classes
- title: Images
topics:
- title: Basic principles
- title: Captions
- title: Targeting multiple devices
- title: Tables
topics:
- title: Basic principles
- title: Usage
- title: Alternating row colors
- title: Highlighting rows
- title: Borders
- title: Row colors
- title: Combining styles
- title: Forms
topics:
- title: Basic principles
- title: Block forms
- title: Inline forms
- title: Required fields and warnings
- title: Appended and prepended inputs
- title: Checkboxes and radio buttons
- title: Buttons
topics:
- title: Basic principles
- title: Button groups
- title: Button toolbars
- title: Alerts
topics:
- title: Basic principles
- title: Basic alerts
- title: Block alerts
- title: Helpers
topics:
- title: Basic principles
- title: Element alignment
- title: Content alignment
- title: Element spacing
- title: Element visibility
- title: Flexbox
topics:
- title: Basic principles
- title: Element alignment
- title: Content alignment
- title: Reordering
- title: Javascript UI Components
url: javascript-ui
components:
- title: Components
topics:
- title: Carousel
url: "#InkUICarousel_1"
- title: Close
url: "#InkUIClose_1"
- title: DatePicker
url: "#InkUIDatePicker_1"
- title: Draggable
url: "#InkUIDraggable_1"
# TODO do the easy-doc on this one! - title: DragDrop
- title: Drawer
url: "#InkUIDrawer_1"
- title: Dropdown
url: "#InkUIDropdown_1"
- title: Droppable
url: "#InkUIDroppable_1"
- title: FormValidator_2
url: "#InkUIFormValidator_2"
- title: LazyLoad
url: "#InkUILazyLoad_1"
- title: Modal
url: "#InkUIModal_1"
- title: Pagination
url: "#InkUIPagination_1"
- title: ProgressBar
url: "#InkUIProgressBar_1"
- title: SmoothScroller
url: "#InkUISmoothScroller_1"
- title: SortableList
url: "#InkUISortableList_1"
- title: Spy
url: "#InkUISpy_1"
- title: Stacker
url: "#InkUIStacker_1"
- title: Sticky
url: "#InkUISticky_1"
- title: Tabs
url: "#InkUITabs_1"
- title: Toggle
url: "#InkUIToggle_1"
- title: Tooltip
url: "#InkUITooltip_1"
- title: TreeView
url: "#InkUITreeView_1"
- title: Javascript API Reference
url: javascript
components:
- title: User interface
topics:
- title: Ink.Autoload
- title: Ink.UI.Animate
- title: Ink.UI.Carousel
- title: Ink.UI.Close
- title: Ink.UI.Common
- title: Ink.UI.DatePicker
- title: Ink.UI.Draggable
- title: Ink.UI.DragDrop
- title: Ink.UI.Drawer
- title: Ink.UI.Dropdown
- title: Ink.UI.Droppable
- title: Ink.UI.FormValidator
- title: Ink.UI.FormValidator.2
- title: Ink.UI.ImageQuery
- title: Ink.UI.LazyLoad
- title: Ink.UI.Modal
- title: Ink.UI.Pagination
- title: Ink.UI.ProgressBar
- title: Ink.UI.SmoothScroller
- title: Ink.UI.SortableList
- title: Ink.UI.Spy
- title: Ink.UI.Stacker
- title: Ink.UI.Sticky
- title: Ink.UI.Swipe
- title: Ink.UI.Table
- title: Ink.UI.Tabs
- title: Ink.UI.Toggle
- title: Ink.UI.Tooltip
- title: Ink.UI.TreeView
- title: Core
topics:
- title: Ink
- title: Dom manipulation
topics:
- title: Ink.Dom.Browser
- title: Ink.Dom.Css
- title: Ink.Dom.Element
- title: Ink.Dom.Event
- title: Ink.Dom.FormSerialize
- title: Ink.Dom.Loaded
- title: Ink.Dom.Selector
- title: Network communication
topics:
- title: Ink.Net.Ajax
- title: Ink.Net.JsonP
- title: Utilities
topics:
- title: Ink.Util.Array
- title: Ink.Util.Cookie
- title: Ink.Util.Date
- title: Ink.Util.Dumper
- title: Ink.Util.I18n
- title: Ink.Util.Json
- title: Ink.Util.String
- title: Ink.Util.Url
- title: Ink.Util.Validator
- title: Cookbook
url: cookbook
- title: Glossary
url: glossary
releases:
- 3.0.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.0
- 0.1.0
# ANALYTICS
analytics: FC2C65EF-D60C-4BC2-9D76-251A50DADC3D
markdown: kramdown