Skip to content

Commit 1f834cb

Browse files
committed
make next the "current" version and remove warning banner
1 parent 5a050e6 commit 1f834cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

crowdsec-docs/docusaurus.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@ module.exports = {
259259
// Please change this to your repo.
260260
editUrl:
261261
"https://github.com/crowdsecurity/crowdsec-docs/edit/main/crowdsec-docs/",
262+
lastVersion: "current",
263+
versions: {
264+
"v1.6.0": {
265+
banner: "none",
266+
path: "/"
267+
},
268+
current: {
269+
path: "/next"
270+
}
271+
}
262272
},
263273
blog: {
264274
showReadingTime: true,

0 commit comments

Comments
 (0)