Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 7bf2bef

Browse files
committed
Merge remote-tracking branch 'origin/wip' into wip
2 parents a3f16ff + 0afef88 commit 7bf2bef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Writerside/topics/Getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LiteCommands requires Java 8 or higher.
99

1010
Depending on the build system you are using, add the following repository to your project:
1111

12-
<tabs>
13-
<tab title="Gradle KTS">
12+
<tabs group="languages">
13+
<tab title="Gradle KTS" group-key="gradle">
1414

1515
Add the following line to your `build.gradle.kts` file in the `repositories` section:
1616
<br/><br/>
@@ -20,7 +20,7 @@ maven("https://repo.panda-lang.org/releases")
2020
```
2121
</tab>
2222

23-
<tab title="Maven">
23+
<tab title="Maven" group-key="maven">
2424

2525
Add the following lines to your `pom.xml` file in the `repositories` section:
2626
<br/><br/>
@@ -36,8 +36,8 @@ Add the following lines to your `pom.xml` file in the `repositories` section:
3636

3737
### Add LiteCommands Dependency
3838

39-
<tabs>
40-
<tab title="Gradle KTS">
39+
<tabs group="languages">
40+
<tab title="Gradle KTS" group-key="gradle" >
4141

4242
Add the following line to your `build.gradle.kts` file in the `dependencies` section:
4343
<br/><br/>
@@ -47,7 +47,7 @@ implementation("dev.rollczi:[[[ARTIFACT_ID|Platforms.md]]]:3.0.1")
4747
```
4848
</tab>
4949

50-
<tab title="Maven">
50+
<tab title="Maven" group-key="maven">
5151

5252
Add the following lines to your `pom.xml` file in the `dependencies` section:
5353
<br/><br/>

0 commit comments

Comments
 (0)