From 171a497f736e85b7f2b6988a4810f2ec8ca06672 Mon Sep 17 00:00:00 2001 From: Fred Date: Wed, 20 Nov 2024 13:09:59 -0300 Subject: [PATCH] chore: address comments --- docs/src/antora-playbook-template.yml | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 docs/src/antora-playbook-template.yml diff --git a/docs/src/antora-playbook-template.yml b/docs/src/antora-playbook-template.yml deleted file mode 100644 index a89c2e4684..0000000000 --- a/docs/src/antora-playbook-template.yml +++ /dev/null @@ -1,30 +0,0 @@ -site: - title: Timefold Documentation - url: https://docs.timefold.ai - start_page: / - robots: allow - keys: - google_tag_manager: GTM-TBSQGHJ2 - cache_key: {timeFoldCacheKey} #This is a placeholder for the cache key, will be filled in at build time - -urls: - html_extension_style: drop - -content: - edit_url: '{web_url}/edit/main/{path}' - sources: - - url: CHANGE_URL - branches: CHANGE_BRANCH - start_path: docs/src -ui: - bundle: - url: build/ui-bundle.zip - -runtime: - fetch: true - log: - failure_level: error - -asciidoc: - extensions: - - '@asciidoctor/tabs'