From c8b9b502eb96fec224fa22c2bd5cca5e97497bac Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Fri, 19 Jul 2024 10:52:14 +0300 Subject: [PATCH] add js logic --- antora-playbook-local.yml | 2 +- tutorials/antora.yml | 2 ++ tutorials/modules/ROOT/nav.adoc | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 tutorials/modules/ROOT/nav.adoc diff --git a/antora-playbook-local.yml b/antora-playbook-local.yml index 490173d3..9dcb94a8 100644 --- a/antora-playbook-local.yml +++ b/antora-playbook-local.yml @@ -217,7 +217,7 @@ content: start_path: docs ui: bundle: - url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip + url: ../hazelcast-docs-ui/build/ui-bundle.zip snapshot: true antora: extensions: diff --git a/tutorials/antora.yml b/tutorials/antora.yml index 91ae55bb..d6233ade 100644 --- a/tutorials/antora.yml +++ b/tutorials/antora.yml @@ -1,3 +1,5 @@ name: tutorials title: Tutorials version: ~ +nav: + - modules/ROOT/nav.adoc diff --git a/tutorials/modules/ROOT/nav.adoc b/tutorials/modules/ROOT/nav.adoc new file mode 100644 index 00000000..e12084b0 --- /dev/null +++ b/tutorials/modules/ROOT/nav.adoc @@ -0,0 +1,4 @@ +.Tutorials +* xref:ROOT:user-code-namespaces.adoc +* xref:ROOT:sql-gen-data.adoc +// you don't need to add all existing docs here, if you add at least one, breadcrumbs appear...