-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (59 loc) · 1.42 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (59 loc) · 1.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: Orkestra
repo_url: https://github.com/knowsuchagency/orkestra
theme:
name: material
custom_dir: docs/theme
palette:
scheme: dracula
primary: teal
accent: deep purple
font:
text: Roboto
code: Roboto Mono
logo: assets/ork_light.svg
favicon: assets/ork_light.svg
features:
- navigation.tabs
nav:
- Home: index.md
- Usage:
- Getting Started:
- Quick Start: quickstart.md
- In-depth Tutorial: tutorial.md
- Notes: notes.md
- Examples:
- Single Lambda: examples/single_lambda.md
- Event-Driven (API) Workflows: examples/rest.md
- CDK Orchestration: examples/cdk_orchestration.md
- Map Jobs: examples/map_jobs.md
- AWS Batch: examples/batch.md
- Reference:
- compose: reference/compose.md
- powertools: reference/powertools.md
- coerce: reference/coerce.md
- Development: development.md
- Rationale: rationale.md
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.highlight:
linenums: true
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
hide_protocol: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.saneheaders
- pymdownx.tabbed
- pymdownx.mark
- pymdownx.tilde
- admonition
- tables
extra_css:
- assets/pymdownx-extras/extra-7a1297c0a9.css
plugins:
- search
- mkdocstrings:
watch:
- orkestra/