Skip to content

Commit bf3dfbb

Browse files
committed
fix version dropdown
Update the version dropdown so it contains v0.28, v0.27, and v0.26.
1 parent 80bc6cc commit bf3dfbb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docusaurus.config.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,12 @@ const config = {
136136
dropdownActiveClassDisabled: true,
137137
dropdownItemsAfter: [
138138
{
139-
to: 'https://0-28-0.docs.pomerium.com/docs',
140-
label: 'v0.28 (latest)',
139+
to: 'https://0-27-0.docs.pomerium.com/docs',
140+
label: 'v0.27',
141+
},
142+
{
143+
to: 'https://0-26-0.docs.pomerium.com/docs',
144+
label: 'v0.26',
141145
},
142146
{
143147
type: 'html',

0 commit comments

Comments
 (0)