Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 9, 2024
1 parent 41c9c26 commit 2c93875
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/varlet-cli/src/node/config/varlet.default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,19 @@ export default defineConfig({
},
currentVersion: 'v2.x',
versions: [
{
name: 'varletjs.org',
items: [
{
label: 'v3.x',
link: 'https://varletjs.org',
},
{
label: 'v2.x',
link: 'https://varletjs.org/v2',
},
],
},
{
name: 'varlet.pages.dev',
items: [
Expand Down

0 comments on commit 2c93875

Please sign in to comment.