File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
freemarker-manual/src/main/docgen/en_US Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ plugins {
2424dependencies {
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}
Original file line number Diff line number Diff line change 1818// under the License.
1919
2020deployUrl: "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+
2624validation: {
2725 programlistingsRequireRole
2826 // programlistingsRequireLanguage
You can’t perform that action at this time.
0 commit comments