Skip to content

Commit 43ad919

Browse files
committed
remove site + jitpack
1 parent 6b733ca commit 43ad919

24 files changed

Lines changed: 3 additions & 8965 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Documentation
22
on:
3-
push:
4-
branches:
5-
- master
6-
- main
3+
workflow_dispatch:
74
permissions:
85
contents: read
96
pages: write

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ bin/
158158

159159

160160
# End of https://www.gitignore.io/api/c++,java,linux,macos,gradle,windows,visualstudiocode
161+
site/*

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ A lightweight, type-safe telemetry library for FRC robots. TelemetryKit provides
1212

1313
## Installation
1414

15-
### Using Vendor JSON (Recommended)
16-
1715
1. Open VS Code with your FRC project
1816
2. Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on Mac)
1917
3. Type "WPILib: Manage Vendor Libraries"

TelemetryKit.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"version": "1.0.0",
55
"frcYear": "2026",
66
"uuid": "bf2eaa28-c978-45c9-8b1e-206f7620bd79",
7-
"mavenUrls": [
8-
"https://jitpack.io"
9-
],
7+
"mavenUrls": [],
108
"jsonUrl": "https://raw.githubusercontent.com/SticksDev/TelemetryKit/refs/heads/2026/TelemetryKit.json",
119
"jniDependencies": [],
1210
"javaDependencies": [],

docs/index.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ TelemetryKit (`tkit`) is a C++ telemetry framework for FRC robots. It provides s
1818

1919
### Installation
2020

21-
**Using Vendor JSON (Recommended)**
22-
2321
1. Open VS Code with your FRC project
2422
2. Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on Mac)
2523
3. Type "WPILib: Manage Vendor Libraries"
@@ -30,24 +28,6 @@ TelemetryKit (`tkit`) is a C++ telemetry framework for FRC robots. It provides s
3028
https://raw.githubusercontent.com/SticksDev/TelemetryKit/refs/heads/2026/TelemetryKit.json
3129
```
3230

33-
**Using Gradle (Alternative)**
34-
35-
Add JitPack repository to your `build.gradle`:
36-
37-
```gradle
38-
repositories {
39-
maven { url 'https://jitpack.io' }
40-
}
41-
```
42-
43-
Add the dependency:
44-
45-
```gradle
46-
dependencies {
47-
implementation 'com.github.SticksDev:TelemetryKit:v1.0.0'
48-
}
49-
```
50-
5131
### Basic Usage
5232

5333
```cpp title="Robot.cpp" hl_lines="1 6-8 13 18"

jitpack.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

publish.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ publishing {
171171
maven {
172172
url = releasesRepoUrl
173173
}
174-
mavenLocal()
175174
}
176175
}
177176

0 commit comments

Comments
 (0)