Skip to content

Commit 0dade83

Browse files
authored
DOCS-173 Update structure for new tutorials subsite (#64)
* DOCS-173 Update structure for new tutorials subsite * Add examples to unique directories Directories are shared among all tutorials, so we must do this to avoid conflicts with duplicate files * Update symlinks * Restructure * Restructure * Rename file * Update build filters * Change to IMDG
1 parent 83a55f6 commit 0dade83

File tree

15 files changed

+141
-177
lines changed

15 files changed

+141
-177
lines changed

.github/workflows/build-site.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This workflow takes the contents of the branches/tags and builds the production documentation site
2+
name: Build production site
3+
4+
on:
5+
push:
6+
branches: [master]
7+
8+
jobs:
9+
dispatch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger build
13+
run: curl -X POST -d {} https://api.netlify.com/build_hooks/6238ac2881e6d20c7db8e6c8

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: build
22
on:
33
push:
44
paths-ignore:
5-
- 'doc/**'
5+
- 'docs/**'
66
pull_request:
77
paths-ignore:
8-
- 'doc/**'
8+
- 'docs/**'
99

1010
jobs:
1111
build:

.github/workflows/guide-website-update.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See the link:https://docs.hazelcast.com/tutorials/springboot-hibernate[tutorial].

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/antora.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 129 deletions
This file was deleted.

docs/antora.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: tutorials
2+
version: ~
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../pom.xml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../src

0 commit comments

Comments
 (0)