Skip to content
Merged
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
3 changes: 2 additions & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ plugins:
- "https://docs.agntcy.org/*"
- "https://www.npmjs.com/"
- "https://httpbin.org/"
- "https://console.ory.sh/"

# Auto-generated anchors from API documentation
- "#agntcy*" # Covers all agntcy protobuf types
Expand All @@ -76,7 +77,7 @@ plugins:
# Cross-file API references (both source and build formats)
- "dir-*-v1-api.md#*" # Source format
- "../dir-*-v1-api/#*" # Build format
raise_error: false
raise_error: true
raise_error_after_finish: false
validate_external_urls: true
include-markdown:
Expand Down
Loading