-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-eh.toml
More file actions
113 lines (94 loc) · 3.22 KB
/
config-eh.toml
File metadata and controls
113 lines (94 loc) · 3.22 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
baseURL = "/eh"
languageCode = "en-us"
title = "Enterprise Health"
theme = "mieweb-docs"
publishDir = "public/eh"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir=false
#enableGitInfo = true
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[params]
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
description = "Comprehensive documentation for Enterprise Health occupational health software."
author = "Enterprise Health"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
[params.brand]
name = 'Enterprise Health'
abbr = 'EH'
code = 'eh'
# AI Documentation Assistant configuration
[params.ai]
enabled = true
apiUrl = "/api/ai-assistant"
# Documentation search configuration (semantic search via Cloudflare Worker)
[params.search]
apiUrl = "/api/ai-assistant/search"
# Pollenate.dev feedback configuration
[params.pollenate]
inboxKey = "docs-enterprise-health-com"
apiKey = "pk_live_8c07d5de32707f3fe12e12368f8d4c3008d017e437d3518ef05fe2e8842c1bbd"
# Footer configuration
[params.footer]
description = "Enterprise Health is the leading AI-enabled, cloud-based occupational health software platform, helping organizations manage employee health, safety, and compliance."
[params.footer.social]
linkedin = "https://www.linkedin.com/company/enterprisehealth/"
youtube = "https://www.youtube.com/channel/UCzPsN8wBDnHg0mgWPyejA6Q"
twitter = "https://x.com/ehocchealth"
facebook = "https://www.facebook.com/EnterpriseHealth/"
github = "https://github.com/mieweb/docs"
[params.footer.contact]
email = "info@enterprisehealth.com"
phone = "888-498-3484"
address = "1690 Broadway, Suite 550<br>Fort Wayne, IN 46802"
[[params.footer.links]]
name = "Company"
url = "https://www.enterprisehealth.com/company"
[[params.footer.links]]
name = "Careers"
url = "https://www.enterprisehealth.com/careers"
[[params.footer.links]]
name = "Contact"
url = "https://www.enterprisehealth.com/contact-us"
[[params.footer.links]]
name = "Request a Demo"
url = "https://content.enterprisehealth.com/request-a-demo"
[[params.footer.legal]]
name = "Privacy Policy"
url = "https://www.enterprisehealth.com/privacy-policy"
[[params.footer.legal]]
name = "Data Privacy Framework"
url = "https://www.enterprisehealth.com/data-privacy-framework"
[outputFormats.SearchIndex]
baseName = "search"
mediaType = "application/json"
[outputFormats.robots]
baseName = "robots"
mediaType = "text/plain"
isPlainText = true
notAlternative = true
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[outputs]
home = [ "HTML", "RSS", "SearchIndex", "robots"]
[markup.goldmark.renderer]
unsafe= true
[module]
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "static"
target = "static"
[security]
[security.exec]
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^pandoc$']