Skip to content

Commit a296559

Browse files
committed
revise: updates to the new WDL brand
1 parent 5733e64 commit a296559

File tree

6 files changed

+18
-25
lines changed

6 files changed

+18
-25
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ async function getGrammar() {
2020

2121
export default defineConfig({
2222
title: "Workflow Description Language (WDL) Documentation",
23-
description: "Guides for the Workflow Description Language (WDL).",
23+
description:
24+
"Guides and reference materials for the Workflow Description Language (WDL).",
2425
appearance: "force-dark",
2526
base: "/",
2627
ignoreDeadLinks: ["./LICENSE"],

.vitepress/theme/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@
9393
line-height: 20px;
9494
}
9595

96-
.VPContent p {
97-
line-height: 26px !important;
98-
}
99-
10096
.VPSidebarItem h2 {
10197
margin-bottom: 4px;
10298
}
@@ -105,6 +101,10 @@
105101
font-size: 17px;
106102
line-height: 26px !important;
107103
}
104+
105+
.details {
106+
line-height: 26px !important;
107+
}
108108
}
109109

110110

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
layout: home
44

55
hero:
6-
name: "Workflow Description Language Documentation"
7-
tagline: Guides for the Workflow Description Language.
6+
name: "Workflow Description Language Docs"
7+
tagline: Guides and reference materials for the Workflow Description Language (WDL).
88
image: "hero.svg"
99
actions:
1010
- theme: brand

public/favicon.ico

0 Bytes
Binary file not shown.

public/hero.svg

Lines changed: 8 additions & 12 deletions
Loading

public/logo-only.svg

Lines changed: 2 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)