You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The website is my public notebook, where I share what I have learnt. I am mostly working on Azure Portal, Azure DevOps, .Net Core, HTML, CSS and JavaScript Technologies.',
path: '/more/',// optional, link of the title, which should be an absolute path and must exist
32
-
collapsable: false,// optional, defaults to true
33
-
sidebarDepth: 1,// optional, defaults to 1
34
-
children: [
35
-
'/gen-ai/'
36
-
]
37
-
},
38
-
{
39
-
title: 'DevOps',// required
40
-
path: '/devops/',// optional, link of the title, which should be an absolute path and must exist
41
-
collapsable: false,// optional, defaults to true
42
-
sidebarDepth: 1,// optional, defaults to 1
43
-
children: [
44
-
'/devops/jenkins-getting-started'
45
-
]
46
-
},
47
-
{
48
-
title: 'More',// required
49
-
path: '/more/',// optional, link of the title, which should be an absolute path and must exist
50
-
collapsable: false,// optional, defaults to true
51
-
sidebarDepth: 1,// optional, defaults to 1
52
-
children: [
53
-
'/gen-ai/'
54
-
]
55
-
}
56
-
]
2
+
title: "Codestellar",
3
+
description:
4
+
"The website is my public notebook, where I share what I have learnt. I am mostly working on Azure Portal, Azure DevOps, .Net Core, HTML, CSS and JavaScript Technologies.",
0 commit comments