Skip to content

Commit 58dfd67

Browse files
committed
fix: update links to default branch
1 parent 60f2485 commit 58dfd67

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
77
- "package.json"
88

docs/configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ window.$docsify = {
2323
detectOperatingSystem: {
2424
//defaults
2525
enabled: false,
26-
menuId: "operating-system"
27-
}
28-
}
26+
menuId: "operating-system",
27+
},
28+
},
2929
};
3030
```
3131

@@ -164,8 +164,8 @@ The syncing occurs for all menus and options across the whole page. Combined wit
164164
window.$docsify = {
165165
// ...
166166
select: {
167-
sync: false // default
168-
}
167+
sync: false, // default
168+
},
169169
};
170170
```
171171

@@ -267,8 +267,8 @@ Sets the select menu theme. A value of `'none'` will indicate that no theme shou
267267
window.$docsify = {
268268
// ...
269269
select: {
270-
theme: "classic" // default
271-
}
270+
theme: "classic", // default
271+
},
272272
};
273273
```
274274

@@ -320,7 +320,7 @@ ZSH + Linux
320320

321321
Theme properties allow you to customize tab styles without writing complex CSS. The following list contains the default theme values:
322322

323-
[vars.css](https://raw.githubusercontent.com/jthegedus/docsify-select/master/src/vars.css ":include :type:code")
323+
[vars.css](https://raw.githubusercontent.com/jthegedus/docsify-select/main/src/vars.css ":include :type:code")
324324

325325
To set theme properties, add a `<style>` element to your `index.html` file after all other stylesheets and set properties within a `:root` selector.
326326

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
// -----------------------------------------------------------------
4848
alias: {
4949
".*?/changelog":
50-
"https://raw.githubusercontent.com/jthegedus/docsify-select/master/changelog.md",
50+
"https://raw.githubusercontent.com/jthegedus/docsify-select/main/changelog.md",
5151
".*?/contributing":
52-
"https://raw.githubusercontent.com/jthegedus/docsify-select/master/contributing.md"
52+
"https://raw.githubusercontent.com/jthegedus/docsify-select/main/contributing.md",
5353
},
5454
auto2top: true,
5555
maxLevel: 3,
@@ -61,17 +61,17 @@
6161
search: {
6262
depth: 3,
6363
noData: "No results!",
64-
placeholder: "Search..."
64+
placeholder: "Search...",
6565
},
6666
select: {
6767
detectOperatingSystem: { enabled: true, menuId: "operating-system" },
6868
sync: true,
69-
theme: "classic"
69+
theme: "classic",
7070
},
7171
tabs: {
7272
sync: false,
73-
theme: "classic"
74-
}
73+
theme: "classic",
74+
},
7575
};
7676
</script>
7777
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Linux + ZSH
7676

7777
## License
7878

79-
[MIT License](https://github.com/jthegedus/docsify-select/blob/master/license)
79+
[MIT License](https://github.com/jthegedus/docsify-select/blob/main/license)

0 commit comments

Comments
 (0)