Skip to content

Commit b0e5e30

Browse files
chore: the "with class layout" method has been removed from the options in extension, so the classic layout is no longer applied to the generated documentation.
1 parent 4978ac2 commit b0e5e30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/HttpsRichardy.Federation.WebApi/Extensions/SpecificationExtension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public static void UseSpecification(this IEndpointRouteBuilder app)
1515
options.Servers = [];
1616

1717
options.WithTitle("Federation | Reference");
18-
options.WithClassicLayout();
1918
options.ExpandAllTags();
2019
options.AddPreferredSecuritySchemes(SecuritySchemes.Bearer);
2120
options.AddClientCredentialsFlow(SecuritySchemes.OAuth2, flow =>

0 commit comments

Comments
 (0)