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

Updates for Hab menu WIP #3962

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .expeditor/update_hugo_modules_project_promoted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ hugo mod clean
if [[ "${EXPEDITOR_PROJECT}" == *"habitat"* ]]; then
curl --silent --output generated-documentation.tar.gz https://packages.chef.io/files/${EXPEDITOR_TARGET_CHANNEL}/habitat/latest/generated-documentation.tar.gz
tar xvzf generated-documentation.tar.gz --strip-components 1 -C content/habitat
mv content/habitat/habitat_cli.md content/habitat/cli.md
rm generated-documentation.tar.gz
fi

Expand Down
25 changes: 16 additions & 9 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,21 +314,34 @@ identifier = "habitat"

[[habitat]]
title = "Install Habitat"
identifier = "habitat/get_started"
identifier = "habitat/install"
parent = "habitat"
weight = 10

[[habitat]]
title = "Get Started"
identifier = "habitat/get_started"
parent = "habitat"
weight = 15

[[habitat]]
title = "Builder"
identifier = "habitat/builder"
parent = "habitat"
weight = 20

[[habitat]]
title = "Create a Builder Account"
identifier = "habitat/builder/builder-account"
parent = "habitat/builder"
weight = 20
url = "habitat/builder_account/"

[[habitat]]
title = "Origins"
identifier = "habitat/origins"
identifier = "habitat/builder/origins"
parent = "habitat"
weight = 30
weight = 40

[[habitat]]
title = "Packages"
Expand Down Expand Up @@ -371,12 +384,6 @@ identifier = "habitat"
parent = "habitat"
weight = 200

[[habitat]]
title = "Diagrams"
identifier = "habitat/diagrams"
parent = "habitat"
weight = 500

####
# End Chef Habitat Menu
####
Expand Down
Loading