Skip to content

Commit b8db3d6

Browse files
committed
Merge branch 'main' of https://github.com/vercel/turbo into fix-typos
2 parents e6c087d + 1dc2bba commit b8db3d6

File tree

601 files changed

+22587
-1571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+22587
-1571
lines changed

docs/link-checker/src/markdown.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ const markdownProcessor = unified()
8686
});
8787

8888
const filePathToUrl = (filePath: string): string =>
89-
filePath
90-
.replace("repo-docs", "/repo/docs")
91-
.replace("pack-docs", "/pack/docs")
92-
.replace(".mdx", "");
89+
filePath.replace("repo-docs", "/repo/docs").replace(".mdx", "");
9390

9491
const validateFrontmatter = (path: string, data: Record<string, unknown>) => {
9592
if (!data.title) {

docs/pack-docs/advanced/profiling.mdx

-72
This file was deleted.

docs/pack-docs/benchmarks.mdx

-11
This file was deleted.

docs/pack-docs/features/css.mdx

-91
This file was deleted.

docs/pack-docs/features/dev-server.mdx

-20
This file was deleted.

docs/pack-docs/features/frameworks.mdx

-42
This file was deleted.

docs/pack-docs/features/imports.mdx

-42
This file was deleted.

docs/pack-docs/features/index.mdx

-62
This file was deleted.

0 commit comments

Comments
 (0)