No description
  • JavaScript 35%
  • MDX 33.8%
  • CSS 19.5%
  • TypeScript 6.2%
  • Dockerfile 5.5%
Find a file
2026-05-21 07:29:42 +00:00
src Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
.dockerignore Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
.gitignore Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
astro.config.mjs Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
Dockerfile Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
package-lock.json Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
package.json Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
README.md Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00
tsconfig.json Build Astro Starlight docs portal 2026-05-21 07:29:42 +00:00

nyati

Public developer portal for the nyati Rust ecosystem.

This site intentionally documents only public projects:

  • nyatibara
  • nyatikit
  • nyatiagents
  • nyaticode
  • nyatipaw

Development

npm install
npm run dev

Build

npm run build
npm run preview

Container

docker build -t nyati-site .
docker run --rm -p 8080:80 nyati-site

The site is built with Astro + Starlight and served as static files. cargo doc and crates.io/docs.rs links are intentionally deferred until the public crate release policy is ready.