forked from Lundalogik/LimeBootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (50 loc) · 1.49 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
site_name: Lime Bootstrap
pages:
- 'Documentation':
- 'Introduction': 'index.md'
- 'Installation': 'install.md'
- 'Getting started': 'getting_started.md'
- 'Included components': 'included_components.md'
- 'Bindnings & filters': 'bindings_and_filters.md'
- 'Data sources': 'datasources.md'
- 'Custom components': 'custom_components.md'
- 'Advanced': 'advanced.md'
- 'Components':
- 'Alert': 'components/lbs-alert.md'
- 'Button components': 'components/lbs-buttons.md'
- 'Card': 'components/lbs-card.md'
- 'Guard': 'components/lbs-guard.md'
- 'Hero': 'components/lbs-hero.md'
- 'Icon': 'components/lbs-icon.md'
- 'List components': 'components/lbs-lists.md'
- 'Loading indicator': 'components/lbs-loading-indicator.md'
- 'Menu': 'components/lbs-menu.md'
- 'Search': 'components/lbs-search.md'
- 'Time components': 'components/lbs-time.md'
- 'Changelog':
- 'LBS 2': 'changelog/2.x.md'
- 'LBS 1': 'changelog/1.x.md'
theme: readthedocs
repo_url: https://github.com/Lundalogik/LimeBootstrap
repo_name: 'Lundalogik/LimeBootstrap'
site_description: Lime Bootstrap documentation
site_author: Lime Technologies AB
docs_dir: docs
dev_addr: localhost:3002
extra_css:
- 'assets/stylesheets/custom.css'
theme:
name: 'material'
custom_dir: 'docs/theme'
logo:
icon: 'home'
feature:
tabs: true
palette:
primary: 'teal'
accent: 'teal'
favicon: 'assets/images/favicon.ico'
markdown_extensions:
- codehilite
- admonition
- meta