2018-10-02 22:48:16 +00:00
|
|
|
resource_packs:
|
2018-08-02 15:43:46 +00:00
|
|
|
# Example
|
|
|
|
# some-project:
|
|
|
|
# git_repo: the-repo-URL
|
|
|
|
# doc_sub_dir: some/oddball/path # Optional, default is docs/resources
|
|
|
|
# doc_group_title: Group Title used on website
|
|
|
|
# resource_file_regex: Regex used to identify files belonging to this group on the website
|
|
|
|
|
2018-10-02 22:48:16 +00:00
|
|
|
inspec-gcp:
|
|
|
|
git_repo: https://github.com/inspec/inspec-gcp.git
|
|
|
|
doc_group_title: GCP
|
|
|
|
resource_file_regex: ^google_
|
|
|
|
|
|
|
|
inspec-azure:
|
|
|
|
git_repo: https://github.com/inspec/inspec-azure.git
|
|
|
|
doc_group_title: Azure
|
|
|
|
resource_file_regex: ^azure
|