diff --git a/apps/swirl-docs/src/components/Documentation/DocumentationHeader.tsx b/apps/swirl-docs/src/components/Documentation/DocumentationHeader.tsx index fc470700d..fdefb41d8 100644 --- a/apps/swirl-docs/src/components/Documentation/DocumentationHeader.tsx +++ b/apps/swirl-docs/src/components/Documentation/DocumentationHeader.tsx @@ -12,7 +12,11 @@ export function DocumentationHeader({ return (
{frontMatter?.title as string} {frontMatter?.description} diff --git a/apps/swirl-docs/src/components/Documentation/EndpointDescription.tsx b/apps/swirl-docs/src/components/Documentation/EndpointDescription.tsx index 275df617c..0d19535da 100644 --- a/apps/swirl-docs/src/components/Documentation/EndpointDescription.tsx +++ b/apps/swirl-docs/src/components/Documentation/EndpointDescription.tsx @@ -29,7 +29,7 @@ export const EndpointDescription: FunctionComponent = ({ return (
- + {endpoint.title} {endpoint.isDeprecated && ( @@ -73,7 +73,7 @@ export const EndpointDescription: FunctionComponent = ({ return (
- + {parameterType.title}
{parameterFactory.renderProperties()}
@@ -83,7 +83,7 @@ export const EndpointDescription: FunctionComponent = ({ {requestbody && (
- + Request Body
@@ -97,7 +97,7 @@ export const EndpointDescription: FunctionComponent = ({ {endpoint.responseBodySchemas.length && (
- + Response Body
diff --git a/apps/swirl-docs/src/components/Layout/DocLinksNav.tsx b/apps/swirl-docs/src/components/Layout/DocLinksNav.tsx index 52ab6d76b..4ed0d80c5 100644 --- a/apps/swirl-docs/src/components/Layout/DocLinksNav.tsx +++ b/apps/swirl-docs/src/components/Layout/DocLinksNav.tsx @@ -43,7 +43,7 @@ export const DocLinksNav: FunctionComponent = ({ return (