Add maintained examples and clean up legacy documentation paths
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Moved
|
||||
|
||||
This page has moved.
|
||||
|
||||
Use the canonical configuration reference: [../config.md](../config.md).
|
||||
@@ -1,5 +0,0 @@
|
||||
# Moved
|
||||
|
||||
This page has moved.
|
||||
|
||||
Use the canonical configuration reference: [../config.md](../config.md).
|
||||
@@ -1,5 +0,0 @@
|
||||
# Moved
|
||||
|
||||
This page has moved.
|
||||
|
||||
Use the canonical configuration reference: [../config.md](../config.md).
|
||||
@@ -1,5 +0,0 @@
|
||||
# Moved
|
||||
|
||||
This page has moved.
|
||||
|
||||
Use the canonical configuration reference: [../config.md](../config.md).
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user