Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
find hyper/docs -mindepth 1 -maxdepth 2 -type f -name '*.md' -print0 |
while IFS= read -r -d '' f; do
sed -i -e '1i ---' \
-e '1s/#/title:/' \
-e '1s/^# /title: >-\n /' \
-e '2i layout: guide' \
-e "2i hyper_path: ${f#hyper/}" \
-e '2i ---' "$f"
Expand Down
4 changes: 2 additions & 2 deletions _contrib/hips/0000-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: HIP-0000: Template
title: >-
HIP-0000: Template
layout: guide
hyper_path: docs/hips/0000-template.md
---
Expand Down Expand Up @@ -42,4 +43,3 @@ hyper_path: docs/hips/0000-template.md


## References

3 changes: 2 additions & 1 deletion _contrib/hips/0001-hyper-improvement-proposals.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: HIP-0001: hyper Improvement Proposals
title: >-
HIP-0001: hyper Improvement Proposals
layout: guide
hyper_path: docs/hips/0001-hyper-improvement-proposals.md
---
Expand Down