@@ -154,7 +154,6 @@ export default hopeTheme({
154154 children : [ "get-started" , {
155155 text : "Concepts" ,
156156 icon : "info" ,
157- link : "concept" ,
158157 collapsible : true ,
159158 children : [
160159 {
@@ -223,18 +222,7 @@ export default hopeTheme({
223222 ] ,
224223 } ,
225224 ] ,
226- } , "create" , "publishing/publish-on-dsfhub" , "tutorials/" , "javadoc" , {
227- text : "Process Plugin Dev Tools" ,
228- icon : "info" ,
229- children : [ {
230- text : "DSF Linter Tool" ,
231- icon : "operate" ,
232- prefix : "tooling/linter-tool" ,
233- collapsible : true ,
234- children : [
235- "linter-tool" , "validation" , "phases" , "development" , "troubleshooting" ] ,
236- } , ] }
237- ]
225+ } , "create" , "publishing/publish-on-dsfhub" , "tutorials/" , "javadoc" , ]
238226 } ,
239227 {
240228 text : "API v2" ,
@@ -244,7 +232,6 @@ export default hopeTheme({
244232 children : [ "get-started" , {
245233 text : "Concepts" ,
246234 icon : "info" ,
247- link : "concept" ,
248235 collapsible : true ,
249236 children : [
250237 {
@@ -313,19 +300,20 @@ export default hopeTheme({
313300 ] ,
314301 } ,
315302 ] ,
316- } , "implementation" , "migration" , "create" , "best-practices" , "testing" , "publishing/publish-on-dsfhub" , "tutorials/" , "javadoc" , {
317- text : "Process Plugin Dev Tools" ,
318- icon : "info" ,
319- children : [ {
320- text : "DSF Linter Tool" ,
303+ } , "implementation" , "migration" , "create" , "best-practices" , "testing" , "publishing/publish-on-dsfhub" , "tutorials/" , "javadoc" , ]
304+ } ,
305+ {
306+ text : "Process Plugin Dev Tools" ,
307+ icon : "info" ,
308+ children : [
309+ {
310+ text :"DSF Linter Tool" ,
321311 icon : "operate" ,
322- prefix : "tooling/linter-tool" ,
323- collapsible : true ,
312+ prefix : "linter-tool/" ,
324313 children : [
325- "linter-tool" ] ,
326- } ,
327- ]
328- } , ]
314+ "linter-tool" , "validation" , "phases" , "development" , "troubleshooting" ] ,
315+ }
316+ ]
329317 } ,
330318 ] ,
331319 "/dsf-development" : [
0 commit comments