Skip to content

Commit

Permalink
remove pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Dec 10, 2022
1 parent b9a7fa8 commit a6f5d04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shields-theme/ApiItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from "react";
import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";
import { PageMetadata } from "@docusaurus/theme-common";
import type { Props } from "@theme/ApiItem";
import DocPaginator from "@theme/DocPaginator";
import clsx from "clsx";

import styles from "docusaurus-theme-openapi/lib/theme/ApiItem/styles.module.css";
Expand Down Expand Up @@ -32,7 +31,6 @@ function ApiItem(props: Props): JSX.Element {
</div>
</article>

<DocPaginator previous={previous} next={next} />
</div>
</div>
<div className={clsx("col", api ? "col--5" : "col--3")}>
Expand Down

0 comments on commit a6f5d04

Please sign in to comment.