Skip to content

Commit 5cad0f7

Browse files
committed
Remove title from step command reference page manifest
1 parent add6daa commit 5cad0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
find step-cli/reference -mindepth 2 -type f | jq -R -s '[
223223
split("\n")[:-1][]
224224
| {hideFromSidebar: true,
225-
title: .|rtrimstr("/README.mdx"),
225+
title: "",
226226
path: ("/" + .)}
227227
]' > $RUNNER_TEMP/reference-routes.json
228228

0 commit comments

Comments
 (0)