Skip to content

Commit 8d884a0

Browse files
authored
Refactor output formats in config.toml
1 parent faf4afd commit 8d884a0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

config/_default/config.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ title = 'BetterGUI Documentation'
1212

1313
[markup.goldmark.renderer]
1414
unsafe = true
15-
16-
[outputFormats.llms]
17-
mediaType = "text/plain"
18-
baseName = "llms"
19-
isPlainText = true
20-
21-
[outputFormats.llmsfull]
22-
mediaType = "text/plain"
23-
baseName = "llms-full"
24-
isPlainText = true

0 commit comments

Comments
 (0)