File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1+ <!-- sets correct theme on page refresh -->
2+ < script src ="/static/js/docs-theme-change.js "> </ script >
3+
14< meta charset ="utf-8 " />
25< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
36< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " crossorigin ="anonymous " />
47< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/tomorrow-night-eighties.min.css " />
58< link rel ="stylesheet " href ="/static/docs.css " />
69< link rel ="shortcut icon " type ="image/png " href ="/static/images/dbciconwhite16.png " />
710< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css " />
8-
9- <!-- sets correct theme on page refresh -->
10- < script >
11- dbcdStoredTheme = localStorage . getItem ( 'theme' )
12- document . documentElement . setAttribute ( 'data-bs-theme' , dbcdStoredTheme )
13- </ script >
Original file line number Diff line number Diff line change 11< script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " crossorigin ="anonymous "> </ script >
22< script src ="/static/js/highlight.min.js "> </ script >
3- < script src ="/static/js/docs-theme-change.js "> </ script >
43< script >
54 hljs . configure ( { ignoreUnescapedHTML : true } )
65 hljs . highlightAll ( )
You can’t perform that action at this time.
0 commit comments