-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
28 lines (28 loc) · 1.11 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
markdown_extensions:
- sane_lists
- smarty
- toc:
permalink: true
nav:
- Home:
- The Bitflow Project: index.md
- Data Sources, Sinks and Format: data-format.md
- Core functionality: core-functionality.md
- Bitflow Script: https://bitflow.readthedocs.io/projects/bitflow-antlr-grammars/en/latest/bitflow-script/
- Naming Conventions: naming.md
- Development Process: development.md
- Implementations:
- go-bitflow: https://bitflow.readthedocs.io/projects/go-bitflow/en/latest/
- bitflow4j: https://bitflow.readthedocs.io/projects/bitflow4j/en/latest/
- python-bitflow: https://bitflow.readthedocs.io/projects/python-bitflow/en/latest/
- Related Projects:
- bitflow-collector: https://bitflow.readthedocs.io/projects/go-bitflow-collector/en/latest/
- bitflow-coordinator (Github): https://github.com/bitflow-stream/bitflow-coordinator
- bitflow-process-agent (Github): https://github.com/bitflow-stream/bitflow-process-agent
plugins:
- search
repo_url: https://github.com/bitflow-stream/bitflow-docs
site_author: The Bitflow Team
site_description: Bitflow Documentation
site_name: Bitflow
theme: readthedocs