-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
79 lines (71 loc) · 1.83 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
site_name: Sunday
theme:
name: material
custom_dir: overrides
feature:
- navigation.expand
- navigation.instant
- navigation.indexes
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
logo: assets/logo.svg
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to light mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to dark mode
extra_css:
- stylesheets/custom.css
nav:
- Overview:
- About: index.md
- Features:
- Detailed Error Responses via Problems: problems.md
- Efficient Notifications via Server-Sent Events: server-sent-events.md
- Dynamic Content-Type Negotation: dynamic-content-type-negotiation.md
- Alternative Request/Response Encodings: alternative-request-response-encodings.md
- Date/Time Data Types: date-time-data-types.md
- Simple & Beautiful Code: client-code.md
- Generator: '!include ./generator/mkdocs.yml'
- Client Libraries:
- Swift Package: '!include ./sunday-swift/mkdocs.yml'
- Kotlin Library: '!include ./sunday-kotlin/mkdocs.yml'
- TypeScript Package: '!include ./sunday-js/mkdocs.yml'
copyright: Copyright © 2021 Outfox, Inc.
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- monorepo
- search
- macros
extra:
homepage: https://outfoxx.io
generator:
latest_release: 1.1.0-beta.2
client:
swift:
latest_release: 1.0.0-beta.13
kotlin:
latest_release: 1.0.0-beta.18
typescript:
latest_release: 1.1.0-beta.5