@@ -28,7 +28,7 @@ export default hopeTheme({
28
28
{
29
29
text : "Explore" ,
30
30
icon : "info" ,
31
- children : [ "/intro/info /introduction" , "/intro /use-cases/" , "/intro/research/" , "/intro/tutorials /"] ,
31
+ children : [ "/explore/concepts /introduction" , "/explore /use-cases/" , "/explore/publications /" ] ,
32
32
} ,
33
33
{
34
34
text : "Security" ,
@@ -110,9 +110,9 @@ export default hopeTheme({
110
110
{
111
111
text : "Concepts" ,
112
112
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" ] ,
116
116
} ,
117
117
{
118
118
text : "Security" ,
@@ -122,27 +122,21 @@ export default hopeTheme({
122
122
{
123
123
text : "Use-Cases" ,
124
124
icon : "any" ,
125
- prefix : "intro /use-cases/" ,
126
- link : "intro /use-cases/" ,
125
+ prefix : "explore /use-cases/" ,
126
+ link : "explore /use-cases/" ,
127
127
children : [ "feasibility" , "num" ] ,
128
128
} ,
129
129
{
130
- text : "Research " ,
130
+ text : "Publications " ,
131
131
icon : "blog" ,
132
- prefix : "intro/research /" ,
133
- link : "/intro/research /" ,
132
+ prefix : "explore/publications /" ,
133
+ link : "/explore/publications /" ,
134
134
children : [ "publications" , "awards" ] ,
135
135
} ,
136
- {
137
- text : "Tutorials" ,
138
- icon : "edit" ,
139
- link : "/intro/tutorials/" ,
140
- }
141
136
] ,
142
137
"/hackathon" : [ ] ,
143
138
"/spring-school" : [ ] ,
144
139
"/news" : [ ] ,
145
- "/api-documentation" : [ ] ,
146
140
"/stable/" : [
147
141
{
148
142
text : "Home" ,
0 commit comments