forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtickdoc.conf
More file actions
33 lines (24 loc) · 738 Bytes
/
tickdoc.conf
File metadata and controls
33 lines (24 loc) · 738 Bytes
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
root = "/kapacitor/v1.0b/nodes"
page-header = '''---
title: {{ .Title }}
note: Auto generated by tickdoc
menu:
kapacitor_10b:
name: {{ .Name }}
identifier: {{ .Identifier }}
weight: {{ .Weight }}
parent: nodes
---
'''
chain-method-desc = '''Chaining methods create a new node in the pipeline as a child of the calling node.
They do not modify the calling node.
Chaining methods are marked using the `|` operator.
'''
property-method-desc = '''Property methods modify state on the calling node.
They do not add another node to the pipeline, and always return a reference to the calling node.
Property methods are marked using the `.` operator.
'''
index-width = 10
[weights]
BatchNode = 4
StreamNode = 5