mirror of https://github.com/dapr/docs.git
Add Google Analytics and Algolia
This commit is contained in:
parent
fca0260227
commit
36ce5e26b7
|
@ -4,24 +4,19 @@ title = "Dapr Docs"
|
||||||
theme = "docsy"
|
theme = "docsy"
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
# Language Configuration
|
# Language Configuration
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
# GitHub Information
|
|
||||||
enableGitInfo = true
|
|
||||||
github_repo = "https://github.com/dapr/docs"
|
|
||||||
github_project_repo = "https://github.com/dapr/dapr"
|
|
||||||
github_subdir = "daprdocs"
|
|
||||||
|
|
||||||
# Disable categories & tags
|
# Disable categories & tags
|
||||||
disableKinds = ["taxonomy", "term"]
|
disableKinds = ["taxonomy", "term"]
|
||||||
|
|
||||||
# Algolia
|
# Google Analytics
|
||||||
# algolia_docsearch = true
|
[services.googleAnalytics]
|
||||||
# sidebar_search_disable = true
|
id = "UA-149338238-3"
|
||||||
|
|
||||||
# Markdown Engine - Allow inline html
|
# Markdown Engine - Allow inline html
|
||||||
[markup]
|
[markup]
|
||||||
|
@ -55,6 +50,16 @@ disableKinds = ["taxonomy", "term"]
|
||||||
copyright = "Dapr"
|
copyright = "Dapr"
|
||||||
#privacy_policy = "https://policies.google.com/privacy"
|
#privacy_policy = "https://policies.google.com/privacy"
|
||||||
|
|
||||||
|
# GitHub Information
|
||||||
|
github_repo = "https://github.com/dapr/docs"
|
||||||
|
github_project_repo = "https://github.com/dapr/dapr"
|
||||||
|
github_subdir = "daprdocs"
|
||||||
|
github_branch = "hugo-docs"
|
||||||
|
|
||||||
|
# Algolia
|
||||||
|
algolia_docsearch = true
|
||||||
|
sidebar_search_disable = true
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "Releases"
|
version_menu = "Releases"
|
||||||
version = "v0.11"
|
version = "v0.11"
|
||||||
|
|
Loading…
Reference in New Issue