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
1 change: 1 addition & 0 deletions docs/docs/architecture/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ nav:
- Overview: index.md
- Roadmap: roadmap.md
- Security Features: security-features.md
- Export-Import Architecture: export-import-architecture.md
- Decision Records: adr
6 changes: 3 additions & 3 deletions docs/docs/architecture/adr/015-well-known-uri-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ Implemented a registry for known well-known URIs with metadata:
WELL_KNOWN_REGISTRY = {
"robots.txt": {
"content_type": "text/plain",
"description": "Robot exclusion standard",
"description": "Robot exclusion standard",
"rfc": "RFC 9309"
},
"security.txt": {
"content_type": "text/plain",
"description": "Security contact information",
"rfc": "RFC 9116"
"rfc": "RFC 9116"
},
# ... additional standard URIs
}
Expand Down Expand Up @@ -258,4 +258,4 @@ Potential improvements for future iterations:

## Status

This well-known URI handler implementation is **accepted and implemented** as of version 0.7.0, providing standards-compliant web service discovery while maintaining security-first defaults appropriate for private API gateway deployments.
This well-known URI handler implementation is **accepted and implemented** as of version 0.7.0, providing standards-compliant web service discovery while maintaining security-first defaults appropriate for private API gateway deployments.
1 change: 1 addition & 0 deletions docs/docs/deployment/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ nav:
- aws.md
- azure.md
- fly-io.md
- proxy-auth.md
1 change: 1 addition & 0 deletions docs/docs/development/.pages
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
nav:
- index.md
- developer-onboarding.md
- mcp-developer-guide-json-rpc.md
- github.md
- building.md
- documentation.md
Expand Down
Loading
Loading