mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
turn includeCurrentVersion flag on
This commit is contained in:
parent
4048ba36a7
commit
c1a20c99b4
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ module.exports = {
|
|||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl: 'https://github.com/ToolJet/Tooljet/blob/develop/docs/',
|
||||
includeCurrentVersion: false,
|
||||
includeCurrentVersion: true,
|
||||
lastVersion: '2.34.0',
|
||||
},
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue