Skip to content

Commit 319f136

Browse files
chore: improve vitepress configuration
1 parent 8636b50 commit 319f136

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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' },

.vitepress/theme/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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;
@@ -18,3 +21,7 @@
1821
:root:is(.dark) img[alt$='Lambda Live Debugger'] {
1922
display: none;
2023
}
24+
25+
.VPSidebar {
26+
padding-bottom: 20px !important;
27+
}

0 commit comments

Comments
 (0)