Skip to content

Commit

Permalink
Remove java scala support (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerson24 authored Nov 14, 2023
1 parent 5a252a2 commit a815a33
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 610 deletions.
9 changes: 1 addition & 8 deletions content/docs/learn/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@ description: Explore all that xef.ai offers

# More examples

You can also have a look at the examples to have a feeling of how using the library looks like.


<decorated-text icon="kotlin-icon.svg" width="32px" height="32px"><a href="https://github.com/xebia-functional/xef/tree/main/examples/kotlin/src/main/kotlin/com/xebia/functional/xef">Examples in Kotlin</a></decorated-text>

<decorated-text icon="scala-icon.svg" width="32px" height="32px"><a href="https://github.com/xebia-functional/xef/tree/main/examples/scala/src/main/scala/com/xebia/functional/xef/scala">Examples in Scala</a></decorated-text>

<decorated-text icon="java-icon.svg" width="32px" height="32px"><a href="https://github.com/xebia-functional/xef/tree/main/examples/java/src/main/java/com/xebia/functional/xef/java">Examples in Java</a></decorated-text>
You can also have a look at the [examples](https://github.com/xebia-functional/xef/tree/main/examples/kotlin/src/main/kotlin/com/xebia/functional/xef) to have a feeling of how using the library looks like.
3 changes: 2 additions & 1 deletion content/docs/learn/integrations/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ repositories {
}
dependencies {
implementation("com.xebia:xef-kotlin:<version>")
implementation("com.xebia:xef-core:<version>")
implementation("com.xebia:xef-openai:<version>")
implementation("com.xebia:xef-sql:<version>")
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
id: kotlin
title: Kotlin
sidebar_position: 1
title: Quickstart
description: Get xef.ai up and running in Kotlin
sidebar_position: 2
sidebar_custom_props:
icon: kotlin-icon.svg
icon: icon-quickstart.svg
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# <decorated-text icon="kotlin-icon.svg" title="Quickstart - Kotlin" />
# <decorated-text icon="icon-quickstart.svg" title="Quickstart" />

## Getting the libraries

Expand All @@ -23,7 +22,8 @@ repositories {
}

dependencies {
implementation("com.xebia:xef-kotlin:<version>")
implementation("com.xebia:xef-core:<version>")
implementation("com.xebia:xef-openai:<version>")
}
```

Expand Down
9 changes: 0 additions & 9 deletions content/docs/learn/quickstart/_category_.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/docs/learn/quickstart/index.md

This file was deleted.

284 changes: 0 additions & 284 deletions content/docs/learn/quickstart/java.md

This file was deleted.

Loading

0 comments on commit a815a33

Please sign in to comment.