Skip to content

Commit 17badbf

Browse files
authored
docs(llms.txt): upgrade to [email protected] and add llms.txt (#954)
1 parent e427222 commit 17badbf

File tree

16 files changed

+95
-73
lines changed

16 files changed

+95
-73
lines changed

pnpm-lock.yaml

Lines changed: 72 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jsxs
5656
koppers
5757
lightningcss
5858
liyincode
59+
llms
5960
longpaths
6061
manypkg
6162
mattcompiles

website/docs/en/guide/basic/output-format.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from '../start/components/ESM.mdx';
2-
import CJS from '../start/components/CJS.mdx';
3-
import UMD from '../start/components/UMD.mdx';
4-
import MF from '../start/components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# Output format
77

website/docs/en/guide/start/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from './components/ESM.mdx';
2-
import CJS from './components/CJS.mdx';
3-
import UMD from './components/UMD.mdx';
4-
import MF from './components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# Glossary
77

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

website/docs/zh/guide/basic/output-format.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from '../start/components/ESM.mdx';
2-
import CJS from '../start/components/CJS.mdx';
3-
import UMD from '../start/components/UMD.mdx';
4-
import MF from '../start/components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# 产物输出格式
77

website/docs/zh/guide/start/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from './components/ESM.mdx';
2-
import CJS from './components/CJS.mdx';
3-
import UMD from './components/UMD.mdx';
4-
import MF from './components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# 名词解释
77

0 commit comments

Comments
 (0)