Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_config_formatter: update new doc URL #2481

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

nokute78
Copy link
Contributor

@nokute78 nokute78 commented Jul 8, 2019

Signed-off-by: Takahiro YAMASHITA [email protected]

Which issue(s) this PR fixes:
None

What this PR does / why we need it:
fluent-plugin-config-format outputs old style URLs. (not gitbook style)

This PR is to make fluent-plugin-config-format supporting gitbook style URLs.

Old output is

[taka@localhost fluentd]$ bundle exec bin/fluent-plugin-config-format input syslog
## Plugin helpers

* [parser](https://docs.fluentd.org/v1.0/articles/api-plugin-helper-parser)
* [compat_parameters](https://docs.fluentd.org/v1.0/articles/api-plugin-helper-compat_parameters)
* [server](https://docs.fluentd.org/v1.0/articles/api-plugin-helper-server)

* See also: [Input Plugin Overview](https://docs.fluentd.org/v1.0/articles/input-plugin-overview)

New output is

[taka@localhost fluentd]$ bundle exec bin/fluent-plugin-config-format input syslog
## Plugin helpers

* [parser](https://docs.fluentd.org/v/1.0/plugin-helper-overview/api-plugin-helper-parser)
* [compat_parameters](https://docs.fluentd.org/v/1.0/plugin-helper-overview/api-plugin-helper-compat_parameters)
* [server](https://docs.fluentd.org/v/1.0/plugin-helper-overview/api-plugin-helper-server)

* See also: [Input Plugin Overview](https://docs.fluentd.org/v/1.0/input#overview)

Docs Changes:
None

Release Note:
plugin_config_formatter: support gitbook URLs.

@repeatedly repeatedly merged commit dcf3938 into fluent:master Jul 8, 2019
@repeatedly
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants