Skip to content

Commit

Permalink
docs: make Example Output collapsible in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Oct 18, 2023
1 parent b99a22e commit 9e44d7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ in the database during comparison–e.g.:
SELECT * FROM campsites WHERE LOWER(country) = LOWER(params.country) AND LOWER(state) = LOWER(params.state) LIMIT 10;
```

## Example output
<details id="example-output">
<summary><h2>Example output</h2></summary>

```xml
<urlset
Expand Down Expand Up @@ -553,6 +554,8 @@ SELECT * FROM campsites WHERE LOWER(country) = LOWER(params.country) AND LOWER(s
</urlset>
```

</details>

## Changelog

- `0.14.0` - Adds [`sitemap index`](#sitemap-index) support.
Expand All @@ -565,7 +568,7 @@ SELECT * FROM campsites WHERE LOWER(country) = LOWER(params.country) AND LOWER(s
- `0.8.0` - Adds ability to specify `additionalPaths` that live outside
`/src/routes`, such as `/foo.pdf` located at `/static/foo.pdf`.

## Developing
## Contributing

```bash
git clone https://github.com/jasongitmail/super-sitemap.git
Expand Down

0 comments on commit 9e44d7d

Please sign in to comment.