File tree Expand file tree Collapse file tree 6 files changed +18
-25
lines changed
Expand file tree Collapse file tree 6 files changed +18
-25
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ async function getGrammar() {
2020
2121export 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" ] ,
Original file line number Diff line number Diff line change 9393 line-height : 20px ;
9494 }
9595
96- .VPContent p {
97- line-height : 26px !important ;
98- }
99-
10096 .VPSidebarItem h2 {
10197 margin-bottom : 4px ;
10298 }
105101 font-size : 17px ;
106102 line-height : 26px !important ;
107103 }
104+
105+ .details {
106+ line-height : 26px !important ;
107+ }
108108}
109109
110110
Original file line number Diff line number Diff line change 33layout : home
44
55hero :
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
You can’t perform that action at this time.
0 commit comments