Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 8d549ed

Browse files
committed
Update redirect for docs
1 parent 7aa0781 commit 8d549ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<script>
11-
var latest_version = '4.5';
11+
var latest_version = '4.6';
1212
var hash = window.location.hash;
1313
if (!hash || hash.length == 0) {
1414
hash = '#/';

docs/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var rootUrl = 'https://cqhttp.cc/docs';
22

33
var versions = [
4+
{ title: 'v4.6', path: '/4.6/' },
45
{ title: 'v4.5', path: '/4.5/' },
56
{ title: 'v4.4', path: '/4.4/' },
67
{ title: 'v4.3', path: '/4.3/' },

0 commit comments

Comments
 (0)