Skip to content

Commit ce972a0

Browse files
committed
Manual: Use pagefindBasedSearch
1 parent a49abc8 commit ce972a0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ plugins {
2424
dependencies {
2525
implementation(gradleApi())
2626

27-
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.3-SNAPSHOT")
27+
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.4-SNAPSHOT")
2828
implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1")
2929
}

freemarker-manual/src/main/docgen/en_US/docgen.cjson

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
// under the License.
1919

2020
deployUrl: "https://freemarker.apache.org/docs/"
21-
// ASF policy doesn't allow using Google Analytics anymore:
22-
// onlineTrackerHTML: "docgen-misc/googleAnalytics.html"
23-
// Search still uses cookies:
24-
cookieConsentScriptURL: "https://cdn.jsdelivr.net/npm/cookie-bar/cookiebar-latest.min.js"
25-
searchKey: "003127866208504630097:arjqbv_znfw"
21+
22+
pagefindBasedSearch: true
23+
2624
validation: {
2725
programlistingsRequireRole
2826
// programlistingsRequireLanguage

0 commit comments

Comments
 (0)