https://github.com/wesichain/wesichain-docs
Documentation website for Wesichain - Rust LLM agent framework
https://github.com/wesichain/wesichain-docs
astro documentation vercel website
Last synced: about 1 month ago
JSON representation
Documentation website for Wesichain - Rust LLM agent framework
- Host: GitHub
- URL: https://github.com/wesichain/wesichain-docs
- Owner: wesichain
- Created: 2026-02-15T11:39:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T17:34:56.000Z (3 months ago)
- Last Synced: 2026-03-31T19:39:09.449Z (3 months ago)
- Topics: astro, documentation, vercel, website
- Language: Astro
- Homepage: https://wesichain.vercel.app/
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Wesichain Docs
Documentation site for the Wesichain Rust framework, built with Astro.
## Local Development
```bash
npm install
npm run dev
```
Site runs at `http://localhost:4321` by default.
## Build
```bash
npm run build
npm run preview
```
## Content Structure
- `src/pages/` - landing pages and utility routes (`/`, `/benchmarks`, `/crate-selector`)
- `src/content/docs/` - MDX documentation content used by `/docs/*`
- `src/components/` - shared UI components used by pages/layouts
- `public/` - static assets
## Editing Guidelines
- Keep crate versions aligned with the Wesichain workspace release (`0.2.1` at time of writing).
- Prefer references to runnable examples in `wesichain/` when APIs change quickly.
- Avoid documenting the umbrella `wesichain` crate as a primary install path.