Skip to content

Commit c781ecb

Browse files
committed
Remove ShortLink.
1 parent e8feb3b commit c781ecb

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

app/docs/[...slug]/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { DocsNavigation } from "@/components/docs/content/DocsNavigation";
1212
import { EditOnGitHub } from "@/components/docs/content/EditOnGitHub";
1313
import { ErrorBoundary } from "@/components/docs/content/ErrorBoundary";
1414
import { ReadingTime } from "@/components/docs/content/ReadingTime";
15-
import { ShortLink } from "@/components/docs/content/ShortLink";
1615
import { components, mdxOptions } from "@/components/mdx/mdx-components";
1716
import { docsStructure } from "@/lib/sidebar-structure";
1817

@@ -170,7 +169,6 @@ export default async function DocPage({ params }: Props) {
170169
actions={
171170
<>
172171
<ReadingTime content={doc.content} />
173-
<ShortLink path={currentPath} />
174172
<EditOnGitHub filePath={resolvedParams.slug.join("/")} />
175173
</>
176174
}

components/docs/content/ShortLink.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)