Skip to content

Commit c158177

Browse files
committed
fix: remove unnecessary theme overrides
base docsy layouts for the docs type are good enough, only need to customize layouts/partials/page-meta-links.html TODO: changes incoming to reflect latest version of docsy page-meta-links as well as shifting to using Docsy as a Hugo Module
1 parent a1be244 commit c158177

File tree

24 files changed

+17
-268
lines changed

24 files changed

+17
-268
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ archived_version = false
9696
# The version number for the version of the docs represented in this doc set.
9797
# Used in the "version-banner" partial to display a version number for the
9898
# current doc set.
99-
version = "0.1"
99+
version = "0.4"
100100

101101
# A link to latest version of the docs. Used in the "version-banner" partial to
102102
# point people to the main doc site.

content/en/_index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ <h3 class="mb-3 pt-3 font-weight-light">Enabling next generation modeling of hum
1717
<a class="btn btn-lg btn-outline-light mb-4" href="{{< relref "/standards" >}}">
1818
Standards <i class="fas fa-lightbulb ml-2"></i>
1919
</a>
20+
<div class="mx-auto mt-5">
21+
{{< blocks/link-down color="info" >}}
22+
</div>
2023
</div>
2124

22-
{{< blocks/link-down color="primary-light" >}}
2325

2426
{{< /blocks/cover >}}
2527

content/en/about/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: About
33
linkTitle: About
4+
cascade:
5+
- type: "docs"
46
menu:
57
main:
68
weight: 20

content/en/contribute/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "How to Contribute"
33
linkTitle: Contribute
44
date: 2020-05-04T10:03:13-07:00
55
cascade:
6-
github_issue_filter: label:"OMF site info"
6+
- type: "docs"
7+
- github_issue_filter: label:"OMF site info"
78
menu:
89
main:
910
weight: 20

content/en/governance/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Governance
33
linkTitle: Governance
44
cascade:
5-
type: governance
6-
github_issue_filter: "label:governance"
7-
github_issue_template: governance.md
8-
github_discuss_category: governance
5+
- type: "docs"
6+
- github_issue_filter: "label:governance"
7+
- github_issue_template: governance.md
8+
- github_discuss_category: governance
99
menu:
1010
main:
1111
weight: 20

content/en/standards/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Standards"
33
linkTitle: "Standards"
4-
type: site-wide
4+
cascade:
5+
- type: docs
56
menu:
67
main:
78
weight: 20

content/en/standards/accessibility/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Accessibility"
33
linkTitle: "Accessibility"
44
cascade:
5-
type: accessibility
65
github_issue_filter: "label:\"standards - accessibility\""
76
github_issue_template: accessibility.md
87
github_discuss_category: "accessibility-standards"

content/en/standards/documentation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Documentation
33
linkTitle: Documentation
44
cascade:
5-
type: documentation
5+
type: docs
66
github_issue_filter: "label:\"standards - documentation\""
77
github_issue_template: documentation.md
88
github_discuss_category: "documentation-standards"

content/en/standards/interoperability/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Interoperability
33
linkTitle: Interoperability
44
cascade:
5-
type: interoperability
65
github_issue_filter: "label:\"standards - interoperability\""
76
github_issue_template: interoperability.md
87
github_discuss_category: "interoperability-standards"

content/en/standards/reusability/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Reusability
33
linkTitle: Reusability
44
cascade:
5-
type: reusability
65
github_issue_filter: "label:\"standards - reusability\""
76
github_issue_template: reusability.md
87
github_discuss_category: "reusability-standards"

0 commit comments

Comments
 (0)