Skip to content

Commit 3f6ad2d

Browse files
authored
docs(spec): Fix MTLS scheme proto embedding (#1462)
Currently properties for `MutualTlsSecurityScheme` are not renderred ([source](https://a2a-protocol.org/latest/specification/#456-mutualtlssecurityscheme)): <img width="1273" height="374" alt="image" src="https://github.com/user-attachments/assets/be4c7dbb-749d-4391-aec8-fdd55c0dd625" /> This PR makes casing consistent for both mkdocs anchors and heading. Tested via `mkdocs serve`: <img width="1505" height="626" alt="image" src="https://github.com/user-attachments/assets/348a6ef9-3868-43bf-8319-efe63092b95b" /> Re #1460 (comment)
1 parent 741ccaa commit 3f6ad2d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ For detailed security guidance on push notifications, see [Section 13.2 Push Not
980980

981981
<a id="MutualTlsSecurityScheme"></a>
982982

983-
#### 4.5.6. MutualTLSSecurityScheme
983+
#### 4.5.6. MutualTlsSecurityScheme
984984

985985
{{ proto_to_table("specification/a2a.proto", "MutualTlsSecurityScheme") }}
986986

specification/a2a.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,13 +613,13 @@ message OpenIdConnectSecurityScheme {
613613
}
614614
// --8<-- [end:OpenIdConnectSecurityScheme]
615615

616-
// --8<-- [start:MutualTLSSecurityScheme]
616+
// --8<-- [start:MutualTlsSecurityScheme]
617617
// Defines a security scheme using mTLS authentication.
618618
message MutualTlsSecurityScheme {
619619
// An optional description for the security scheme.
620620
string description = 1;
621621
}
622-
// --8<-- [end:MutualTLSSecurityScheme]
622+
// --8<-- [end:MutualTlsSecurityScheme]
623623

624624
// --8<-- [start:OAuthFlows]
625625
// Defines the configuration for the supported OAuth 2.0 flows.

0 commit comments

Comments
 (0)