File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ export default defineConfig({
3737 gtag('config', 'G-DWK00ZDX76');`
3838 ]
3939 ] ,
40- sitemap : {
41- hostname : 'https://www.lldebugger.com' ,
42- } ,
40+ // sitemap: {
41+ // hostname: 'https://www.lldebugger.com',
42+ // },
4343 themeConfig : {
4444 search : {
4545 provider : 'local' ,
@@ -68,12 +68,6 @@ export default defineConfig({
6868 { text : 'Configuration file' , link : '#configuration-file' } ,
6969 { text : 'Debugging' , link : '#debugging' } ,
7070 { text : 'Development Process' , link : '#development-process' } ,
71- ] ,
72- } ,
73- {
74- text : 'Advanced' ,
75- collapsed : false ,
76- items : [
7771 { text : 'Observability Mode' , link : '#observability-mode' } ,
7872 { text : 'Monorepo' , link : '#monorepo-setup' } ,
7973 { text : 'Removing' , link : '#removing' } ,
Original file line number Diff line number Diff line change 1010.pager {
1111 display : none;
1212}
13+ .VPLocalNavOutlineDropdown {
14+ display : none;
15+ }
1316
1417: root: not (.dark ) img[alt $= 'Lambda Live Debugger_' ] {
1518 display : none;
1821: root: is (.dark ) img[alt $= 'Lambda Live Debugger' ] {
1922 display : none;
2023}
24+
25+ .VPSidebar {
26+ padding-bottom : 20px !important ;
27+ }
You can’t perform that action at this time.
0 commit comments