From f7f1f87466049fde71935023911ba6f604e02bee Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Fri, 29 Nov 2024 13:33:12 +0200 Subject: [PATCH 1/3] add a symlink to root --- docs/antora.yml | 2 ++ docs/modules/ROOT/examples/hazelcast | 1 + 2 files changed, 3 insertions(+) create mode 100644 docs/antora.yml create mode 120000 docs/modules/ROOT/examples/hazelcast diff --git a/docs/antora.yml b/docs/antora.yml new file mode 100644 index 000000000..886d38c4b --- /dev/null +++ b/docs/antora.yml @@ -0,0 +1,2 @@ +name: hazelcast +version: 6.0-snapshot diff --git a/docs/modules/ROOT/examples/hazelcast b/docs/modules/ROOT/examples/hazelcast new file mode 120000 index 000000000..11a54ed36 --- /dev/null +++ b/docs/modules/ROOT/examples/hazelcast @@ -0,0 +1 @@ +../../../../ \ No newline at end of file From 8563a0d7f18cb46cd0c5c2623c6b43c109e3ee46 Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Fri, 29 Nov 2024 13:36:06 +0200 Subject: [PATCH 2/3] add a symlink to root --- docs/modules/ROOT/examples/{hazelcast => hazelcast-code-samples} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/modules/ROOT/examples/{hazelcast => hazelcast-code-samples} (100%) diff --git a/docs/modules/ROOT/examples/hazelcast b/docs/modules/ROOT/examples/hazelcast-code-samples similarity index 100% rename from docs/modules/ROOT/examples/hazelcast rename to docs/modules/ROOT/examples/hazelcast-code-samples From 14cc67fd32d19941613eb39d91b70e6cac34689a Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Fri, 29 Nov 2024 13:41:37 +0200 Subject: [PATCH 3/3] add a symlink to root --- docs/modules/ROOT/examples/cluster-split-brain-protection | 1 + docs/modules/ROOT/examples/hazelcast-code-samples | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 docs/modules/ROOT/examples/cluster-split-brain-protection delete mode 120000 docs/modules/ROOT/examples/hazelcast-code-samples diff --git a/docs/modules/ROOT/examples/cluster-split-brain-protection b/docs/modules/ROOT/examples/cluster-split-brain-protection new file mode 120000 index 000000000..d7b233b51 --- /dev/null +++ b/docs/modules/ROOT/examples/cluster-split-brain-protection @@ -0,0 +1 @@ +../../../../cluster-split-brain-protection \ No newline at end of file diff --git a/docs/modules/ROOT/examples/hazelcast-code-samples b/docs/modules/ROOT/examples/hazelcast-code-samples deleted file mode 120000 index 11a54ed36..000000000 --- a/docs/modules/ROOT/examples/hazelcast-code-samples +++ /dev/null @@ -1 +0,0 @@ -../../../../ \ No newline at end of file