Skip to content

Commit 8c59478

Browse files
committed
Release 360 1.1 docs
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 4236cbb commit 8c59478

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

config/_default/menu.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,24 @@ weight = 20
110110

111111
[[360]]
112112
title = "Chef 360 Platform"
113+
identifier = "360"
114+
115+
[[360]]
116+
title = "version 1.1"
117+
parent = "360"
118+
identifier = "360/1.1"
119+
url = "/360/1.1/"
120+
weight = 10
121+
122+
[[360]]
123+
title = "version 1.0"
124+
parent = "360"
113125
identifier = "360/1.0"
114126
url = "/360/1.0/"
127+
weight = 20
115128

116129
####
117-
# Chef 360 Menu
130+
# End Chef 360 Menu
118131
####
119132

120133
####

content/360/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gh_repo = "chef-web-docs"
77

88
Chef 360 Platform versions:
99

10+
- [Chef 360 Platform 1.1](/360/1.1/)
1011
- [Chef 360 Platform 1.0](/360/1.0/)

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@
6666
from = "/360/1.0/*"
6767
to = "https://release-1-0--chef-360.netlify.app/360/1.0/:splat"
6868
status = 200
69+
70+
[[redirects]]
71+
from = "/360/1.1/*"
72+
to = "https://release-1-1--chef-360.netlify.app/360/1.1/:splat"
73+
status = 200

0 commit comments

Comments
 (0)