From 260ddbbe8f07fc904ac9a2f0d69b2a55d676a9f8 Mon Sep 17 00:00:00 2001 From: steveyout Date: Thu, 19 Sep 2024 16:48:10 +0300 Subject: [PATCH] updated pages and added docsearch --- hugo.toml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/hugo.toml b/hugo.toml index c2d2103..2537b0c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -106,30 +106,30 @@ intLinkTooltip = true # Enable a tooltip for int # plausibleAPI = "/docs/s" # optional - (or set via env variable HUGO_PARAM_ANALYTICS_plausibleAPI) # plausibleDomain = "" # (or set via env variable HUGO_PARAM_ANALYTICS_plausibleDomain) - [params.feedback] - enabled = true - emoticonTpl = true - eventDest = ["google"] - emoticonEventName = "Feedback" - positiveEventName = "Positive Feedback" - negativeEventName = "Negative Feedback" - positiveFormTitle = "What did you like?" - negativeFormTitle = "What went wrong?" - successMsg = "Thank you for helping to improve Lotus Docs' documentation!" - errorMsg = "Sorry! There was an error while attempting to submit your feedback!" - positiveForm = [ - ["Accurate", "Accurately describes the feature or option."], - ["Solved my problem", "Helped me resolve an issue."], - ["Easy to understand", "Easy to follow and comprehend."], - ["Something else"] - ] - negativeForm = [ - ["Inaccurate", "Doesn't accurately describe the feature or option."], - ["Couldn't find what I was looking for", "Missing important information."], - ["Hard to understand", "Too complicated or unclear."], - ["Code sample errors", "One or more code samples are incorrect."], - ["Something else"] - ] +# [params.feedback] +# enabled = true +# emoticonTpl = true +# eventDest = ["plausible","google"] +# emoticonEventName = "Feedback" +# positiveEventName = "Positive Feedback" +# negativeEventName = "Negative Feedback" +# positiveFormTitle = "What did you like?" +# negativeFormTitle = "What went wrong?" +# successMsg = "Thank you for helping to improve Lotus Docs' documentation!" +# errorMsg = "Sorry! There was an error while attempting to submit your feedback!" +# positiveForm = [ +# ["Accurate", "Accurately describes the feature or option."], +# ["Solved my problem", "Helped me resolve an issue."], +# ["Easy to understand", "Easy to follow and comprehend."], +# ["Something else"] +# ] +# negativeForm = [ +# ["Inaccurate", "Doesn't accurately describe the feature or option."], +# ["Couldn't find what I was looking for", "Missing important information."], +# ["Hard to understand", "Too complicated or unclear."], +# ["Code sample errors", "One or more code samples are incorrect."], +# ["Something else"] +# ] [[menu.primary]] name = "Home"