Skip to content

Commit c66b941

Browse files
committed
fix readme table
1 parent 6175c7e commit c66b941

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ Monorepo with Java Kontent.ai packages.
77

88
## Packages
99

10-
| Package | Summary | Version |
11-
| :----------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
12-
| [Kontent.ai Delivery Java SDK](/delivery-sdk#readme) | The Kontent.ai Delivery Java SDK is a client library used for retrieving content from [Kontent.ai](https://kontent.ai) | [![Maven Central](https://img.shields.io/maven-central/v/ai.kontent/delivery-sdk)](https://oss.sonatype.org/content/groups/public/ai/kontent/delivery-sdk/)
13-
|
14-
| [Kontent.ai Generators](/delivery-sdk-generators#readme) | This tool generates strongly-typed models based on Content Types in a Kontent.ai project. | [![Maven Central](https://img.shields.io/maven-central/v/ai.kontent/delivery-sdk-generators)](https://oss.sonatype.org/content/groups/public/ai/kontent/delivery-sdk-generators)
15-
|
16-
| [Kontent.ai Sample Spring Boot app](/sample-app-spring-boot#readme) | Showcase of the [Spring boot](https://spring.io/projects/spring-boot) application displaying data from Kontent.ai. | [source](/sample-app-spring-boot/README.md) |
17-
| [Kontent.ai Sample Gradle Console app](/test-gradle-console-app#readme) | Simple Java console application showcasing how to load data from Kontent.ai. | [source](/test-gradle-console-app/README.md) |
18-
| [Kontent.ai Sample Android app (Java)](/sample-app-android#readme) | Showcase of the [Android](https://www.android.com/) application written in Java using [RxJava](https://github.com/ReactiveX/RxJava) for data fetching from Kontent.ai. | [source](/sample-app-android/README.md) |
19-
| [Kontent.ai Sample Android app (Kotlin)](/sample-app-android-kotlin#readme) | Showcase of the [Android](https://www.android.com/) application written in Kotlin using [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) for data fetching from Kontent.ai. | [source](/sample-app-android-kotlin/README.md) |
10+
| Package | Summary | Version |
11+
| :-------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
12+
| [Kontent.ai Delivery Java SDK](/delivery-sdk#readme) | The Kontent.ai Delivery Java SDK is a client library used for retrieving content from [Kontent.ai](https://kontent.ai) | [![Maven Central](https://img.shields.io/maven-central/v/ai.kontent/delivery-sdk)](https://oss.sonatype.org/content/groups/public/ai/kontent/delivery-sdk/) |
13+
| [Kontent.ai Generators](/delivery-sdk-generators#readme) | This tool generates strongly-typed models based on Content Types in a Kontent.ai project. | [![Maven Central](https://img.shields.io/maven-central/v/ai.kontent/delivery-sdk-generators)](https://oss.sonatype.org/content/groups/public/ai/kontent/delivery-sdk-generators) |
14+
| [Kontent.ai Sample Spring Boot app](/sample-app-spring-boot#readme) | Showcase of the [Spring boot](https://spring.io/projects/spring-boot) application displaying data from Kontent.ai. | [source](/sample-app-spring-boot/README.md) |
15+
| [Kontent.ai Sample Gradle Console app](/test-gradle-console-app#readme) | Simple Java console application showcasing how to load data from Kontent.ai. | [source](/test-gradle-console-app/README.md) |
16+
| [Kontent.ai Sample Android app (Java)](/sample-app-android#readme) | Showcase of the [Android](https://www.android.com/) application written in Java using [RxJava](https://github.com/ReactiveX/RxJava) for data fetching from Kontent.ai. | [source](/sample-app-android/README.md) |
17+
| [Kontent.ai Sample Android app (Kotlin)](/sample-app-android-kotlin#readme) | Showcase of the [Android](https://www.android.com/) application written in Kotlin using [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) for data fetching from Kontent.ai. | [source](/sample-app-android-kotlin/README.md) |
2018

2119
## Development
2220

@@ -60,17 +58,18 @@ in [Kontent.ai Delivery Java SDK](/delivery-sdk#readme).
6058
1. Verify that everything in the branch is ready to be published and
6159
the [build and tests](https://github.com/kontent-ai/java-packages/actions/workflows/gradle.yml) are passing.
6260
1. Create new GitHub release - **the tag name of the release will be used as a version**
63-
* If you define tag name with "-SNAPSHOT" suffix i.e. `5.0.0-SNAPSHOT` artifact will be published to
64-
the `https://oss.sonatype.org/content/repositories/snapshots/`, so that you could use it when you want to try out
65-
the beta version.
6661

67-
* The creation of a release triggers
68-
the [Publish Github workflow](https://github.com/kontent-ai/java-packages/actions/workflows/publish.yml) and
69-
creates and publishes the artifacts to "Staging" repositories on Nexus repository manager.
62+
- If you define tag name with "-SNAPSHOT" suffix i.e. `5.0.0-SNAPSHOT` artifact will be published to
63+
the `https://oss.sonatype.org/content/repositories/snapshots/`, so that you could use it when you want to try out
64+
the beta version.
65+
66+
- The creation of a release triggers
67+
the [Publish Github workflow](https://github.com/kontent-ai/java-packages/actions/workflows/publish.yml) and
68+
creates and publishes the artifacts to "Staging" repositories on Nexus repository manager.
7069

7170
1. Log in to the [Nexus Repository Manager](https://oss.sonatype.org/).
72-
1. Select "Staging repositories", verify the repository content (*sometimes it takes a couple of minutes until the
73-
repository is visible in the Nexus Repository Manager UI*).
71+
1. Select "Staging repositories", verify the repository content (_sometimes it takes a couple of minutes until the
72+
repository is visible in the Nexus Repository Manager UI_).
7473
1. Close the Staging repository
7574
1. Release the Closed repository
7675
1. Increase the patch version and append `-SNAPSHOT` in the bottom of `/build.gradle` file (i.e. `4.4.1-SNAPSHOT`).

delivery-sdk-generators/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
[![Javadocs](https://javadoc.io/badge/ai.kontent/delivery-sdk-generators.svg)](https://javadoc.io/doc/ai.kontent/delivery-sdk-generators)
66
[![Maven Central](https://img.shields.io/maven-central/v/ai.kontent/delivery-sdk-generators)](https://oss.sonatype.org/content/groups/public/ai/kontent/delivery-sdk-generators)
77

8-
[![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-FE7A16.svg?style=popout&logo=github)](https://github.com/Kentico/Home/discussions)
9-
[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-ASK%20NOW-FE7A16.svg?logo=stackoverflow&logoColor=white)](https://stackoverflow.com/tags/kentico-kontent)
8+
[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-ASK%20NOW-FE7A16.svg?logo=stackoverflow&logoColor=white)](https://stackoverflow.com/tags/kontent-ai)
9+
[![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-FE7A16.svg?style=popout&logo=github)](https://github.com//Home/discussions)
10+
1011

1112
This tool generates strongly-typed models based on Content Types in a Kontent.ai project. The models are supposed to be used together with the [Kontent.ai Delivery SDK for Java](../deliver-sdky/README.md). Please read the [documentation](</wiki/Working-with-Strongly-Typed-Models-(aka-Code-First-Approach)#customizing-the-strong-type-binding-logic>) to see all benefits of this approach.
1213

@@ -65,7 +66,7 @@ task generateModels {
6566

6667
CodeGenerator generator = new CodeGenerator(
6768
options.getProjectId(),
68-
'com.kentico.kontent.test.springapp.models',
69+
'ai.kontent.test.springapp.models',
6970
file('src/main/java')
7071
);
7172
List<JavaFile> sources = generator.generateSources(client);

delivery-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create an instance of the class, you need to provide a [project ID](https://d
5555
DeliveryClient client = new DeliveryClient("975bf280-fd91-488c-994c-2f04416e5ee3");
5656
```
5757

58-
You can also provide the project ID and other parameters by passing the [`DeliveryOptions`](./src/main/java/kentico/kontent/delivery/DeliveryOptions.java) object to the class constructor. The `DeliveryOptions` object can be used to set the following parameters:
58+
You can also provide the project ID and other parameters by passing the [`DeliveryOptions`](./src/main/java/kontent/ai/delivery/DeliveryOptions.java) object to the class constructor. The `DeliveryOptions` object can be used to set the following parameters:
5959

6060
- `setPreviewApiKey(String)` – sets the [Delivery Preview API key](https://docs.kontent.ai/reference/delivery-api#section/Production-vs.-Preview).
6161
- `setProductionApiKey(String)` - sets the [Delivery Client key for secured access](https://docs.kontent.ai/reference/delivery-api#tag/Secure-access).

0 commit comments

Comments
 (0)