Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d6560 commit f6959b4Copy full SHA for f6959b4
src/data/MainSource.js
@@ -8,7 +8,7 @@ export default new DocsSource({
8
repo: "skick1234/DisTube",
9
global: "DisTube",
10
branch: "docs",
11
- defaultTag: "beta",
+ defaultTag: "stable",
12
branchFilter: branch => !branchBlacklist.has(branch),
13
tagFilter: tag => semver.gte(tag, "3.0.0") || semver.gte(tag, "3.0.0-beta.37"),
14
defaultFile: { category: "general", id: "welcome" },
0 commit comments