-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (36 loc) · 987 Bytes
/
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
site_name: FluxFlow
theme:
name: readthedocs
logo: assets/condensed-white-transparent-200.png
highlightjs: true
hljs_languages:
- yaml
- java
- kotlin
extra_css:
- style.css
markdown_extensions:
- admonition
nav:
- Home: index.md
- Getting started: getting-started/getting-started.md
- API Objects:
- Workflows:
- Basics: workflow/basics.md
- Model: workflow/model.md
- Steps: steps.md
- Jobs: jobs.md
- Features:
- Automation: features/automation.md
- Injection: features/injection.md
- Validation: features/validation.md
- Versioning: features/versioning.md
- Queries: features/queries.md
- Spring:
- Settings: spring/settings.md
- Migration guides:
- Unreleased: migrations/unreleased.md
- Other resources:
- Sources: https://github.com/lisegmbh/fluxflow
- Issues: https://github.com/lisegmbh/fluxflow/issues
- Changelog: https://github.com/lisegmbh/fluxflow/blob/main/CHANGELOG.md