chore: clean up unused Tabs imports and Gradle Groovy tab

This commit is contained in:
2026-05-23 09:10:24 +08:00
parent 55479f2fca
commit 7f91c2bc23
3 changed files with 0 additions and 16 deletions
@@ -21,13 +21,6 @@ With Calendar Toolbox, you can effortlessly create, customise, and export calend
## Installation ## Installation
<Tabs> <Tabs>
<Tab label="Gradle with Groovy DSL">
```groovy title="build.gradle"
dependencies {
implementation 'com.onixbyte:calendar-toolbox:1.1.0'
}
```
</Tab>
<Tab label="Gradle with Kotlin DSL"> <Tab label="Gradle with Kotlin DSL">
```kotlin title="build.gradle.kts" ```kotlin title="build.gradle.kts"
dependencies { dependencies {
@@ -2,8 +2,6 @@
title: Delta Force Guide title: Delta Force Guide
--- ---
import { Tabs, Tab } from "@rspress/core/theme"
## Introduction ## Introduction
Delta Force Guide is a full-stack web application providing a searchable library of firearm modification codes for the game Delta Force. It consists of two components: Delta Force Guide is a full-stack web application providing a searchable library of firearm modification codes for the game Delta Force. It consists of two components:
@@ -21,13 +21,6 @@ Calendar Toolbox 是一个 Java 库,旨在简化遵循 iCalendar 规范(RFC
## 安装 ## 安装
<Tabs> <Tabs>
<Tab label="Gradle with Groovy DSL">
```groovy title="build.gradle"
dependencies {
implementation 'com.onixbyte:calendar-toolbox:1.1.0'
}
```
</Tab>
<Tab label="Gradle with Kotlin DSL"> <Tab label="Gradle with Kotlin DSL">
```kotlin title="build.gradle.kts" ```kotlin title="build.gradle.kts"
dependencies { dependencies {