-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-local.toml
More file actions
59 lines (56 loc) · 1.64 KB
/
Copy pathconfig-local.toml
File metadata and controls
59 lines (56 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Local-only config for the home (main index) page — for quick live preview:
# hugo server --config config-local.toml --port 1313
# For a combined preview that also includes product trees (home + annotation under
# /annotation/, matching production's path-prefix layout), use ./build-local.sh instead.
baseURL = "http://localhost:1313/"
title = "GroupDocs API References"
theme = "docs"
contentDir = "content/sites/groupdocs/home/english"
staticDir = "content/sites/groupdocs/home/static"
defaultContentLanguage = "en"
languageCode = "en"
enableRobotsTXT = true
disablePathToLower = true
pygmentsUseClasses = true
pygmentsCodeFences = true
pluralizeListTitles = false
disableKinds = ["taxonomy", "term", "RSS"]
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 4
[markup.highlight]
style = "github"
[params]
GeekdocCollapseAllSections = true
GeekdocSearch = false
showSearchInput = true
showFeedbackForm = true
defaultTheme = "light"
geekdocDarkModeToggle = false
toc = true
# Per-page Markdown (.md) + llms.txt + llms-full.txt (matches the product builds).
[mediaTypes."text/markdown"]
suffixes = ["md"]
[outputFormats.MD]
mediaType = "text/markdown"
isPlainText = true
isHTML = false
notAlternative = true
permalinkable = false
[outputFormats.LLMSTXT]
mediaType = "text/plain"
baseName = "llms"
isPlainText = true
notAlternative = true
[outputFormats.LLMSFULL]
mediaType = "text/plain"
baseName = "llms-full"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "MD", "LLMSTXT", "LLMSFULL"]
section = ["HTML", "MD"]
page = ["HTML", "MD"]