File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { DocsNavigation } from "@/components/docs/content/DocsNavigation";
12
12
import { EditOnGitHub } from "@/components/docs/content/EditOnGitHub" ;
13
13
import { ErrorBoundary } from "@/components/docs/content/ErrorBoundary" ;
14
14
import { ReadingTime } from "@/components/docs/content/ReadingTime" ;
15
- import { ShortLink } from "@/components/docs/content/ShortLink" ;
16
15
import { components , mdxOptions } from "@/components/mdx/mdx-components" ;
17
16
import { docsStructure } from "@/lib/sidebar-structure" ;
18
17
@@ -170,7 +169,6 @@ export default async function DocPage({ params }: Props) {
170
169
actions = {
171
170
< >
172
171
< ReadingTime content = { doc . content } />
173
- < ShortLink path = { currentPath } />
174
172
< EditOnGitHub filePath = { resolvedParams . slug . join ( "/" ) } />
175
173
</ >
176
174
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments