Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seed-rs/seed-rs.org
Seed's official website
https://github.com/seed-rs/seed-rs.org
framework frontend official-website rust seed wasm
Last synced: 3 months ago
JSON representation
Seed's official website
- Host: GitHub
- URL: https://github.com/seed-rs/seed-rs.org
- Owner: seed-rs
- License: other
- Created: 2019-10-11T22:01:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T10:44:59.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:59:49.821Z (6 months ago)
- Topics: framework, frontend, official-website, rust, seed, wasm
- Language: Rust
- Homepage: https://seed-rs.org/
- Size: 5.41 MB
- Stars: 14
- Watchers: 3
- Forks: 41
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-seed-rs - seed-rs.org - Seed's official website. (Projects Using Seed)
README
## Seed's official website
- https://seed-rs.org/
- Based on [Seed-quickstart-webpack](https://github.com/seed-rs/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`
1. Add new guides into the folder. Guide `about.md` is required.
1. Open `/crate/src/lib.rs` and:
1. Add `SeedVersion` variant `Vx_x_x`
1. Update `SeedVersion::version` and `SeedVersion::date`
1. Update `SEED_VERSIONS` and `DEFAULT_SEED_VERSION`
1. Open `/crate/src/guide.rs` and:
1. Update `guides()`