Skip to content

Commit

Permalink
keep only used templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Oct 10, 2024
1 parent f8d023e commit 174b9c2
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 185 deletions.
13 changes: 0 additions & 13 deletions templates/modules/ROOT/pages/getting-started.adoc

This file was deleted.

1 change: 0 additions & 1 deletion templates/modules/ROOT/pages/link-to-repo.adoc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// {framework} -> The name of the microservices framework

ifdef::framework[]
The application is a basic {framework} app having 2 endpoints defined in `CommandController`:

- `/put` is the page where key and values can be put on a Hazelcast distributed map. It takes `key` and `value` as query parameters and returns the entry in JSON format.
- `/get` is the page where the values in the Hazelcast distributed map can be obtained by keys. It takes `key` as query parameter and returns the found entry in JSON format.
- `/get` is the page where the values in the Hazelcast distributed map can be obtained by keys. It takes `key` as query parameter and returns the found entry in JSON format.
endif::[]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// {framework} -> The name of the microservices framework

ifdef::framework[]
In this guide, you will learn how to use Hazelcast IMDG within {framework} microservices.

The {framework} application contains two REST controllers which helps you to put data and read it back. The application initializes a single Hazelcast IMDG member instance which is used to keep the data. When you run the application multiple times, Hazelcast IMDG instances build a cluster and share the data.
The {framework} application contains two REST controllers which helps you to put data and read it back. The application initializes a single Hazelcast IMDG member instance which is used to keep the data. When you run the application multiple times, Hazelcast IMDG instances build a cluster and share the data.
endif::[]
36 changes: 0 additions & 36 deletions templates/modules/ROOT/pages/minikube-teardown.adoc

This file was deleted.

30 changes: 0 additions & 30 deletions templates/modules/ROOT/pages/prereq-caching-ms.adoc

This file was deleted.

33 changes: 0 additions & 33 deletions templates/modules/ROOT/pages/start-cluster.adoc

This file was deleted.

25 changes: 0 additions & 25 deletions templates/modules/ROOT/pages/validate-kube-env.adoc

This file was deleted.

3 changes: 0 additions & 3 deletions templates/modules/ROOT/pages/what-is-hz-cloud.adoc

This file was deleted.

8 changes: 0 additions & 8 deletions templates/modules/ROOT/pages/what-is-hz.adoc

This file was deleted.

10 changes: 0 additions & 10 deletions templates/modules/ROOT/pages/what-will-learn-caching-ms.adoc

This file was deleted.

3 changes: 0 additions & 3 deletions templates/modules/ROOT/pages/youre-done-caching-ms.adoc

This file was deleted.

6 changes: 0 additions & 6 deletions templates/modules/ROOT/pages/youre-done-cloud.adoc

This file was deleted.

0 comments on commit 174b9c2

Please sign in to comment.