change 'no description available' empty string #337
Merged
c29wan
merged 2 commits from content/short-no-decription
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'content/short-no-decription'
Deleting a branch is permanent. It CANNOT be undone. Continue?
fixes #305
used script:
find . -type f -name ".md" -print0 | xargs -0 sed -i'' -e 's/short: '"'"'No description available/short: '"'"'/g'
and
find . -type f -name ".md" -print0 | xargs -0 sed -i'' -e 's/short: '"'"'./short: '"'"'/g'
Looks good!
I think you'll need to merge in main into this branch before we can merge though.
64ff1d44d2
into main 1 year agoReviewers
64ff1d44d2
.