saleor-apps-rs/sitemap-generator
2024-07-15 16:03:13 +02:00
..
public starting sitemap rewrite 2024-07-03 16:07:04 +02:00
src clippy 2024-07-15 16:03:13 +02:00
build.rs starting sitemap rewrite 2024-07-03 16:07:04 +02:00
Cargo.toml Basically whole app in one commit lol 2024-07-14 22:28:21 +02:00
Dockerfile sitemap app, lots of other stuff lol 2024-03-06 16:42:04 +01:00
README.md Basically whole app in one commit lol 2024-07-14 22:28:21 +02:00
rust-toolchain.toml starting sitemap rewrite 2024-07-03 16:07:04 +02:00

Using sitemap-generator

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.

Unofficial Saleor App Template

To update the saleor schema, you can download it from here and put into schema/schema.graphql To generate typings for events and gql queries, use: https://generator.cynic-rs.dev/