-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (46 loc) · 1.36 KB
/
mkdocs.yml
File metadata and controls
51 lines (46 loc) · 1.36 KB
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
site_name: Temporal-boost
site_description: Extremely fast development for Temporal-based microservices
repo_url: https://github.com/northpowered/temporal-boost
repo_name: northpowered/temporal-boost
theme:
name: material
language: en
logo: https://raw.githubusercontent.com/temporalio/documentation/main/static/img/favicon.svg
favicon: https://raw.githubusercontent.com/temporalio/documentation/main/static/img/favicon.svg
features:
- navigation.tracking
- content.code.copy
- navigation.instant
- content.tabs.link
icon:
annotation: material/arrow-right-circle
plugins:
- tags
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Getting started: index.md
- Guides:
- Creating application: creating_application.md
- Running application: running_application.md
- Configuration: configuration.md
- Advanced usage: advanced_usage.md
- FastStream Integration: faststream_integration.md
- Examples: examples.md
- API Reference: api_reference.md
- Troubleshooting: troubleshooting.md
- Release Notes: release_notes_2.0.0.md