https://github.com/xraph/sentinel
https://github.com/xraph/sentinel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xraph/sentinel
- Owner: xraph
- Created: 2026-02-20T17:06:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-20T17:31:03.000Z (4 months ago)
- Last Synced: 2026-02-20T21:56:02.055Z (4 months ago)
- Language: Go
- Size: 299 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Audit: audit_hook/constants.go
Awesome Lists containing this project
README
# Sentinel Documentation
Documentation site for [Sentinel](https://github.com/xraph/sentinel) — a composable AI evaluation and testing framework for Go.
Built with [Fumadocs](https://fumadocs.dev) and Next.js.
## Development
```bash
pnpm install
pnpm dev
```
Open http://localhost:3000 to preview.
## Structure
| Path | Description |
|------|-------------|
| `content/docs/` | MDX documentation pages |
| `content/docs/meta.json` | Top-level navigation |
| `app/(home)` | Landing page |
| `app/docs` | Documentation layout |
| `app/api/search/route.ts` | Search handler |