change 'no description available' empty string #337

Merged
c29wan merged 2 commits from content/short-no-decription into main 2021-10-08 19:56:35 -04:00
Member

fixes #305

fixes #305
c29wan added 1 commit 2021-10-02 14:50:31 -04:00
continuous-integration/drone/push Build is passing Details
2ab24fe5bf
change 'no description available' empty string
c29wan requested review from n3parikh 2021-10-02 14:51:51 -04:00
Author
Member
  • some had period ('No Description Available.'), some didn't have period ('No Description Available')

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'

- some had period ('No Description Available.'), some didn't have period ('No Description Available') 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'
n3parikh approved these changes 2021-10-03 19:33:31 -04:00
n3parikh left a comment
Owner

Looks good!

I think you'll need to merge in main into this branch before we can merge though.

Looks good! I think you'll need to merge in main into this branch before we can merge though.
c29wan added 1 commit 2021-10-08 19:36:53 -04:00
c29wan merged commit 64ff1d44d2 into main 2021-10-08 19:56:35 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/www-new#337
No description provided.