-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
48 lines (43 loc) · 1.33 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
site_name: Stevia Docs
copyright: 'Copyright © 2017 freshOS'
nav:
- Overview: index.md
- Installation: installation.md
- View Hierarchy: viewHierarchy.md
- Layout:
- Sizing: 'layout/sizing.md'
- Centering: 'layout/centering.md'
- Filling: 'layout/filling.md'
- Aligning: 'layout/aligning.md'
- 'Following another View': 'layout/following.md'
- Horizontal: 'layout/horizontal.md'
- Vertical: 'layout/vertical.md'
- Flexible: 'layout/flexibleMargins.md'
- Percentage: 'layout/percentage.md'
- Equations: 'layout/equations.md'
- Priorities: 'layout/priorities.md'
- Styling: styling.md
- 'Changing Constraints': 'changingConstraints.md'
- 'TableView Cells & CollectionView Cells': 'cells.md'
- 'Getting views from the controller' : 'viewFromController.md'
- 'Complex nested layout' : 'nested.md'
- 'Known Issues' : 'knownIssues.md'
- 'Live Reload' : liveReload.md
theme:
name: 'material'
palette:
primary: 'green'
accent: 'green'
extra:
logo: 'images/droplet-white.svg'
social:
- type: 'twitter'
link: 'https://twitter.com/@sachadso'
- type: 'github'
link: 'https://github.com/freshOS/Stevia'
- type: 'link'
link: 'https://opencollective.com/freshos'
repo_url: https://github.com/freshos/SteviaDocs
markdown_extensions:
- codehilite:
guess_lang: false