saleor-apps-rs/sitemap-generator/README.md

10 lines
607 B
Markdown
Raw Permalink Normal View History

# Using sitemap-generator
2024-07-14 20:28:21 +00:00
Only works for a single website. No locale support and no sitemap-index. Outputs Only pure sitemap.txt file. Downside is limit of 50 000 links. Upside: Easy to write c:
Partially supports relations of objects (Category-product), where the sitemap template can use info from both.
2024-03-06 15:42:04 +00:00
# Unofficial Saleor App Template
To update the saleor schema, you can download it from [here](https://raw.githubusercontent.com/saleor/saleor/main/saleor/graphql/schema.graphql) and put into schema/schema.graphql
To generate typings for events and gql queries, use: https://generator.cynic-rs.dev/