-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
28 lines (28 loc) · 1.25 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
markdown_extensions:
- sane_lists
- smarty
- toc:
permalink: true
nav:
- Home:
- The Bitflow Project: https://bitflow.readthedocs.io/en/latest/
- Data Sources, Sinks and Format: https://bitflow.readthedocs.io/en/latest/data-format/
- Core functionality: https://bitflow.readthedocs.io/en/latest/core-functionality/
- Bitflow Script: https://bitflow.readthedocs.io/projects/bitflow-antlr-grammars/en/latest/bitflow-script/
- Naming Conventions: https://bitflow.readthedocs.io/en/latest/naming/
- Development Process: https://bitflow.readthedocs.io/en/latest/development/
- Implementations:
- go-bitflow: https://bitflow.readthedocs.io/projects/go-bitflow/en/latest/
- bitflow4j: https://bitflow.readthedocs.io/projects/bitflow4j/en/latest/
- python-bitflow: index.md
- 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/python-bitflow
site_author: mwallschlaeger
site_description: Python Bitflow Documentation
site_name: Python-Bitflow
theme: readthedocs