mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Move InSpec menu from chef-web-docs (#6657)
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
7c46d14f3b
commit
d169af7cdf
2 changed files with 67 additions and 1 deletions
|
@ -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
|
||||
####
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/inspec/inspec/docs-chef-io
|
||||
|
||||
go 1.14
|
||||
go 1.18
|
||||
|
|
Loading…
Reference in a new issue