-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
60 lines (56 loc) · 1.59 KB
/
mkdocs.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
site_name: Karma CSS
theme:
name: 'material'
repo_name: AccentDesign/karma-css
repo_url: https://github.com/AccentDesign/karma-css
edit_uri: ""
nav:
- Home: index.md
- Installation: installation.md
- Customizing: customizing.md
- Layout: layout.md
- Grid: grid.md
- Typography: typography.md
- Colours: colours.md
- Buttons: buttons.md
- Forms: forms.md
- Tables: tables.md
- Code: code.md
- Mixins:
- Box Shadow: mixins/box-shadow.md
- Button: mixins/button.md
- Centerer: mixins/centerer.md
- Clearfix: mixins/clearfix.md
- Content Column: mixins/content-column.md
- Flip: mixins/flip.md
- Grid: mixins/grid.md
- Image: mixins/image.md
- Input: mixins/input.md
- Margin: mixins/margin.md
- Modernizr: mixins/modernizr.md
- Padding: mixins/padding.md
- Position: mixins/position.md
- Pseudo: mixins/pseudo.md
- Push Auto: mixins/push-auto.md
- Responsive Ratio: mixins/responsive-ratio.md
- Triangle: mixins/triangle.md
- Truncate: mixins/truncate.md
- Utility Helpers: utilities.md
- Components:
- Getting Started: components/index.md
- Alerts: components/alert.md
- Button groups: components/button-group.md
- Icon inputs: components/icon-input.md
- Input groups: components/input-group.md
- Messages: components/message.md
- Tooltips: components/tooltip.md
- Variables: variables.md
- Changelog: changelog.md
- Samples: samples.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
- admonition
- codehilite