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

support directory walking and multiple documents per file #244

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 15, 2024

  1. support directory walking and multiple documents per file

    This extends the directory support to include recursive directories for further organization.
    
    Additionally, this adds support for multiple yaml documents in a single file which allows for simple organization without cluttering folders.
    
    Signed-off-by: Mike Mason <[email protected]>
    mikemrm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6c27a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. move directory walk logic into function which can be used for both ne…

    …w policies and mermaid to remove duplicate code
    
    Signed-off-by: Mike Mason <[email protected]>
    mikemrm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    27eef9e View commit details
    Browse the repository at this point in the history