Add maintained examples and clean up legacy documentation paths

This commit is contained in:
2026-05-26 03:33:25 +00:00
parent 5830fda516
commit c3fe88c9fa
11 changed files with 54 additions and 497 deletions

View File

@@ -142,3 +142,7 @@ Start the HTTP server with explicit config:
```bash
go run ./cmd/scriptorium serve --config ./examples/config.yml
```
Copyable example script:
- `examples/render-markdown-summary.sh`

View File

@@ -204,6 +204,8 @@ Supported artifact reference types for request inputs are `file` and `inline`.
- Profile examples: `profiles/`
- Schema examples: `schemas/`
- Input fixtures: `examples/fixtures/`
- Render example script: `examples/render-markdown-summary.sh`
- HTTP request example: `examples/http-run.json`
## Integration References

View File

@@ -1,5 +0,0 @@
# Moved
This page has moved.
Use the canonical configuration reference: [../config.md](../config.md).

View File

@@ -1,5 +0,0 @@
# Moved
This page has moved.
Use the canonical configuration reference: [../config.md](../config.md).

View File

@@ -1,5 +0,0 @@
# Moved
This page has moved.
Use the canonical configuration reference: [../config.md](../config.md).

View File

@@ -1,5 +0,0 @@
# Moved
This page has moved.
Use the canonical configuration reference: [../config.md](../config.md).

View File

@@ -21,6 +21,10 @@ Route behavior:
- unknown path: `404 not_found`
- unsupported method on `/v1/runs`: `405 method_not_allowed`
Copyable request example file:
- `examples/http-run.json`
## Request Body
```json