/seed-rs.org

Seed's official website

Primary LanguageRustOtherNOASSERTION

Seed's official website


How to add docs for a new Seed version

  1. Create a new folder /crate/guides/x.x.x
  2. Add new guides into the folder. Guide about.md is required.
  3. Open /crate/src/lib.rs and:
    1. Add SeedVersion variant Vx_x_x
    2. Update SeedVersion::version and SeedVersion::date
    3. Update SEED_VERSIONS and DEFAULT_SEED_VERSION
  4. Open /crate/src/guide.rs and:
    1. Update guides()