这是indexloc提供的服务,不要输入任何密码
Skip to content

docs: open source site source code #10127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions docs/link-checker/src/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ const markdownProcessor = unified()
});

const filePathToUrl = (filePath: string): string =>
filePath
.replace("repo-docs", "/repo/docs")
.replace("pack-docs", "/pack/docs")
.replace(".mdx", "");
filePath.replace("repo-docs", "/repo/docs").replace(".mdx", "");

const validateFrontmatter = (path: string, data: Record<string, unknown>) => {
if (!data.title) {
Expand Down
72 changes: 0 additions & 72 deletions docs/pack-docs/advanced/profiling.mdx

This file was deleted.

11 changes: 0 additions & 11 deletions docs/pack-docs/benchmarks.mdx

This file was deleted.

91 changes: 0 additions & 91 deletions docs/pack-docs/features/css.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions docs/pack-docs/features/dev-server.mdx

This file was deleted.

42 changes: 0 additions & 42 deletions docs/pack-docs/features/frameworks.mdx

This file was deleted.

42 changes: 0 additions & 42 deletions docs/pack-docs/features/imports.mdx

This file was deleted.

62 changes: 0 additions & 62 deletions docs/pack-docs/features/index.mdx

This file was deleted.

Loading
Loading