Skip to content

Commit 2b28da9

Browse files
author
Serap Aydin
committed
- menu für explore angepasst
1 parent 3e3a14c commit 2b28da9

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

docs/src/.vuepress/theme.ts

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default hopeTheme({
2828
{
2929
text: "Explore",
3030
icon: "info",
31-
children: ["/intro/info/introduction", "/intro/use-cases/", "/intro/research/", "/intro/tutorials/"],
31+
children: ["/explore/concepts/introduction", "/explore/use-cases/", "/explore/publications/"],
3232
},
3333
{
3434
text: "Security",
@@ -110,9 +110,9 @@ export default hopeTheme({
110110
{
111111
text: "Concepts",
112112
icon: "info",
113-
prefix: "intro/",
114-
link: "intro/",
115-
children: ["info/introduction.md", "info/basics", "info/architecture", "info/security", "info/allowList", "info/process-plugins"],
113+
prefix: "explore/",
114+
link: "explore/",
115+
children: ["concepts/introduction.md", "concepts/basics", "concepts/architecture", "concepts/security", "concepts/allow-list", "concepts/process-plugins"],
116116
},
117117
{
118118
text: "Security",
@@ -122,27 +122,21 @@ export default hopeTheme({
122122
{
123123
text: "Use-Cases",
124124
icon: "any",
125-
prefix: "intro/use-cases/",
126-
link: "intro/use-cases/",
125+
prefix: "explore/use-cases/",
126+
link: "explore/use-cases/",
127127
children: ["feasibility", "num"],
128128
},
129129
{
130-
text: "Research",
130+
text: "Publications",
131131
icon: "blog",
132-
prefix: "intro/research/",
133-
link: "/intro/research/",
132+
prefix: "explore/publications/",
133+
link: "/explore/publications/",
134134
children: ["publications", "awards"],
135135
},
136-
{
137-
text: "Tutorials",
138-
icon: "edit",
139-
link: "/intro/tutorials/",
140-
}
141136
],
142137
"/hackathon": [],
143138
"/spring-school": [],
144139
"/news": [],
145-
"/api-documentation": [],
146140
"/stable/": [
147141
{
148142
text: "Home",

0 commit comments

Comments
 (0)