diff --git a/docs/index.md b/docs/index.md index 8187b942..e21297b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/samples/curseforge.md b/docs/samples/curseforge.md deleted file mode 100644 index cdc01b74..00000000 --- a/docs/samples/curseforge.md +++ /dev/null @@ -1,20 +0,0 @@ -## Using the CurseForge sample bundle - -The CurseForge example bundle in `samples/curseforge` demonstrates the ability -to search for different add-ons with the ID or search with specific values for -matching add-ons. Here is a guide how to get it working. - -### Prerequisites - -You will need a working `nodecg-io` installation. If you have non yet take a -look at [installation guide](../getting_started/install.md). You may need to -install this bundle, so take a look at the -[“Try an included sample”](../getting_started/try_example_bundle.md)-Guide. It -will also tell you how to log in and how to use the GUI. - -### Configure the CurseForge bundle - -1. In NodeCG, create a new CurseForge service instance. -2. Set the sample's (`curseforge`) dependency to be the newly created service - instance (of type `curseforge`). -3. Check the NodeCG logs. You should see two lists of add-ons. diff --git a/docs/services.md b/docs/services.md index 3da6edd7..bcbbe1af 100644 --- a/docs/services.md +++ b/docs/services.md @@ -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
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0
-## [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
-Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0
- ## [nodecg-io-dbus](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-dbus) **Allows to interface with DBus** diff --git a/mkdocs.yml b/mkdocs.yml index 78ec5c41..24232cba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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