Skip to content

Commit 0b0a0f2

Browse files
authored
Add antora docs folder and symlink to spring [DEX-294] (#698)
This will allow to include code sample snippets from the code sample repository. If you need to add a different sample add a symlink to a directory in the root into the docs/modules/ROOT/examples/ directory. E.g. ``` cd docs/modules/ROOT/examples/ ln -s ../../../../spring spring ```
1 parent 5d22825 commit 0b0a0f2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/antora.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: hazelcast
2+
version: 6.0-snapshot

docs/modules/ROOT/examples/spring

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../spring

0 commit comments

Comments
 (0)