Skip to content

Commit 6bfdf43

Browse files
committed
fix(website): update minimum version formatting and enhance language support in configuration
1 parent fbcdcd4 commit 6bfdf43

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/website/content/docs/getting-started/javascript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
77

88
<Callout type="info" title="This instruction requires the following minimum versions:">
99

10-
- Node.js: `18.18.0`
11-
- ESLint: `8.57.0`
12-
- TypeScript: `4.9.5`
10+
- Node.js: 18.18.0
11+
- ESLint: 8.57.0
12+
- TypeScript: 4.9.5
1313

1414
</Callout>
1515

apps/website/content/docs/getting-started/typescript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
77

88
<Callout type="info" title="This instruction requires the following minimum versions:">
99

10-
- Node.js: `18.18.0`
11-
- ESLint: `8.57.0`
12-
- TypeScript: `4.9.5`
10+
- Node.js: 18.18.0
11+
- ESLint: 8.57.0
12+
- TypeScript: 4.9.5
1313

1414
</Callout>
1515

apps/website/source.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ export default defineConfig({
1414
rehypeCodeOptions: {
1515
experimentalJSEngine: true,
1616
inline: "tailing-curly-colon",
17-
langs: ["js", "ts", "jsx", "tsx", "html", "mdx"],
17+
langs: ["js", "ts", "jsx", "tsx", "html", "md", "mdx", "css", "json", "yaml"],
1818
lazy: true,
1919
themes: {
20-
dark: "vesper",
20+
dark: "github-dark",
2121
light: "github-light",
2222
},
2323
transformers: [

0 commit comments

Comments
 (0)