Skip to content

Commit 458d041

Browse files
Copilothotlong
andcommitted
feat: add frontmatter to all MDX files and fix YAML issues
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8c22259 commit 458d041

82 files changed

Lines changed: 10198 additions & 9 deletions

Some content is hidden

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

apps/site/app/layout.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
import './globals.css';
22
import type { ReactNode } from 'react';
33
import { RootProvider } from 'fumadocs-ui/provider';
4-
import { Inter } from 'next/font/google';
5-
6-
const inter = Inter({
7-
subsets: ['latin'],
8-
});
94

105
export default function Layout({ children }: { children: ReactNode }) {
116
return (
12-
<html lang="en" className={inter.className} suppressHydrationWarning>
7+
<html lang="en" suppressHydrationWarning>
138
<body>
149
<RootProvider>{children}</RootProvider>
1510
</body>

apps/site/content/docs/IMPLEMENTATION_SUMMARY.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/METADATA_TYPES_IMPLEMENTATION.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/building-apps.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/cli-usage.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/coding-assistant.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/generating-apps.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/index.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/ai/programmatic-api.mdx

Lines changed: 4 additions & 0 deletions

apps/site/content/docs/api/attachments.mdx

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)