Skip to content

Commit c8116bf

Browse files
author
Chris Chinchilla
authored
[DOCS] Add versions to docs config (#2935)
* Add versions to docs config Signed-off-by: ChrisChinchilla <[email protected]> * Update Victor theme Signed-off-by: ChrisChinchilla <[email protected]>
1 parent 04540bf commit c8116bf

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

site/config/_default/config.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,22 +134,16 @@ offlineSearch = false
134134
twitter = "m3db_io"
135135
disableHomeIcon = true
136136
gettingStartedLink = "/docs/quickstart/docker"
137+
version_menu = "Versions"
137138

138139
[params.api]
139140
localCordinator = "http://localhost:7201/"
140141
apiEndpoint = "api/v1/"
141142

142-
# TODO: Might need to refactor some of the K8s shortcodes later
143-
# Add your release versions here
144-
# TODO: Enable when ready
145-
# [[params.versions]]
146-
# version = "1.0"
147-
# url = "https://master.kubeflow.org"
148-
# [[params.versions]]
149-
# version = "0.9"
150-
# url = "https://master.kubeflow.org"
151-
152-
# version_menu = "Versions"
143+
[[params.versions]]
144+
version = "1.0"
145+
url = ""
146+
153147

154148
# TODO: Do not like doing this really
155149
[markup]

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/chronosphereio/docs-theme v0.0.0-20201022162748-0ed11ce73f36 // indirect
7-
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd // indirect
7+
github.com/chronosphereio/victor v0.0.0-20201122114854-310af010cab1 // indirect
88
)

site/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5 h1:/eksfMA9u
1111
github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=
1212
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd h1:6iKb0tNHpJX+3WKyv0s/dZ1IN8U7CMylYRPsv7Rjdpo=
1313
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=
14+
github.com/chronosphereio/victor v0.0.0-20201122114854-310af010cab1 h1:N7NEcoufF4Suq0cS90d+O5OIAsdrZPFOMHuIoX5+LVo=
15+
github.com/chronosphereio/victor v0.0.0-20201122114854-310af010cab1/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=

0 commit comments

Comments
 (0)