Skip to content

Commit

Permalink
Merge pull request #417 from ant-media/update-version-name
Browse files Browse the repository at this point in the history
Update docusaurus.config.js
  • Loading branch information
filip-ams authored Dec 6, 2024
2 parents 4319341 + 78e3ae2 commit 1a0975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ const config = {
lastVersion: 'current',
versions: {
'current': {
label: '2.12.0', // Customize the label for the current (unversioned) docs
label: 'v2.12.0 Snapshot', // Customize the label for the current (unversioned) docs
path: '', // Leave empty to use the root URL for the latest version
banner: 'none',
},
'2.11.3': {
label: '2.11.3', // Customize the label for the current (unversioned) docs
label: 'v2.11.3', // Customize the label for the current (unversioned) docs
path: 'version-2.11.3', // Leave empty to use the root URL for the latest version
banner: 'none',
}
Expand Down

0 comments on commit 1a0975b

Please sign in to comment.