File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
22on :
33 push :
44 branches :
5- - master
5+ - main
66 paths :
77 - " package.json"
88
Original file line number Diff line number Diff 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
164164window .$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
267267window .$docsify = {
268268 // ...
269269 select: {
270- theme: " classic" // default
271- }
270+ theme: " classic" , // default
271+ },
272272};
273273```
274274
@@ -320,7 +320,7 @@ ZSH + Linux
320320
321321Theme 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
325325To set theme properties, add a ` <style> ` element to your ` index.html ` file after all other stylesheets and set properties within a ` :root ` selector.
326326
Original file line number Diff line number Diff line change 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 ,
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 >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments