Skip to content

Commit d8b9840

Browse files
author
Jason Heath
committed
wip abandoning
Signed-off-by: Jason Heath <[email protected]>
1 parent 41a8920 commit d8b9840

File tree

7 files changed

+101
-95
lines changed

7 files changed

+101
-95
lines changed

config/_default/menu.toml

Lines changed: 83 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -51,73 +51,86 @@ weight = 60
5151
## End Main Menu ##
5252
####
5353

54-
[[overview]]
55-
title = "Overview"
56-
identifier = "overview"
57-
58-
[[habitat]]
59-
title = "Habitat"
60-
identifier = "habitat"
61-
62-
[[builder]]
63-
title = "Builder"
64-
identifier = "builder"
65-
66-
[[builder.sass]]
67-
title = "SaaS builder"
68-
parent = "builder"
69-
identifier = "builder/saas"
70-
71-
[[packages ]]
72-
title = "Packages"
73-
identifier = "packages"
74-
75-
[[overview.overview]]
76-
title = "Overview"
77-
identifier = "overview"
78-
79-
[[habitat.install]]
80-
title = "Install"
81-
identifier = "install"
82-
83-
[[habitat.upgrade]]
84-
title = "Upgrade"
85-
identifier = "upgrade"
86-
87-
[[habitat.origins]]
88-
title = "Origins"
89-
identifier = "origins"
90-
91-
[[habitat.packages]]
92-
title = "Packages"
93-
identifier = "packages"
94-
95-
[[habitat.plans]]
96-
title = "Plans"
97-
identifier = "plans"
98-
99-
[[habitat.services]]
100-
title = "Services"
101-
identifier = "services"
102-
103-
[[habitat.sup]]
104-
title = "Supervisors"
105-
identifier = "supervisors"
106-
107-
[[habitat.reference]]
108-
title = "Reference"
109-
identifier = "reference"
110-
111-
[[habitat.reference]]
112-
title = "APIs"
113-
identifier = "reference/api"
114-
parent = "reference"
115-
weight = "20"
116-
117-
[[habitat.containers]]
118-
title = "Containers"
119-
identifier = "containers"
120-
121-
[[habitat.release_notes]]
122-
title = "Release notes"
123-
identifier = "release_notes"
54+
[[chef_habitat]]
55+
title = "Chef Habitat"
56+
identifier = "chef_habitat"
57+
58+
[[chef_habitat]]
59+
title = "Overview"
60+
parent = "chef_habitat"
61+
identifier = "chef_habitat/overview"
62+
weight = 10
63+
64+
[[chef_habitat]]
65+
title = "Habitat"
66+
parent = "chef_habitat"
67+
identifier = "chef_habitat/habitat"
68+
weight = 20
69+
70+
[[chef_habitat]]
71+
title = "Builder"
72+
parent = "chef_habitat"
73+
identifier = "chef_habitat/builder"
74+
weight = 30
75+
76+
[[chef_habitat]]
77+
title = "SaaS builder"
78+
parent = "chef_habitat/builder"
79+
identifier = "chef_habitat/builder/saas"
80+
81+
[[packages ]]
82+
title = "Packages"
83+
parent = "chef_habitat"
84+
identifier = "chef_habitat/packages"
85+
weight = 40
86+
87+
# [[overview.overview]]
88+
# title = "Overview"
89+
# identifier = "overview"
90+
#
91+
# [[habitat.install]]
92+
# title = "Install"
93+
# identifier = "install"
94+
#
95+
# [[habitat.upgrade]]
96+
# title = "Upgrade"
97+
# identifier = "upgrade"
98+
#
99+
# [[habitat.origins]]
100+
# title = "Origins"
101+
# identifier = "origins"
102+
#
103+
# [[habitat.packages]]
104+
# title = "Packages"
105+
# identifier = "packages"
106+
#
107+
# [[habitat.plans]]
108+
# title = "Plans"
109+
# identifier = "plans"
110+
#
111+
# [[habitat.services]]
112+
# title = "Services"
113+
# identifier = "services"
114+
#
115+
# [[habitat.sup]]
116+
# title = "Supervisors"
117+
# identifier = "supervisors"
118+
#
119+
# [[habitat.reference]]
120+
# title = "Reference"
121+
# identifier = "reference"
122+
#
123+
# [[habitat.reference]]
124+
# title = "APIs"
125+
# parent = "reference"
126+
# identifier = "reference/api"
127+
# weight = "20"
128+
#
129+
# [[habitat.containers]]
130+
# title = "Containers"
131+
# identifier = "containers"
132+
#
133+
# [[habitat.release_notes]]
134+
# title = "Release notes"
135+
# identifier = "release_notes"
136+
#

