An open API service indexing awesome lists of open source software.

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

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.