-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
60 lines (51 loc) · 1.31 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
# Project information
site_name: KMM Arkitekt
# Repository
repo_url: https://github.com/futuredapp/arkitekt-kmm
repo_name: futuredapp/arkitekt-kmm
remote_branch: gh-pages
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
# Social
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/Futuredapps
name: Futured on Twitter
- icon: fontawesome/brands/github
link: https://github.com/futuredapp
name: Futured on GitHub
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/futuredapps/
name: Futured on Instagram
# Page tree
nav:
- About:
- Overview: index.md
- Installation: docs/Overview/installation.md
- UseCases:
- UseCase usage: docs/UseCases/UseCase.md
- FlowUseCase usage: docs/UseCases/FlowUseCase.md
# - ViewModel: docs/ArkitektViewModel/index.md