Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Dec 19, 2024
1 parent 80fb4a2 commit b19562c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guides/exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,9 @@ for file in "${files[@]}"; do
done
```

Optionally, create an `index.html` file in the public directory:
Optionally, you can create an `index.html` file in the public directory:

```bash
# Optionally, create an index.html file in the public directory
echo "<html><body><ul>" > public/index.html
for file in "${files[@]}"; do
without_extension="${file%.*}"
Expand Down

0 comments on commit b19562c

Please sign in to comment.