Skip to content

Commit

Permalink
docs: fix --[no-]auto-tag option highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Sep 6, 2023
1 parent 80e73ad commit 7f1d9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sed -i.bak -e 's/\*\*--\[no-\]auto-approve-imported\*\*/`--[no-]auto-approve-imp
sed -i.bak -e 's/\*\*--\[no-\]import-eq-suggestions\*\*/`--[no-]import-eq-suggestions`/g' -- *.md
sed -i.bak -e 's/\*\*--\[no-\]translate-hidden\*\*/`--[no-]translate-hidden`/g' -- *.md
sed -i.bak -e 's/\*\*--\[no-\]preserve-hierarchy\*\*/`--[no-]preserve-hierarchy`/g' -- *.md
sed -i.bak -e 's/\*\*--\[no-\]auto-tag\*\*/`--[no-]auto-tag`/g' -- *.md

rm -- *.md.bak

Expand Down

0 comments on commit 7f1d9fe

Please sign in to comment.