Skip to content

Commit d1669f1

Browse files
committed
Fix build
1 parent 78a4456 commit d1669f1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

packages/website/docs/02-Getting Started/03-project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export * from "./components/MyCustomComponent/MyCustomComponent";
163163
export const BentoProvider = createBentoProvider(config, theme, sprinkles);
164164
```
165165

166-
, like we saw in [Quick Start](./Quick-Start).
166+
, like we saw in [Quick Start](01-quick-start.mdx).
167167

168168
## Setting up Turborepo
169169

packages/website/docs/03-Customization/03-atoms-augmentation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Canvas } from "@site/src/components/Canvas";
2+
import { PackageManagerCommand } from "@site/src/components/PackageManagerCommand";
23

34
# Atoms Augmentation
45

packages/website/docs/05-Guides/typography.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { Canvas } from "@site/src/components/Canvas";
44

55
Bento type scale organizes styles into five roles, semantically named to describe their purposes:
66

7-
- [Display](../components/Display): reserved for short, important text or numerals. Usually, they work best on large screens.
8-
- [Headline](../components/Headline): best suited for short, high-emphasis text. These styles can be suitable for marking primary text passages or important content regions.
9-
- [Title](../components/Title): used to divide secondary text passages or content regions.
10-
- [Body](../components/Body): used for longer passages of text and paragraphs.
11-
- [Label](../components/Label): utilitarian styles used for text inside of components or very small supporting text in the content body, like captions.
7+
- [Display](../04-Components/Display.mdx): reserved for short, important text or numerals. Usually, they work best on large screens.
8+
- [Headline](../04-Components/Headline.mdx): best suited for short, high-emphasis text. These styles can be suitable for marking primary text passages or important content regions.
9+
- [Title](../04-Components/Title.mdx): used to divide secondary text passages or content regions.
10+
- [Body](../04-Components/Body.mdx): used for longer passages of text and paragraphs.
11+
- [Label](../04-Components/Label.mdx): utilitarian styles used for text inside of components or very small supporting text in the content body, like captions.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)