Merge pull request #19307 from antobinary/docs-for-30

docs: add building of 3.0 docs
This commit is contained in:
Anton Georgiev 2023-12-07 15:37:37 -05:00 committed by GitHub
commit 4356d1b9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ TAGS=(
BRANCHES=( BRANCHES=(
v2.6.x-release v2.6.x-release
v2.7.x-release v2.7.x-release
v3.0.x-release
) )
REMOTE="origin" REMOTE="origin"

View File

@ -47,6 +47,9 @@ const config = {
'2.7': { '2.7': {
banner: 'none' banner: 'none'
}, },
'3.0': {
banner: 'none'
}
} }
}, },
theme: { theme: {