Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 7123857

Browse files
author
Marcus Reinhardt
committed
remove exports definition from ui package
1 parent 39d9f01 commit 7123857

File tree

7 files changed

+24
-166
lines changed

7 files changed

+24
-166
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This is my overengineered documentation repository based on:
44

55
* NextJS 14
6-
* TurboRepo
7-
* Markdoc
8-
* tailwind w/ shadcn ui
9-
* Orama Search
6+
* TurboRepo ( Powered by [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo) )
7+
* [Markdoc](https://markdoc.dev/)
8+
* [tailwind](https://tailwindcss.com/) w/ [shadcn ui](https://ui.shadcn.com/)
9+
* [Orama Search](https://oramasearch.com/)
1010

1111
## Requirements
1212

@@ -21,9 +21,17 @@ cd next-documentation
2121
pnpm i
2222
```
2323

24-
## References / Sources
24+
## Sources
2525

26-
* Heading component ( `packages/markdoc-heading`) : https://github.com/dylanmeivis/nextjs13-starter-markdoc
27-
* Table of contents ( `packages/ui`) : https://github.com/shadcn/ui/blob/main/apps/www/components/toc.tsx
28-
* Search ( `packages/search`) : https://github.com/oramasearch/orama/tree/main/packages/plugin-nextra
29-
* Markdoc NextJS Setup: https://github.com/dylanmeivis/nextjs13-starter-markdoc/tree/main
26+
* Heading component ( `packages/markdoc-typography`) :
27+
28+
https://github.com/dylanmeivis/nextjs13-starter-markdoc
29+
* Table of contents ( `packages/markdoc-base`) :
30+
31+
https://github.com/shadcn/ui/blob/main/apps/www/components/toc.tsx
32+
* Search ( `packages/search`) :
33+
34+
https://github.com/oramasearch/orama/tree/main/packages/plugin-nextra
35+
* Markdoc NextJS Setup:
36+
37+
https://github.com/dylanmeivis/nextjs13-starter-markdoc/tree/main

packages/markdoc-tabs/src/components/Tabs.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import type { ReactNode } from "react"
22
import slugify from "@sindresorhus/slugify"
33

4-
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@acme/ui"
4+
import {
5+
Tabs,
6+
TabsContent,
7+
TabsList,
8+
TabsTrigger,
9+
} from "@acme/ui/components/ui/tabs"
510

611
export function MarkdocTabs({
712
children,

packages/ui/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/ui/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "@acme/ui",
33
"private": true,
44
"version": "0.1.0",
5-
"exports": {
6-
".": "./src/index.ts",
7-
"./style.css": "./style.css"
8-
},
95
"typesVersions": {
106
"*": {
117
"*": [

packages/ui/src/components/header.tsx

Whitespace-only changes.

packages/ui/src/index.ts

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

pnpm-lock.yaml

Lines changed: 1 addition & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)