Skip to content

Commit 16b6a69

Browse files
committed
Revert "1.0: use {% include %} directive for footer content"
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent beee02c commit 16b6a69

File tree

170 files changed

+339
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+339
-173
lines changed

.gitbook/assets/footer.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

buffer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,5 @@ This sometimes causes a problem when the output destination has a payload size l
159159
* [`buf_memory`](memory.md)
160160
* [`buf_file`](file.md)
161161

162-
{% include "../.gitbook/assets/footer.txt" %}
162+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
163+

buffer/file.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ If you use this plugin under the multi-process environment, you need to use `@id
9696

9797
Caution: `file` buffer implementation depends on the characteristics of the local file system. Don't use `file` buffer on remote file systems e.g. NFS, GlusterFS, HDFS, etc. We observed major data loss by using the remote file system.
9898

99-
{% include "../.gitbook/assets/footer.txt" %}
99+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
100+

buffer/file_single.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ This limitation will be removed by adding the metadata header in the file.
100100

101101
Caution: `file_single` buffer implementation depends on the characteristics of the local file system. Don't use `file_single` buffer on remote file systems e.g. NFS, GlusterFS, HDFS and etc. We observed major data loss by using remote file system.
102102

103-
{% include "../.gitbook/assets/footer.txt" %}
103+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
104+

buffer/memory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ The `memory` buffer plugin provides a fast buffer implementation. It uses memory
1919
</match>
2020
```
2121

22-
{% include "../.gitbook/assets/footer.txt" %}
22+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
23+

configuration/buffer-section.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,5 @@ With `exponential_backoff`, `retry_wait` interval will be calculated as below:
548548
* k: number of retry times
549549
* total retry time: `c + c * b^1 + (...) + c*b^k = c*b^(k+1) - 1`
550550

551-
{% include "../.gitbook/assets/footer.txt" %}
551+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
552+

configuration/config-file.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,5 @@ The forward slash `\` is interpreted as an escape character. You need `\` for se
605605
str_param "foo\nbar" # \n is interpreted as actual LF character
606606
```
607607

608-
{% include "../.gitbook/assets/footer.txt" %}
608+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
609+

configuration/extract-section.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ The **extract** section can be under `<match>`, `<source>`, or `<filter>` sectio
9696
4. Region/Zone \(e.g. `Asia/Tokyo`\)
9797
5. Region/Zone/Zone \(e.g. `America/Argentina/Buenos_Aires`\)
9898

99-
{% include "../.gitbook/assets/footer.txt" %}
99+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
100+

configuration/format-section.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ The `@type` parameter specifies the type of the formatter plugin.
115115
4. Region/Zone \(e.g. `Asia/Tokyo`\)
116116
5. Region/Zone/Zone \(e.g. `America/Argentina/Buenos_Aires`\)
117117

118-
{% include "../.gitbook/assets/footer.txt" %}
118+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
119+

configuration/inject-section.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ Injected Record:
134134
4. Region/Zone \(e.g. `Asia/Tokyo`\)
135135
5. Region/Zone/Zone \(e.g. `America/Argentina/Buenos_Aires`\)
136136

137-
{% include "../.gitbook/assets/footer.txt" %}
137+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
138+

0 commit comments

Comments
 (0)