Skip to content

seed-rs/seed-rs.org

Repository files navigation

Seed's official website

  • https://seed-rs.org/

Warning

The link to seed-rs.org is temporally disabled because a third party may have acquired it (see #126)

  • Based on Seed-quickstart-webpack.

  • To build this site in a local environment, follow the instructions in the above link.


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()