-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
85 lines (79 loc) · 2.32 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
84
85
# pip install mkdocs mkdocs-material
# mkdocs serve
# mkdocs gh-deploy
# extra:
# flipper_ktp:
# release: '0.1.0'
# next_release: '0.1.1'
# social:
# - icon: fontawesome/brands/github-alt
# link: https://github.com/afaucogney
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/afaucogney
# - icon: fontawesome/brands/stack-overflow
# link: https://stackoverflow.com/questions/tagged/toothpick-di?sort=active
site_name: Flipper Ktp
site_url: https://afaucogney.github.io/flipper-ktp/
# repo_name: Flipper-Ktp
# repo_url: https://github.com/afaucogney/flipper-ktp
# edit_uri: edit/main/docs/
# site_description: "A flipper plugin to analyse Toothpick DI runtime scope tree"
# site_author: Anthony FAUCOGNET
# remote_branch: gh-pages
# copyright: 'Copyright © 2020 Anthony Faucogney'
theme:
# name: 'material'
name: 'rtd-dropdown'
# custom_dir: 'docs/theme'
# logo: 'images/logo.jpg'
# icon:
# repo: fontawesome/brands/github
# favicon: 'images/logo.jpg'
# palette:
# primary: 'light-blue'
# accent: 'deep-amber'
# features:
# - tabs
#markdown_extensions:
# - smarty
# - codehilite:
# guess_lang: false
# - footnotes
# - meta
# - toc:
# permalink: true
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.caret
# - pymdownx.inlinehilite
# - pymdownx.magiclink
# - pymdownx.smartsymbols
# - pymdownx.superfences
# - pymdownx.emoji
# - tables
# - admonition
#
#plugins:
# - search
# - markdownextradata: {}
nav:
- 'Overview': index.md
# - 'Getting Started': getting_started.md
# - 'Fundamentals':
# - 'Introduction': fundamentals.md
# - 'How Flipper works': fundamentals-how-flipper-works.md
# - 'How Ktp works': fundamentals-how-ktp-works.md
# - 'How Flipper-Ktp works': fundamentals-how-flipper-ktp-works.md
# - 'Help & Community':
# - 'Code recipes': recipes.md
# - 'FAQ': faq.md
# - 'Support': support.md
# - 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/toothpick-di?sort=active
# - 'Contributing':
## - 'Code of Conduct': code_of_conduct.md
# - 'Dev Environment': dev-env.md
# - 'Releasing': releasing.md
# - 'How to help': how_to_help.md
# - 'Flipper Ktp Api':
# - 'KtpFlipperPlugin': api/flipper-ktp/index.md
# - 'Change Log': changelog.md