Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 934e214

Browse files
committed
Update docs name
1 parent 3f60e72 commit 934e214

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/JSSource.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import DocsSource from "./DocsSource";
22

33
export default new DocsSource({
44
id: "JS-DisTube",
5-
name: "JS DisTube",
5+
name: "DisTube V2",
66
repo: "skick1234/DisTube",
77
global: "DisTube",
88
branch: "js-docs",
99
defaultTag: "v2",
1010
branchFilter: branch => branch === "v2",
11-
tagFilter: tag => tag === "3.0.0-beta.33",
11+
tagFilter: () => false,
1212
defaultClass: "DisTube",
1313
});

src/data/MainSource.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import DocsSource from "./DocsSource";
44
const branchBlacklist = new Set(["docs", "js-docs", "v2", "main"]);
55
export default new DocsSource({
66
id: "DisTube",
7-
name: "TypeScript DisTube",
7+
name: "DisTube",
88
repo: "skick1234/DisTube",
99
global: "DisTube",
1010
branch: "docs",
1111
defaultTag: "stable",
1212
branchFilter: branch => !branchBlacklist.has(branch),
13-
tagFilter: tag => semver.gte(tag, "3.0.0") || semver.gte(tag, "3.0.0-beta.37"),
13+
tagFilter: tag => semver.gte(tag, "3.0.0"),
1414
defaultFile: { category: "general", id: "welcome" },
1515
});

0 commit comments

Comments
 (0)