|
1 | | -site_name: Python-Bitflow |
| 1 | +markdown_extensions: |
| 2 | +- sane_lists |
| 3 | +- smarty |
| 4 | +- toc: |
| 5 | + permalink: true |
| 6 | +nav: |
| 7 | +- Home: |
| 8 | + - The Bitflow Project: https://bitflow.readthedocs.io/en/latest/ |
| 9 | + - Data Sources, Sinks and Format: https://bitflow.readthedocs.io/en/latest/data-format/ |
| 10 | + - Bitflow Script: https://bitflow.readthedocs.io/projects/bitflow-antlr-grammars/en/latest/bitflow-script/ |
| 11 | + - Naming Conventions: https://bitflow.readthedocs.io/en/latest/naming/ |
| 12 | +- Implementations: |
| 13 | + - go-bitflow: https://bitflow.readthedocs.io/projects/go-bitflow/en/latest/ |
| 14 | + - bitflow4j: https://bitflow.readthedocs.io/projects/bitflow4j/en/latest/ |
| 15 | + - python-bitflow: index.md |
| 16 | +- Related Projects: |
| 17 | + - bitflow-collector: https://bitflow.readthedocs.io/projects/go-bitflow-collector/en/latest/ |
| 18 | + - bitflow-coordinator (Github): https://github.com/bitflow-stream/bitflow-coordinator |
| 19 | + - bitflow-process-agent (Github): https://github.com/bitflow-stream/bitflow-process-agent |
| 20 | +plugins: |
| 21 | +- search |
2 | 22 | repo_url: https://github.com/bitflow-stream/python-bitflow |
3 | 23 | site_author: mwallschlaeger |
4 | 24 | site_description: Python Bitflow Documentation |
| 25 | +site_name: Python-Bitflow |
5 | 26 | theme: readthedocs |
6 | | -plugins: |
7 | | - - search |
8 | | -markdown_extensions: |
9 | | - - sane_lists |
10 | | - - smarty |
11 | | - - toc: |
12 | | - permalink: True |
13 | | -nav: |
14 | | - - Home: |
15 | | - - The Bitflow Project: "https://bitflow.readthedocs.io/en/latest/" |
16 | | - - Data Sources, Sinks and Format: "https://bitflow.readthedocs.io/en/latest/data-format/" |
17 | | - - Bitflow Script: "https://bitflow.readthedocs.io/projects/bitflow-antlr-grammars/en/latest/bitflow-script/" |
18 | | - - Implementations: |
19 | | - - go-bitflow: "https://bitflow.readthedocs.io/projects/go-bitflow/en/latest/" |
20 | | - - bitflow4j (Github): "https://github.com/bitflow-stream/bitflow4j" |
21 | | - - python-bitflow: "index.md" |
22 | | - - Related Projects: |
23 | | - - bitflow-collector: "https://bitflow.readthedocs.io/projects/go-bitflow-collector/en/latest/" |
24 | | - - bitflow-coordinator (Github): "https://github.com/bitflow-stream/bitflow-coordinator" |
25 | | - - bitflow-process-agent (Github): "https://github.com/bitflow-stream/bitflow-process-agent" |
26 | | - |
0 commit comments