Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Remove curseforge service #139

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ that's no problem you can head over to the
- Android (using adb)
- Art-Net
- Atem
- CurseForge
- DBus
- Discord
- Discord RPC
Expand Down
20 changes: 0 additions & 20 deletions docs/samples/curseforge.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ See the [sample implementation](samples/atem.md)
Depends on [atem-connection](https://www.npmjs.com/package/atem-connection) @ ^3.0.0 <br>
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>

## [nodecg-io-curseforge](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-curseforge)

**A service to communicate with the CurseForge API.**

See the [sample implementation](samples/curseforge.md)

Depends on [node-fetch](https://www.npmjs.com/package/node-fetch) @ ^2.6.7 <br>
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>

## [nodecg-io-dbus](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-dbus)

**Allows to interface with DBus**
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ nav:
- AHK sample: samples/ahk.md
- Art-Net sample: samples/artnet.md
- Atem sample: samples/atem.md
- Curseforge sample: samples/curseforge.md
- Android: samples/android.md
- DBus: samples/dbus-ratbagd.md
- Debug: samples/debug.md
Expand Down