We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec45cf2 commit 445bbd3Copy full SHA for 445bbd3
1 file changed
crowdsec-docs/docusaurus.config.js
@@ -262,6 +262,16 @@ module.exports = {
262
// Please change this to your repo.
263
editUrl:
264
"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
275
},
276
blog: {
277
showReadingTime: true,
0 commit comments