File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 88 < meta name ="description " content ="A HTTP/1.1 client, written from scratch for Node.js. ">
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
1010 < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
11+ < link
12+ rel ="stylesheet "
13+ href ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css "
14+ title ="docsify-darklight-theme "
15+ type ="text/css "
16+ />
1117 < link rel ="icon " type ="image/png " href ="https://nodejs.org/static/images/favicons/favicon.png " />
1218</ head >
1319
8187 < script src ="//cdn.jsdelivr.net/npm/docsify@4 "> </ script >
8288 < script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js "> </ script >
8389 < script src ="https://unpkg.com/docsify-copy-code@3 "> </ script >
90+ < script
91+ src ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js "
92+ type ="text/javascript "
93+ > </ script >
8494 < script type ="module ">
8595 import mermaid from "//cdn.jsdelivr.net/npm/[email protected] /+esm" ; 8696 mermaid . initialize ( { startOnLoad : true } ) ;
You can’t perform that action at this time.
0 commit comments