Skip to content

Commit 69e3d77

Browse files
authored
Merge pull request #1 from koderhack/copilot/remove-user-references-and-publishing-file
2 parents 7584ae4 + 152cc41 commit 69e3d77

8 files changed

Lines changed: 3 additions & 143 deletions

File tree

.github/PUBLISHING.md

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

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-0ea5e9)](https://koderhack.github.io/veltokit/)
44
[![iOS 16+](https://img.shields.io/badge/iOS-16%2B-black)](./VeltoKit/)
55
[![Swift](https://img.shields.io/badge/Swift-5.9%2B-orange)](./VeltoKit/)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)
76
[![BLE unofficial](https://img.shields.io/badge/BLE-unofficial-lightgrey)](./website/docs/intro.mdx)
87

98
**VeltoKit** is an experimental Swift framework that maps **BLE cap IMU + button packets** into a single [`GameInput`](./VeltoKit/GameInput.swift) struct each frame. **gametriki** is the reference iOS sample (Pong, Dart, Bowling, Quiz) that exercises the SDK without importing CoreBluetooth in game code.
@@ -95,7 +94,7 @@ app/ Sample iOS app (open app/gametriki.xcodeproj)
9594
website/ Docusaurus docs (EN + Google Translate)
9695
```
9796

98-
See also [VeltoKit/README.md](./VeltoKit/README.md) and [.github/PUBLISHING.md](./.github/PUBLISHING.md) for release tags and GitHub metadata.
97+
See also [VeltoKit/README.md](./VeltoKit/README.md).
9998

10099
## Requirements
101100

@@ -113,9 +112,4 @@ open gametriki.xcodeproj
113112

114113
Scheme **gametriki** → your iPhone → Connect BLE → pick a game from the menu.
115114

116-
## License
117-
118-
### 🔥 MIT License
119-
120-
Full text: [LICENSE](./LICENSE)
121115

VeltoKit/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ Docs: https://koderhack.github.io/veltokit/docs/installation
3232

3333
Optional **Platform** in the sample app (`app/Platform`): `TrikiInputAdapter` forwards to `MotionSDK` and adds calibration prompts.
3434

35-
MIT — see [LICENSE](../LICENSE).

website/docs/can-i-use-this.md

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

website/docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ More detail: [Demo](demo) · [Dart](examples/dart) · [Bowling](examples/bowling
5858

5959
### Can I use VeltoKit in my own app?
6060

61-
**Yes** — MIT license, free for personal and commercial use. Plain-language guide: **[Can I use this?](can-i-use-this)**.
61+
**Yes.** Use the setup docs to integrate the SDK into your own iOS project.
6262

6363
### Documentation in other languages
6464

6565
Docs are written in **English**. On the live site, use the **Translate** dropdown in the navbar (powered by Google Translate) — e.g. choose **Polish** for a machine-translated view. Code blocks and API names stay in English.
6666

67-
[Getting started](getting-started) · [Can I use this?](can-i-use-this) · [Introduction](intro)
67+
[Getting started](getting-started) · [Introduction](intro)

website/docs/intro.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Each demo documents **VeltoKit mode**, **GameInput** fields, and **source files*
5151
| Connect controller in one call | [Quick start](quick-start) (`connect()` + `pollInput()`) |
5252
| Wire my own BLE stack | [BLE integration](sdk/ble-integration) |
5353
| Help — app, controller, TV | [Help](faq) |
54-
| Can I use this in my app? | [Can I use this?](can-i-use-this) |
5554

5655
## Repo layout
5756

website/sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const sidebars: SidebarsConfig = {
77
'quick-start',
88
'getting-started',
99
'installation',
10-
'can-i-use-this',
1110
'faq',
1211
{
1312
type: 'category',

website/siteRoutes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const DOC_PATHS = {
77
gettingStarted: '/docs/getting-started',
88
installation: '/docs/installation',
99
faq: '/docs/faq',
10-
canIUse: '/docs/can-i-use-this',
1110
sdkOverview: '/docs/sdk/overview',
1211
sdkArchitecture: '/docs/sdk/architecture',
1312
sdkModules: '/docs/sdk/modules',
@@ -92,7 +91,6 @@ export const footerLinks = [
9291
{label: 'SDK Overview', to: d.sdkOverview},
9392
{label: 'Demo', to: d.demo},
9493
{label: 'Help', to: d.faq},
95-
{label: 'Can I use this?', to: d.canIUse},
9694
],
9795
},
9896
{

0 commit comments

Comments
 (0)