Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/api/reference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# API Reference

<redoc spec-url="../v1/openapi.json"></redoc>
```redoc
spec-url: ../v1/openapi.json
```
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ All RDCP-compliant implementations must expose these endpoints:

## Documentation Structure

- **[API Reference](api/)** - Interactive OpenAPI (v1) with try-it examples
- **[API Reference](api/index.md)** - Interactive OpenAPI (v1) with try-it examples
- **[Protocol Specification](rdcp-protocol-specification.md)** - Complete technical specification
- **[Implementation Guide](rdcp-implementation-guide.md)** - Step-by-step implementation instructions
- **[Protocol Schemas](protocol-schemas.md)** - JSON schema definitions
Expand Down
Loading