@@ -4,8 +4,8 @@ import { defineConfig } from 'vitepress'
44export default defineConfig ( {
55 base : '/docs/' , // Set your base URL here
66 head : [
7- [ 'link' , { rel : 'shortcut icon' , href : '/public /favicon.ico' } ] ,
8- [ 'link' , { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/public /favicon.ico' } ] ,
7+ [ 'link' , { rel : 'shortcut icon' , href : '/docs /favicon.ico' } ] ,
8+ [ 'link' , { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/docs /favicon.ico' } ] ,
99 ] ,
1010 title : "abap2UI5" ,
1111 description : "Developing Purely in ABAP" ,
@@ -24,16 +24,29 @@ export default defineConfig({
2424 } ,
2525 // https://vitepress.dev/reference/default-theme-config
2626 nav : [
27- { text : 'Getting Started' , items : [
28- { text : 'Item A' , link : '/item-1' } ,
29- { text : 'Item B' , link : '/item-2' } ,
30- { text : 'Item C' , link : '/item-3' }
27+ { text : 'Guide' , items : [
28+ { text : 'Addons' , link : '/item-1' } ,
29+ { text : 'Alln' , link : '/item-2' } ,
30+ { text : 'Addons' , items : [
31+ { text : 'Addons' , link : '/item-1' } ,
32+ { text : 'Alln' , link : '/item-2' } ,
33+ { text : 'Issues' , link : '/item-2' } ,
34+ ] } ,
35+ ] } ,
36+ { text : 'Quick Links' , items : [
37+ { text : 'Addons' , link : '/item-1' } ,
38+ { text : 'Alln' , link : '/item-2' } ,
39+ { text : 'Addons' , items : [
40+ { text : 'Addons' , link : '/item-1' } ,
41+ { text : 'Alln' , link : '/item-2' } ,
42+ { text : 'Issues' , link : '/item-2' } ,
43+ ] } ,
44+ ] } ,
45+ { text : '1.134.0' , items : [
46+ { text : 'Changelog' , link : '/item-1' } ,
47+ { text : 'Contribution' , link : '/item-2' } ,
48+ { text : 'Support' , link : '/item-2' } ,
3149 ] } ,
32- { text : 'Development' , link : '/' } ,
33- { text : 'Configuration' , link : '/' } ,
34- { text : 'Advanced' , link : '/' } ,
35- { text : 'Insights' , link : '/' } ,
36- { text : 'Resources' , link : '/resources/blogs' }
3750 ] ,
3851 sidebar : [
3952 {
0 commit comments