diff --git a/_layouts/website/page.html b/_layouts/website/page.html index aa3c4054..af010e66 100644 --- a/_layouts/website/page.html +++ b/_layouts/website/page.html @@ -1,5 +1,12 @@ {% extends template.self %} +{% block head %} + {{ super() }} + {% if book.markdownAlternate %} + + {% endif %} +{% endblock %} + {% block page %}
 Fluentd diff --git a/book.json b/book.json index d7f2f096..bc21b241 100644 --- a/book.json +++ b/book.json @@ -13,6 +13,10 @@ "-lunr", "-search", "@dogatana/search-plus" ], + "variables": { + "markdownAlternate": true + }, + "pluginsConfig": { "breadcrumbs": { "separator": ">" diff --git a/llms.txt b/llms.txt new file mode 100644 index 00000000..08b2ba70 --- /dev/null +++ b/llms.txt @@ -0,0 +1,288 @@ +# Fluentd + +> Fluentd is an open source data collector for a unified logging layer. It collects, filters, buffers and routes event streams to many destinations. This site is the official documentation for Fluentd v1. + +A Fluentd configuration file declares a pipeline of plugins. `` sections bring events in, `` sections transform them and `` sections send them out. Events are routed by tag, and `