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

[docs] Clarify that import supports a list #1075

Merged
merged 2 commits into from Jan 6, 2023
Merged

[docs] Clarify that import supports a list #1075

merged 2 commits into from Jan 6, 2023

Commits on Jan 6, 2023

  1. [docs] Clarify that import supports a list

    Ref #580 - documentation is misleading, it's now possible to
    have a rule import multiple additional configuration files, ie:
    
    ```yaml
    # my-rule.yml
    name: my-rule
    import:
      - $HOME/conf.d/base.yml
      - $HOME/conf.d/slack-alerter.yml
    ```
    Ando Roots authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    629cc0b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for docs import directive

    Ando Roots authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b434a24 View commit details
    Browse the repository at this point in the history