-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
52 lines (46 loc) · 1.19 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
# Project information
site_name: Focus 2 documentation
site_description: A documentation for Focus 2
site_author: KleeGroup
site_url: http://kleegroup.github.io/focus-docs
# Repository
repo_url: https://github.com/KleeGroup/focus-components
repo_name: KleeGroup/focus-components
edit_uri: ""
# Copyright
copyright: KleeGroup © 2019
# Configuration
theme:
name: material
include_search_page: false
palette:
primary: blue
accent: "light blue"
favicon: img/favicon.png
logo: img/favicon.png
# Customization
extra:
social:
- type: globe
link: http://www.kleegroup.com/
- type: github-alt
link: https://github.com/KleeGroup
- type: twitter
link: https://twitter.com/Klee_Group
- type: linkedin
link: https://www.linkedin.com/company/klee-group
# Extensions
markdown_extensions:
- toc:
permalink: true
- fenced_code
- codehilite
- admonition
# Page tree
nav:
- Index: index.md
- Préambule: preambule.md
- Tutoriels:
- Index: tutorials/index.md
- Ecran de détail: tutorials/detail-page.md
- Ecran de liste: tutorials/liste-page.md