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

fluent-plugin-config-format: use markdown table #3240

Merged
merged 1 commit into from
Feb 5, 2021

Commits on Feb 3, 2021

  1. fluent-plugin-config-format: use markdown table

    You can see list of parameters at a glance with --compact option
    
    Before:
    
      * name (type) (required?) description
    
      * Available values: ...
    
      * Default value: ...
    
      * Alias:
    
      * Deprecated:
    
      * Obsoleted:
    
    After:
    
      ### Configuration
    
      |parameter|type|description|default|
      |---|---|---|---|
      |...|...|...|...|
    
    Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
    kenhys committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bfb94be View commit details
    Browse the repository at this point in the history