inspec/docs-chef-io/config.toml
Ian Maddaus 9735125ec5
InSpec docs reorganization (#6844)
* Cloud platform docs

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Profiles docs

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Move related tools

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Edit inspec exec

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Rewrite landing page

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Rewrite config page

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* More changes

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Reorganize pages in menu

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Reorganizing profile signing page

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

* Fix link

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>

---------

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2023-11-16 04:34:17 -05:00

98 lines
1.9 KiB
TOML

[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 = "Install"
identifier = "inspec/install"
parent = "inspec"
weight = 20
[[menu.inspec]]
title = "Profiles"
identifier = "inspec/profiles"
parent = "inspec"
weight = 40
[[menu.inspec]]
title = "Cloud Platforms"
identifier = "inspec/cloud"
parent = "inspec"
weight = 50
[[menu.inspec]]
title = "Chef Tools"
identifier = "inspec/chef"
parent = "inspec"
weight = 480
[[menu.inspec]]
title = "Related Projects"
identifier = "inspec/friends"
parent = "inspec"
weight = 490
[[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
####