File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 66 "blog" : " /blog" ,
77 "docs" : " /docs/latest/" ,
88 "playground" : " /play" ,
9+ "codeExplorer" : " https://explorer.eslint.org/" ,
910 "getStarted" : " /docs/latest/use/getting-started" ,
1011 "sponsors" : " /sponsors" ,
1112 "branding" : " /branding" ,
Original file line number Diff line number Diff line change 1919 {
2020 "text" : " Playground" ,
2121 "url" : " https://eslint.org/play"
22+ },
23+ {
24+ "text" : " Code Explorer" ,
25+ "url" : " https://explorer.eslint.org/"
2226 }
2327 ]
2428}
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ navigation:
6262 target : _blank
6363- text : Playground
6464 link : playground
65+ - text : Code Explorer
66+ link : codeExplorer
67+ target : _blank
6568
6669# ------------------------------------------------------------------------------
6770# Footer
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ navigation:
6060 target : _blank
6161- text : 演练场
6262 link : playground
63+ - text : Code Explorer
64+ link : codeExplorer
65+ target : _blank
6366
6467# ------------------------------------------------------------------------------
6568# Footer
You can’t perform that action at this time.
0 commit comments