Skip to content

Commit 7e804b9

Browse files
author
Serap Aydin
committed
- tag color fix
- news date fix - sidebar fix operations and process development
1 parent efb4b01 commit 7e804b9

29 files changed

+94
-111
lines changed

docs/src/.vuepress/styles/config.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// you can change config here
22
$theme-color: #326F95;
3-
$colors: #c0392b, #d35400, #f39c12, #27ae60, #16a085, #2980b9, #8e44ad, #2c3e50,
3+
$colors: #63C7A6, #54AEA0, #3F8999, #326F95 , #27ae60, #16a085, #2980b9, #2c3e50,
44
#7f8c8d !default;
5+

docs/src/.vuepress/styles/index.scss

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@ h1, h2, h3, h4, h5 {
88
display: none;
99
}
1010

11-
12-
1311
.image-container {
1412
height: 150px; width:361px;
1513
max-width: calc(100% - 20px);
1614
padding: 10px;
1715
float: right;
18-
}
16+
}
17+
18+
.vp-tag {
19+
background-color: #63C7A6 !important;
20+
}
21+
22+
.page-tag-item {
23+
background: #326F95 !important;
24+
color: white !important;
25+
border-radius: 5%;
26+
}
27+

docs/src/.vuepress/theme.ts

Lines changed: 23 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default hopeTheme({
3232
},
3333
{
3434
text: "Process Development",
35-
icon: "process",
35+
icon: "plugin",
3636
prefix: "/process-development/",
3737
children: [
3838
{
@@ -88,7 +88,7 @@ export default hopeTheme({
8888
{
8989
text: "News",
9090
icon: "news",
91-
link: "tag/blog/"
91+
link: "tag/news/"
9292
},
9393

9494
{
@@ -121,13 +121,12 @@ export default hopeTheme({
121121
"/hackathon": [],
122122
"/spring-school": [],
123123
"/news": [],
124-
"/stable/": [
124+
"/operations/v1/latest/": [
125125
{
126126
text: "Home",
127127
icon: "home",
128128
link: "/",
129129
},
130-
"",
131130
{
132131
text: "Maintain a DSF instance",
133132
icon: "tool",
@@ -197,31 +196,6 @@ export default hopeTheme({
197196
}
198197
],
199198
},
200-
{
201-
text: "Develop process plugins",
202-
icon: "plugin",
203-
prefix: "develop/",
204-
link: "develop/",
205-
children: ["create", "upgrade-from-0" ],
206-
},
207-
{
208-
text: "Contribute",
209-
icon: "info",
210-
link: "contribute/",
211-
prefix: "contribute/",
212-
children: [
213-
{
214-
text: "Code",
215-
link: "code",
216-
icon: "code"
217-
},
218-
{
219-
text: "Documentation",
220-
link: "documentation",
221-
icon: "info"
222-
}
223-
]
224-
},
225199
],
226200
"/operations/v1/v1.7.1/": [
227201
{
@@ -1178,7 +1152,7 @@ export default hopeTheme({
11781152
children: ["create", "upgrade-from-0" ],
11791153
},
11801154
],
1181-
"/about/": [
1155+
"/community/": [
11821156
{
11831157
text: "Home",
11841158
icon: "home",
@@ -1187,61 +1161,40 @@ export default hopeTheme({
11871161
{
11881162
text: "News",
11891163
icon: "news",
1190-
link: "/news/"
1191-
},
1192-
{
1193-
text: "About",
1194-
icon: "creative",
1195-
prefix: "learnmore/",
1196-
link: "learnmore/",
1197-
children: ["contact", "team", "partners", "public", "faq", "projectlist", "speakinghours"],
1164+
link: "/tag/news/"
11981165
},
11991166
{
1200-
text: "DSF-Community",
1201-
icon: "group",
1202-
prefix: "community/",
1203-
link: "community/",
1204-
children: ["community", "contribute", "code", "documentation"],
1205-
},
1167+
text: "Community",
1168+
icon: "creative",
1169+
prefix: "/community/",
1170+
children: [
1171+
"team",
1172+
"communication",
1173+
"ecosystem",
1174+
"contribute/",
1175+
"contribute/code",
1176+
"contribute/documentation",
1177+
"events/",
1178+
"consultation-hours"
1179+
],
1180+
},
1181+
12061182
],
12071183
"/process-development": [
12081184
{
12091185
text: "api v1",
12101186
icon: "",
12111187
prefix: "api-v1/",
12121188
link: "api-v1/",
1213-
children: [ "concept", "tooling/", "tutorials/"],
1189+
children: [ "get-started","concept","create", "publishing/publish-on-dsfhub", "tooling/", "tutorials/",],
12141190
},
12151191
{
12161192
text: "api v2",
12171193
icon: "",
12181194
prefix: "api-v2/",
12191195
link: "api-v2/",
1220-
children: [ "description","implementation", "migration", "tooling/", "tutorials/",],
1221-
},
1222-
{
1223-
text: "how-to",
1224-
icon: "creative",
1225-
prefix: "how-to/",
1226-
link: "how-to/",
1227-
children: ["start-project"],
1228-
},
1229-
{
1230-
text: "process-plugin",
1231-
icon: "process",
1232-
prefix: "process-plugin/",
1233-
link: "process-plugin/",
1234-
children: ["best-practise", "create", "testing"],
1235-
},
1236-
{
1237-
text: "publishing",
1238-
icon: "publish",
1239-
prefix: "publishing/",
1240-
link: "publishing/",
1241-
children: ["publish-on-dsfhub"],
1242-
},
1243-
1244-
1196+
children: [ "get-started","concept","implementation", "migration", "create", "best-practices","testing", "publishing/publish-on-dsfhub", "tooling/", "tutorials/",],
1197+
},
12451198
],
12461199
"/intro/use-cases/internal-mii-data-sharing.html": []
12471200
},

docs/src/community/communication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Communication
3+
icon: call
34
---
45

56
## Contact the team

docs/src/community/consultation-hours.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Consultation Hours
3+
icon: guide
34
---
45

56

docs/src/community/ecosystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: DSF Ecosystem
3+
icon: proxy
34
---
45

56
We believe that the Data Sharing Framework (DSF) can only develop its full potential when embedded in a well-connected network of tools, organizations, and individuals.

docs/src/community/events/tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Events
3-
icon: edit
3+
icon: guide
44
---
55
- [MIE 2023](MIE2023.md)
66
- [GMDS 2022 - DSF Process Plugin Tutorial v 0.9.x](GMDS2022-dev.md)

docs/src/operations/get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Get Started
3+
icon: launch
34
---
45

56
<meta http-equiv="refresh" content="0;url=./v1/latest/">

docs/src/operations/old-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Old Versions
3+
icon: note
34
---
45

56
## DSF v1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Process Plugin Deployment
3+
icon: plugin
34
---
45

56
<meta http-equiv="refresh" content="0;url=./v1/latest/maintain/install-plugins.html">

0 commit comments

Comments
 (0)