Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 048644a

Browse files
committed
hide line numbers
1 parent c2d0708 commit 048644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/language.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function createConfig() {
1010
name: "DeviceScript", // your language name
1111
label: "ts", // label for the language in markdown code blocks
1212
highlight: "typescript", // syntax highlighting provided by prism for the language
13-
showLineNumbers: true, // whether to show line numbers in all code block of this language
13+
showLineNumbers: false, // whether to show line numbers in all code block of this language
1414
buildConfig: {
1515
version: "1",
1616
langVersion,

0 commit comments

Comments
 (0)