Skip to content

Commit a9e6772

Browse files
committed
move docs files according to llm.txt order (#94)
1 parent 35c9119 commit a9e6772

40 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ storybook-static
2020
/packages/docs/.cache
2121
/packages/docs/public
2222
/packages/docs/docs/md-test
23-
/packages/docs/docs/examples.mdx
23+
/packages/docs/docs/0-root/examples.mdx
2424
/examples/*/dist

packages/docs/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
2121

22-
docs/changelog/*.md
23-
docs/contributing/1-overview.mdx
22+
docs/6-changelog/*.md
23+
docs/5-contributing/1-overview.mdx
2424

2525
static/llm-full.txt
2626
static/llms-full.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ template: page
66
sidebar_position: 0
77
---
88

9-
import { DemoBox } from "../src/components/demo/demo-box";
9+
import { DemoBox } from "../../src/components/demo/demo-box";
1010

1111
## Installation
1212

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)