Move InSpec menu from chef-web-docs (#6657)

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
Ian Maddaus 2023-09-25 18:15:14 -04:00 committed by GitHub
parent 7c46d14f3b
commit d169af7cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 1 deletions

View file

@ -1,2 +1,68 @@
[params.inspec]
gh_path = "https://github.com/inspec/inspec/tree/main/docs-chef-io/content/"
####
# Chef InSpec Menu
####
[[menu.inspec]]
title = "Chef InSpec"
identifier = "inspec"
[[menu.inspec]]
title = "Chef InSpec Reference"
identifier = "inspec/reference"
parent = "inspec"
weight = 500
[[menu.inspec]]
title = "Chef InSpec Resources"
identifier = "inspec/resources"
parent = "inspec"
weight = 999
[[menu.inspec]]
title = "OS Resources"
identifier = "inspec/resources/os"
parent = "inspec/resources"
weight = 20
[[menu.inspec]]
title = "Alibaba Resources"
identifier = "inspec/resources/alicloud"
parent = "inspec/resources"
weight = 25
[[menu.inspec]]
title = "AWS Resources"
identifier = "inspec/resources/aws"
parent = "inspec/resources"
weight = 30
[[menu.inspec]]
title = "Azure Resources"
identifier = "inspec/resources/azure"
parent = "inspec/resources"
weight = 40
[[menu.inspec]]
title = "GCP Resources"
identifier = "inspec/resources/gcp"
parent = "inspec/resources"
weight = 50
[[menu.inspec]]
title = "Habitat Resources"
identifier = "inspec/resources/habitat"
parent = "inspec/resources"
weight = 60
[[menu.inspec]]
title = "Kubernetes Resources"
identifier = "inspec/resources/k8s"
parent = "inspec/resources"
weight = 70
####
# End Chef InSpec Menu
####

View file

@ -1,3 +1,3 @@
module github.com/inspec/inspec/docs-chef-io
go 1.14
go 1.18