-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
71 lines (64 loc) · 2.02 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
site_name: Rivery Command Line Tool (CLI)
repo_url: https://github.com/RiveryIo/rivery_cli
repo_name: RiveryIo/rivery_cli
edit_uri: edit/docs/docs
site_url: https://riveryio.github.io/rivery_cli/
extra_css:
- stylesheets/rivery_light.css
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
favicon: assets/Rivery - favicon.png
logo: assets/Rivery - favicon.png
custom_dir: docs/theme_overrides
palette:
scheme: default
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: pymdownx.inline
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
nav:
- Home: index.md
- Getting Started: getting-started.md
- Reference:
- Authentication: reference/authentication.md
- Basics: reference/best-practice.md
- Project: reference/project.md
- Models:
- reference/reference.md
- River:
- Yaml Reference: reference/rivers/river.md
- Properties:
- Logic: reference/rivers/logic/logic.md
- Commands:
- commands/rivery.md
- init: commands/rivery-init.md
- configure: commands/rivery-configure.md
- profiles:
- commands/profiles/profiles.md
- profiles get: commands/profiles/profiles-get.md
- rivers:
- commands/rivers/rivery-rivers.md
- rivers import: commands/rivers/rivers-import.md
- rivers push: commands/rivers/rivers-push.md
- rivers run:
- commands/rivers/rivers-run.md
- rivers run fire: commands/rivers/run-fire.md
- rivers run status: commands/rivers/run-status.md
- activities:
- commands/activities/rivery-activities.md
- activities logs:
- commands/activities/activities-logs.md
- activities logs fetch: commands/activities/logs-fetch.md
- Resources:
- Glossary: resources/glossary.md
- FAQ: resources/faq.md
- Link and Examples: resources/extras.md