Skip to content

Commit

Permalink
feat: switch to v6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Nov 22, 2023
1 parent 20cc18a commit 4d3cf1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/embed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# custom config
BRANCH_DOCS=main
BRANCH_DOCS=v6.5
BRANCH_DOCS_64=v6.4
BRANCH_DOCS_63=v6.3.0
BRANCH_FRONTENDS=main
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const embeds: SwagEmbedsConfig[] = [
points: {
'/docs/v6.4/': 'v6.4',
'/docs/v6.3/': 'v6.3.0',
'/docs/': 'main',
'/docs/': 'v6.5',
},
folder: '.',
},
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dst": "docs",
"branch": [
"env.BRANCH_DOCS",
"main"
"v6.5"
],
"org": [
"env.ORG_DOCS",
Expand Down

0 comments on commit 4d3cf1c

Please sign in to comment.