Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-meaisiah committed Mar 4, 2020
1 parent c8e5a96 commit 4657a0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-portal/src/components/SwaggerUiLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ const InfoReplacement = observer(({ specSelectors }) => {
<p style={{ fontWeight: 'bold' }}>Version</p>
)}
<p style={{ fontWeight: 'bold' }}>Endpoint</p>
<p style={{ fontWeight: 'bold' }}>Description</p>
{/* <p style={{ fontWeight: "bold" }}>Usage Plan</p> */}
</div>
<div>
{store.api.generic && (
<p>{store.api.swagger.info.version}</p>
)}
<p>https://{host}{basePath}</p>
{store.api.swagger.info.description ? (
<p>{store.api.swagger.info.description}</p>
) : null}
{/* <p>{store.api.usagePlan.name}</p> */}
</div>
</div>
Expand Down

0 comments on commit 4657a0e

Please sign in to comment.