Skip to content

Commit

Permalink
fix: Addressed Versions Table Update
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-bagwell committed Dec 10, 2024
1 parent e9eabae commit 99ad0d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/docs/mdx/versionsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ const allVersions = [
versionNumber: version, // This will always be the current major version
documentation: 'https://github.com/Workday/canvas-kit',
},
{
{
versionNumber: 11, // This is support, update this when we release v13
documentation: 'https://d2krrudi3mmzzw.cloudfront.net/v11/?path=/docs/welcome--page',
},
{
versionNumber: 10,
documentation: 'https://d2krrudi3mmzzw.cloudfront.net/v10/?path=/docs/welcome--page',
},
{
versionNumber: 9, // This is support, update this when we release v11
versionNumber: 9,
documentation: 'https://d2krrudi3mmzzw.cloudfront.net/v9/?path=/docs/welcome--page',
},
{
Expand Down

0 comments on commit 99ad0d3

Please sign in to comment.