Skip to content

Commit 3f7cb4a

Browse files
committed
Update docs menu switcher
Refs #312
1 parent 62f63d0 commit 3f7cb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
version_list = [
2626
{'name': '1.x', 'number': '/authentication/1', 'title': '1.x'},
2727
{'name': '2.x', 'number': '/authentication/2', 'title': '2.x', 'current': True},
28-
{'name': '3.x', 'number': '/authentication/3', 'title': '3.x', 'current': True},
28+
{'name': '3.x', 'number': '/authentication/3', 'title': '3.x'},
2929
]
3030

3131
# Languages available.

0 commit comments

Comments
 (0)