forked from Foso/Ktorfit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
99 lines (96 loc) · 2.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: Ktorfit
repo_name: Ktorfit
repo_url: https://github.com/Foso/Ktorfit
site_url: https://github.com/Foso/Ktorfit
docs_dir: 'docs'
edit_uri: 'tree/master/docs/'
# Copyright
copyright: Copyright © Apache v2 License 2022-2023 Jens Klingenberg
extra:
manifest: manifest.webmanifest
site:
images: '../../images'
ktorfit:
release: "1.6.0"
ktor:
release: "2.3.3"
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/foso'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/jklingenberg_'
- icon: fontawesome/solid/arrow-up-right-from-square
link: 'https://jensklingenberg.de/'
theme:
name: 'material'
language: en
custom_dir: 'docs/theme'
font:
text: Ubuntu
code: Jetbrains Mono
features:
- navigation.instant
- navigation.top
- search.suggest
- search.share
palette:
- scheme: default
primary: deep-blue
accent: deep-purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: fontawesome/solid/code
repo: fontawesome/brands/github
nav:
- 'Overview': index.md
- 'Quick start': quick-start.md
- 'Installation': installation.md
- 'Requests': requests.md
- 'Converters':
- 'Converters': converters/converters.md
- 'ResponseConverter': converters/responseconverter.md
- 'SuspendResponseConverter': converters/suspendresponseconverter.md
- 'RequestParameterConverter' : converters/requestparameterconverter.md
- 'Example1': converters/example1.md
- 'Migration': converters/migration.md
- 'Configuration': configuration.md
- 'Fundamentals' :
- 'Scope' : fundamentals/scope.md
- 'Architecture': architecture.md
- 'Changelog': CHANGELOG.md
- 'License': License.md
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji
- tables
- admonition
plugins:
- macros
- search
- git-revision-date-localized:
type: date
- minify:
minify_html: true