Skip to content

Commit 1d7dead

Browse files
author
Serap Aydin
committed
- Menü
1 parent 2b28da9 commit 1d7dead

File tree

5 files changed

+72
-17
lines changed

5 files changed

+72
-17
lines changed

docs/src/.vuepress/theme.ts

Lines changed: 65 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ export default hopeTheme({
3838
]
3939
},
4040
{
41-
text: "Get Started",
42-
icon: "launch",
43-
prefix: "/stable/",
44-
children: [
41+
text: "Operations",
42+
icon: "launch",
43+
prefix: "/operations/",
44+
children: [
4545
{
46-
text: "Guideline v1.7.1 (stable)",
46+
text: "Operations",
4747
icon: "info",
48-
children: ["index", "maintain/install", "maintain/upgrade-from-0", "maintain/allowList-mgm", "maintain/install-plugins", "develop/create", "contribute/"],
48+
children: [ "get-started", "process-plugin-deployment"],
4949
}
5050
]
5151
},
@@ -57,27 +57,38 @@ export default hopeTheme({
5757
{
5858
text: "Process Developments",
5959
icon: "docs",
60-
children: ["dsf-api-1/description", "dsf-api-2/README.md", "how-to/start-project", "process-plugin", "publishing", "tooling"],
60+
children: ["api-v1/concept", "api-v2/README.md", "how-to/start-project", "process-plugin/", "publishing/publish-on-dsfhub"],
6161
}
6262
]
63+
},
64+
{
65+
text: "DSF Development",
66+
icon: "info",
67+
link: "/dsf-development/",
6368
},
6469
{
65-
text: "About",
70+
text: "Community",
6671
icon: "creative",
67-
prefix: "/about/",
72+
prefix: "/community/",
6873
children: [
6974
{
70-
text: "Learn More",
75+
text: "About us",
7176
icon: "creative",
72-
prefix: "learnmore/",
73-
children: ["contact", "team", "partners", "public", "faq", "projectlist", "speakinghours"],
77+
prefix: "about/",
78+
children: ["contact", "team", "partners", "public", "faq", "projectlist"],
7479
},
7580
{
76-
text: "Community",
81+
text: "Contribute",
7782
icon: "creative",
78-
prefix: "community/",
79-
children: ["community", "contribute"],
83+
prefix: "contribute/",
84+
children: ["contribute"],
8085
},
86+
{
87+
text: "Events",
88+
icon: "creative",
89+
prefix: "events/",
90+
children: ["tutorials/"],
91+
}, "communications" , "dsf-ecosytem", "speakinghours"
8192
],
8293
},
8394
{
@@ -1219,6 +1230,45 @@ export default hopeTheme({
12191230
link: "community/",
12201231
children: ["community", "contribute", "code", "documentation"],
12211232
},
1233+
],
1234+
"/process-development": [
1235+
{
1236+
text: "api v1",
1237+
icon: "",
1238+
prefix: "api-v1/",
1239+
link: "api-v1/",
1240+
children: [ "concept", "tooling/", "tutorials/"],
1241+
},
1242+
{
1243+
text: "api v2",
1244+
icon: "",
1245+
prefix: "api-v2/",
1246+
link: "api-v2/",
1247+
children: [ "description","implementation", "migration", "tooling/", "tutorials/",],
1248+
},
1249+
{
1250+
text: "how-to",
1251+
icon: "creative",
1252+
prefix: "how-to/",
1253+
link: "how-to/",
1254+
children: ["start-project"],
1255+
},
1256+
{
1257+
text: "process-plugin",
1258+
icon: "process",
1259+
prefix: "process-plugin/",
1260+
link: "process-plugin/",
1261+
children: ["best-practise", "create", "testing"],
1262+
},
1263+
{
1264+
text: "publishing",
1265+
icon: "publish",
1266+
prefix: "publishing/",
1267+
link: "publishing/",
1268+
children: ["publish-on-dsfhub"],
1269+
},
1270+
1271+
12221272
],
12231273
"/oldstable/": [
12241274
{
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: API 1
3+
icon: code
4+
---
5+
## Overview

docs/src/process-development/api-v1/concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: API 1
3-
icon: code
2+
title: Concepts
3+
icon: info
44
---
55

66
## API 1 Description
File renamed without changes.

docs/src/process-development/api-v2/tutorials/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)