Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Example: Drilldown, combined, and separated sidebars demo for multiple APIs #58

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: fix casing
adamaltman committed Sep 29, 2021
commit b56d88539c18ab7621392df8bbf4d3f20baf7ba8
6 changes: 3 additions & 3 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -46,13 +46,13 @@ export default LandingLayout;
</SectionHeader>
<FlexSection justifyContent="space-around" flexWrap="wrap">
<ThinTile to="openapi/rock.page.yaml" icon={rock} header="Rock">
This is the rock API. It thinks it is better than the scissors API. But it has to watch out for paper.
This is the Rock API. It thinks it is better than the Scissors API. But it has to watch out for paper.
</ThinTile>
<ThinTile to="openapi/paper.page.yaml" icon={paper} header="Paper">
The paper API frightens the rock API.
The Paper API frightens the Rock API.
</ThinTile>
<ThinTile to="openapi/scissors.page.yaml" icon={scissors} header="Scissors">
The scissors API is great as long as it stays away from the rock API.
The Scissors API is great as long as it stays away from the Rock API.
</ThinTile>
</FlexSection>
{/* <Jumbotron parallaxEffect bgImage={icon1}>