Skip to content

Commit 445bbd3

Browse files
authored
make next the "current" version and remove warning banner (#663)
1 parent ec45cf2 commit 445bbd3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

crowdsec-docs/docusaurus.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,16 @@ module.exports = {
262262
// Please change this to your repo.
263263
editUrl:
264264
"https://github.com/crowdsecurity/crowdsec-docs/edit/main/crowdsec-docs/",
265+
lastVersion: "current",
266+
versions: {
267+
"v1.6.0": {
268+
banner: "none",
269+
path: "/"
270+
},
271+
current: {
272+
path: "/next"
273+
}
274+
}
265275
},
266276
blog: {
267277
showReadingTime: true,

0 commit comments

Comments
 (0)