Skip to content

Commit a71cb02

Browse files
docs: open source site source code (#10127)
### Description The source code for the documentation site. --------- Co-authored-by: Chris Olszewski <[email protected]>
1 parent 15621f7 commit a71cb02

File tree

573 files changed

+21926
-1142
lines changed

Some content is hidden

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

573 files changed

+21926
-1142
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)