content/builder/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ linkTitle = "Overview"
66
title = "Overview"
77
parent = "builder"
88
identifier = "builder/Overview"
9-
list_pages = true
109
weight = 10
1110
+++
1211

content/builder/saas/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
22
title = "SaaS Builder"
3-
linkTitle = "SaaS Builder"
43

54
[menu.builder]
65
title = "SaaS Builder"
76
parent = "builder"
87
identifier = "builder/saas/SaaS Builder"
9-
weight = 20
8+
weight = 10
109
+++
1110

1211
Chef Habitat Builder is the core of Chef's Application Delivery Enterprise hub.

content/builder/saas/builder_account.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
+++
22
title = "Create an Account"
3-
description = "Setting up Chef Habitat Builder in the Cloud and on your workstation"
43

5-
6-
[menu.saas]
4+
[menu.builder.saas]
75
title = "Create an Account"
8-
identifier = "saas_builder/builder-account Builder Account"
9-
parent = "saas_builder"
10-
weight = 20
11-
6+
parent = "builder/saas"
7+
identifier = "builder/saas/Create an Account"
8+
weight = 30
129
+++
1310

1411
Whether you are looking to leverage the SaaS or on-prem version of Chef Habitat Builder, you'll need to create an account on the SaaS version of Chef Habitat Builder. After you have then downloaded the version, you'll then sync the two accounts.

content/builder/saas/builder_origin_packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Upload and Promote Packages"
3-
description = "Upload and Promote packages on Chef Habitat Builder enables automated package rebuilds and increases collaboration"
43

5-
[menu.builder.saas]
6-
title = "Origin Packages"
7-
identifier = "/builder/saas/origin-packages"
8-
parent = "/builder/saas"
9-
weight = 40
4+
[menu]
5+
[menu.saas]
6+
title = "Upload and Promote Packages"
7+
parent = "builder/saas"
8+
identifier = "builder/saas/Upload and Promote Packages"
9+
weight = 50
1010
+++
1111

1212
While you can build and run Chef Habitat packages without sharing them on [Chef Habitat Builder](https://bldr.habitat.sh), uploading them there enables greater collaboration and automated package rebuilds as underlying dependencies or your connected GitHub repository are updated.

content/builder/saas/builder_origins.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
22
title = "Create an Origin on Builder"
3-
description = "Create an Origin on Builder"
43

54
[menu.builder.saas]
6-
parent = "builder/saas"
75
title = "Origins"
6+
parent = "builder/saas"
87
identifier = "builder/saas/Origins"
9-
weight = 10
8+
weight = 20
109
+++
1110

1211
{{< readfile file="content/reusable/md/builder_origins.md" >}}

content/builder/saas/builder_profile.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
22
title = "Builder Profile"
33

4-
5-
[menu.saas]
6-
title = "Builder Profile"
7-
identifier = "saas_builder/builder-profile Builder Profile"
8-
parent = "saas_builder"
9-
weight = 30
4+
[menu.builder.saas]
5+
title = "Builder Profile"
6+
parent = "builder/saas"
7+
identifier = "builder/saas/Builder Profile"
8+
weight = 40
109
+++
1110

1211
To use the SaaS or on-premises version of Chef Habitat Builder, you need to create an account on the SaaS version. After downloading the version, sync the two accounts.

0 commit comments

Comments
 (0)