@@ -70,14 +70,40 @@ copyright = "The Operator Lifecycle Manager Authors"
70
70
71
71
# Menu title if your navbar has a versions selector to access old versions of your site.
72
72
# This menu appears only if you have at least one [params.versions] set.
73
- # version_menu = "Releases"
74
- # [[params.versions]]
75
- # version = "master"
76
- # url = "/docs"
73
+ version_menu = " Releases"
77
74
78
- # [[params.versions]]
79
- # version = "v0.16"
80
- # url = "https://github.com/operator-framework/operator-sdk/tree/v0.16.x/doc"
75
+ # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
76
+ github_repo = " https://github.com/operator-framework/olm-docs"
77
+ # An optional link to a related project repo. For example, the sibling repository where your product code lives.
78
+ github_project_repo = " https://github.com/operator-framework/operator-lifecycle-manager"
79
+
80
+ # Specify a value here if your content directory is not in your repo's root directory
81
+ # github_subdir = ""
82
+
83
+ # Google Custom Search Engine ID. Remove or comment out to disable search.
84
+ gcs_engine_id = " 011737558837375720776:fsdu1nryfng"
85
+
86
+ # Enable Algolia DocSearch
87
+ algolia_docsearch = false
88
+
89
+ # version configuration
90
+
91
+ [[params .versions ]]
92
+ version = " master"
93
+ url = " https://olm.operatorframework.io"
94
+ primary = true
95
+
96
+ [[params .versions ]]
97
+ version = " v0.15.z"
98
+ url = " https://v0-15-x.olm.operatorframework.io/"
99
+
100
+ [[params .versions ]]
101
+ version = " v0.14.z"
102
+ url = " https://v0-14-x.olm.operatorframework.io/"
103
+
104
+ [[params .versions ]]
105
+ version = " v0.13.z"
106
+ url = " https://v0-13-x.olm.operatorframework.io/"
81
107
82
108
# Flag used in the "version-banner" partial to decide whether to display a
83
109
# banner on every page indicating that this is an archived version of the docs.
@@ -93,20 +119,6 @@ copyright = "The Operator Lifecycle Manager Authors"
93
119
# point people to the main doc site.
94
120
# url_latest_version = "https://example.com"
95
121
96
- # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
97
- github_repo = " https://github.com/operator-framework/olm-docs"
98
- # An optional link to a related project repo. For example, the sibling repository where your product code lives.
99
- github_project_repo = " https://github.com/operator-framework/operator-lifecycle-manager"
100
-
101
- # Specify a value here if your content directory is not in your repo's root directory
102
- # github_subdir = ""
103
-
104
- # Google Custom Search Engine ID. Remove or comment out to disable search.
105
- gcs_engine_id = " 011737558837375720776:fsdu1nryfng"
106
-
107
- # Enable Algolia DocSearch
108
- algolia_docsearch = false
109
-
110
122
# User interface configuration
111
123
[params .ui ]
112
124
# Enable to show the side bar menu in its compact state.
0 commit comments