You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This populates the site search page with search filter parameters.
32
+
#
33
+
# default_search_product_keys = The product search keys that are returned by search by default, ie when no product is selected in the search filters
34
+
# Use an empty string ("") for pages without a defined product.
35
+
# Include the latest/newest version of products that have muliple versions of documentation deployed.
36
+
#
37
+
# search.products.<PRODUCT> = A map/object/dictionary/table/whatever of products and their versions.
38
+
# This populates the left product search filter with product names and versions.
39
+
#
40
+
# name = The product name as it appears in the UI.
41
+
# product_key, product_version_key = The key used to filter results by in Swiftype API calls.
42
+
# This product key is defined in the documatation frontmatter.
43
+
# For example, the "habitat" key is defined in the docs.chef.io/habitat page frontmatter.
44
+
# See here for example: https://github.com/habitat-sh/habitat/blob/main/components/docs-chef-io/content/habitat/_index.md?plain=1#L7
45
+
#
46
+
# search.products.<PRODUCT>.versions = A table of versions for a product.
47
+
# Versions must be in order from newest/latest version to oldest and must be a string.
48
+
#
49
+
################################
31
50
32
-
# versions must be in order from newest/latest version to oldest and must be a string.
51
+
[search]
33
52
34
-
# default_search_product_keys defines the product search keys that are returned by search by default, ie when no product is selected in the search filters
35
-
# Use an empty string ("") for pages without a defined product
36
-
# This includes the latest/newest version of products that have muliple versions of documentation deployed.
0 commit comments