Skip to content

Commit e5b125b

Browse files
committed
small cleanup
1 parent 761a506 commit e5b125b

4 files changed

Lines changed: 0 additions & 97 deletions

File tree

docs/app/Shared.tsx

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default async function Page(props: PageProps<"/[...slug]">) {
2020
components={getMDXComponents({
2121
// this allows you to link to other pages with relative file paths
2222
a: createRelativeLink(source, page),
23-
// TODO:, what was CardTable here?
2423
})}
2524
/>
2625
</DocsBody>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default async function Page(props: PageProps<"/examples/[[...slug]]">) {
4646
components={getMDXComponents({
4747
// this allows you to link to other pages with relative file paths
4848
a: createRelativeLink(source, page),
49-
// TODO:, what was CardTable here?
5049
ExampleCards,
5150
})}
5251
/>

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ packages:
44
- "playground"
55
- "fumadocs"
66
- "docs"
7-
- "docs2"
87
- "shared"
98
- "tests"
109
preferWorkspacePackages: true

0 commit comments

Comments
 (0)