Skip to content

Commit 291e926

Browse files
authored
fix: update navigation links for accuracy and add new sections in config files
1 parent 5d675a5 commit 291e926

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

docs/.vitepress/config.mts

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,41 @@ export default defineConfig({
1515

1616
nav: [
1717
{ text: 'Home', link: '/' },
18-
{ text: 'Blog', link: '/pagesinfo' },
19-
{ text: 'API', link: '/api-examples' },
20-
{ text: 'Examples', link: '/markdown-examples' },
21-
{ text: 'Devtoberfest', link: '/devtober2025' }
18+
{ text: 'Blog', link: '/githubpages/pagesinfo' },
19+
{ text: 'API', link: '/vitepress-samples/api-examples' },
20+
{ text: 'Examples', link: '/vitepress-samples/markdown-examples' },
21+
{ text: 'Devtoberfest', link: '/devtober2025/devtober2025' }
2222
],
2323

2424
sidebar: [
2525
{
26-
text: 'Examples',
26+
text: 'VitePress Examples',
2727
items: [
28-
{ text: 'Markdown Examples', link: '/markdown-examples' },
29-
{ text: 'Runtime API Examples', link: '/api-examples' },
30-
{ text: 'Pages Info', link: '/pagesinfo' },
31-
{ text: 'Devtoberfest 2025', link: '/devtober2025' }
28+
{ text: 'Markdown Examples', link: '/vitepress-samples/markdown-examples' },
29+
{ text: 'Runtime API Examples', link: '/vitepress-samples/api-examples' },
30+
{ text: 'Pages Info', link: '/githubpages/pagesinfo' }
31+
]
32+
},
33+
{
34+
text: 'Devtoberfest 2025',
35+
items: [
36+
{ text: 'Overview', link: '/devtober2025/devtober2025' },
37+
{ text: 'Databricks', link: '/devtober2025/databricks' },
38+
{ text: 'HANA', link: '/devtober2025/hana' },
39+
{ text: 'Joule', link: '/devtober2025/joule' }
40+
]
41+
},
42+
{
43+
text: 'HANA Content',
44+
items: [
45+
{ text: 'HANA Cloud', link: '/hana/hana-cloud' },
46+
{ text: 'SDI & SDA', link: '/hana/sdi-sda' }
47+
]
48+
},
49+
{
50+
text: 'CAP Development',
51+
items: [
52+
{ text: 'BTP CAP', link: '/cap/cap/btp-cap' }
3253
]
3354
}
3455
],

docs/_config.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)