Skip to content

Commit

Permalink
Don't index docs/index.md (see #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Feb 28, 2022
1 parent 7b129fc commit bc74dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-indexes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function do_tree {

if compgen -G "docs/[1-9].*.md" > /dev/null ; then
echo "Adding numbered docs"
for doc in docs/*.md; do
for doc in docs/[1-9]*.md; do
add_numbered_doc "$doc"
done
elif [ -f docs/README.md ] ; then
Expand Down

0 comments on commit bc74dfa

Please sign in to comment.