Skip to content

Commit

Permalink
Update clone-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Jul 10, 2023
1 parent e4d5282 commit c3663b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
add_sidebar() {
cd "$1"/ || exit
for FILE in *.md; do
echo -e "\n---\n" >> "$FILE"
echo -e "\n\n---\n" >> "$FILE"
cat _Sidebar.md >> "$FILE"
done
cd .. || exit
Expand Down

0 comments on commit c3663b7

Please sign in to comment.