forked from AvantiPoint/AP.MobileToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (77 loc) · 2.2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Project information
site_name: Mobile Toolkit
site_description: Project docs for the AP.MobileToolkit
site_author: Dan Siegel
site_url: http://avantipoint.com/
# Repository
repo_name: avantipoint/AP.MobileToolkit
repo_url: https://github.com/avantipoint/AP.MobileToolkit
edit_uri: ""
# Copyright
copyright: 'Copyright © 2016 - 2020 AvantiPoint'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
logo: assets/logo-small.png
favicon: assets/favicon.ico
language: en
palette:
primary: white
accent: blue grey
font:
text: Roboto
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/html5
link: http://avantipoint.com
- icon: fontawesome/brands/github
link: https://github.com/avantipoint
- icon: fontawesome/brands/twitter
link: https://twitter.com/AvantiPoint
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/avantipoint/
# Extensions
markdown_extensions:
- admonition:
- codehilite:
linenums: false
guess_lang: false
- toc:
permalink: true
nav:
- Home: index.md
- ApiClient: http.md
- Auth: auth.md
- Azure Active Directory: aad.md
- Core:
- About: core/index.md
- Collections: core/collections.md
- Http Helpers: core/http.md
- Localization: core/localization.md
- Validation:
- Getting Started: core/validations/index.md
- Fonts:
- Getting Started: fonts/index.md
- Font Generation: fonts/generator.md
- Xamarin.Forms:
- Toolkit: forms/index.md
- Behaviors:
- Getting Started: forms/behaviors/index.md
- Controls:
- MarkdownTextView: forms/controls/markdowntextview.md
- MenuBar: forms/controls/menubar.md
- RepeaterView: forms/controls/repeaterview.md
- SelectorView: forms/controls/selectorview.md
- SwipeCardView: forms/controls/swipecardview.md
- Converters:
- What's Included: forms/converters/index.md
- Fonts:
- Getting Started: forms/fonts/index.md
- Menus: forms/menus/index.md
- Mvvm:
- APBaseViewModel: forms/mvvm/viewmodelbase.md
- APBaseDialogViewModel: forms/mvvm/dialogviewmodelbase.md
- Localized Resources: resources.md
- ReactiveUI: rxui.md