2022-03-25 16:45:34 -05:00
# @astrojs/sitemap 🗺
2023-07-17 15:29:56 -05:00
This ** [Astro integration][astro-integration]** generates a sitemap based on your pages when you build your Astro project.
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
## Documentation
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
Read the [`@astrojs/sitemap` docs][docs]
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
## Support
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
- Get help in the [Astro Discord][discord]. Post questions in our `#support` forum, or visit our dedicated `#dev` channel to discuss current development and more!
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
- Check our [Astro Integration Documentation][astro-integration] for more on integrations.
2023-07-21 07:59:23 -05:00
2023-12-21 15:35:11 -05:00
- Submit bug reports and feature requests as [GitHub issues][issues].
2022-03-25 16:45:34 -05:00
2023-12-21 15:35:11 -05:00
## Contributing
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
- [Contributor Manual][contributing]
- [Code of Conduct][coc]
- [Community Guide][community]
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## License
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
MIT
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
Copyright (c) 2023– present [Astro][astro]
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
[astro]: https://astro.build/
[docs]: https://docs.astro.build/en/guides/integrations-guide/sitemap/
[contributing]: https://github.com/withastro/astro/blob/main/CONTRIBUTING.md
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
[discord]: https://astro.build/chat/
[issues]: https://github.com/withastro/astro/issues
2023-12-21 15:36:15 -05:00
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/