Skip to content

Commit ef18fda

Browse files
authored
Add 360 SaaS to search (#4411)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 171a8c3 commit ef18fda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/_default/params.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gh_path = "https://github.com/chef/license-service/tree/main/docs-chef-io/conten
6262

6363
[search]
6464

65-
default_search_product_keys = ["", "chef-360-1.2", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
65+
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.2", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
6666

6767
[search.products]
6868

@@ -82,6 +82,10 @@ product_version_key = "chef-360-1.1"
8282
name = "1.0"
8383
product_version_key = "chef-360-1.0"
8484

85+
[search.products.360-saas]
86+
name = "360 SaaS"
87+
product_key = "chef-360-saas"
88+
8589
[search.products.automate]
8690
name = "Automate"
8791
product_key = "automate"

0 commit comments

Comments
 (0)