Skip to content

Commit a9a682c

Browse files
committed
Fix readmes
1 parent 014bb84 commit a9a682c

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@
55
# Kotlin Notebook Integrations
66

77
This monorepo contains official JetBrains integrations for Kotlin Notebooks.
8-
Each integration lives in the `integrations/` directory and has its own README and Contributing guide.
8+
Each integration lives in the `integrations/` directory and has its own README.
99

1010
## Integrations
1111

1212
- [IntelliJ Platform](integrations/intellij-platform/README.md) — interactive access to IntelliJ Platform APIs from a running IDE process.
1313
- [HTTP Utilities](integrations/http-util/README.md) — JSON/serialization helpers and Ktor HTTP client wrappers for notebooks.
14-
- [Database](integrations/database/README.md) — helpers for configuring JDBC DataSources and working with common DBs.
15-
16-
Tip: If you are looking for a specific integration, jump straight into the corresponding folder above.
14+
- [Database](integrations/database/README.md) — helpers for configuring JDBC DataSources and working with Databases.
1715

1816
## Contributing
1917

2018
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
2119

2220
## License
2321

24-
This project is licensed under the Apache License, Version 2.0. See LICENSE for details.
22+
This project is licensed under the Apache License, Version 2.0. See LICENSE for details.

integrations/database/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ val dataSource3 = createDataSrcFromSpring(path)
4343

4444
This project consists of the following modules:
4545

46-
- `library`: Contains the core database connection helpers as well as basic unit
46+
- `database-api`: Contains the core database connection helpers as well as basic unit
4747
tests.
48-
- `library-integration-tests`: Contains integration tests against all supported
48+
- `database-integration-tests`: Contains integration tests against all supported
4949
databases and ensure we can load JDBC drivers correctly.
50-
- `test-infrastructure`: A HTTP test server that allows integration tests to
50+
- `database-test-infrastructure`: A HTTP test server that allows integration tests to
5151
spin up database containers on demand. It is built and run from the
5252
integration test module.
5353

integrations/http-util/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
44
[![Kotlin beta stability](https://img.shields.io/badge/project-beta-kotlin.svg?colorA=555555&colorB=AC29EC&label=&logo=kotlin&logoColor=ffffff&logoWidth=10)](https://kotlinlang.org/docs/components-stability.html)
5-
![GitHub](https://img.shields.io/github/license/Kotlin/kotlin-jupyter-http-util?color=blue&label=License)
65
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlin-jupyter-ktor-client?color=blue&label=Maven%20Central)](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlin-jupyter-ktor-client)
76

87
This repository contains two integrations for [Kotlin Jupyter notebooks](https://github.com/Kotlin/kotlin-jupyter).

integrations/intellij-platform/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
44
[![Kotlin experimental stability](https://img.shields.io/badge/project-experimental-kotlin.svg?colorA=555555&colorB=AC29EC&label=&logo=kotlin&logoColor=ffffff&logoWidth=10)](https://kotlinlang.org/docs/components-stability.html)
5-
![GitHub](https://img.shields.io/github/license/Kotlin/kotlin-notebook-intellij-platform?color=blue&label=License)
65

76
This integration enables direct experimentation with IntelliJ Platform APIs within the active IntelliJ IDEA runtime, eliminating traditional plugin development barriers.
87

0 commit comments

Comments
 (0)