|
7 | 7 | # Menus are defined in the /config/_default/menu.toml file |
8 | 8 | ####### |
9 | 9 |
|
10 | | -menuOrder = ["about", "install", "configure", "profiles", "shell", "troubleshooting", "chef_tools", "related", "resources", "reference", "release_notes"] |
| 10 | +menuOrder = ["about", "install", "configure", "profiles", "shell", "troubleshooting", "chef_tools", "related", "resources", "reference"] |
11 | 11 |
|
12 | 12 | ####### |
13 | 13 | # robots = The default robots config applied to each page in the robots meta tag. |
@@ -99,18 +99,30 @@ errorLevel = 'warning' |
99 | 99 | # |
100 | 100 | ####### |
101 | 101 |
|
102 | | -[versions.this_version] |
103 | | -swiftype_search_products = [ "inspec-7.0" ] |
104 | | -#release_date = "" |
| 102 | +# [versions.this_version] |
| 103 | +# swiftype_search_products = [ "inspec-X.Y" ] |
| 104 | +# release_date = "YYYY-MM-DD" |
105 | 105 |
|
106 | | -[versions.version_selector] |
107 | | -enabled = true |
108 | | -this_version_text = "Chef InSpec 7.0" |
| 106 | +# [versions.version_selector] |
| 107 | +# enabled = true |
| 108 | +# this_version_text = "Chef InSpec X.Y" |
109 | 109 |
|
110 | | -[[versions.version_selector.versions]] |
111 | | -link_text = "Chef InSpec v 7.0" |
112 | | -base_url = "https://docs.chef.io/inspec/7.0" |
| 110 | +# [[versions.version_selector.versions]] |
| 111 | +# link_text = "Chef InSpec v 7.1" |
| 112 | +# base_url = "https://docs.chef.io/inspec/7.1" |
113 | 113 |
|
114 | | -[[versions.version_selector.versions]] |
115 | | -link_text = "Chef InSpec v 6.8" |
116 | | -base_url = "https://docs.chef.io/inspec/6.8" |
| 114 | +# [[versions.version_selector.versions]] |
| 115 | +# link_text = "Chef InSpec v 7.0" |
| 116 | +# base_url = "https://docs.chef.io/inspec/7.0" |
| 117 | + |
| 118 | +# [[versions.version_selector.versions]] |
| 119 | +# link_text = "Chef InSpec v 6.8" |
| 120 | +# base_url = "https://docs.chef.io/inspec/6.8" |
| 121 | + |
| 122 | +# [[versions.version_selector.versions]] |
| 123 | +# link_text = "Chef InSpec v 5.24" |
| 124 | +# base_url = "https://docs.chef.io/inspec/5.24" |
| 125 | + |
| 126 | +# [[versions.version_selector.versions]] |
| 127 | +# link_text = "Chef InSpec v 5.23" |
| 128 | +# base_url = "https://docs.chef.io/inspec/5.23" |
0 commit comments