docs: Update getting start pages for FancyAnalytics

This commit is contained in:
Oliver
2025-04-19 14:38:22 +02:00
parent a4bd587f49
commit 993cd17d4f
6 changed files with 27 additions and 38 deletions

View File

@@ -1,34 +0,0 @@
---
icon: info
order: 400
---
There are multiple ways to send data to FancyAnalytics.
!!! danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!
### For Minecraft servers
If you run a Minecraft server, you might want to track metrics about your players and server performance.
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.
See the [Minecraft Servers](minecraft-servers.md) page for more information.
### For Minecraft plugins
If you are a Minecraft plugin developer, you might want to track metrics about your plugin usage.
So you know how many people are using your plugin and how they are using it.
We provide a Java SDK which is specifically designed for Minecraft plugins.
See the [Minecraft Plugins](minecraft-plugins.md) page for more information.
### For Java developers
If you are a Java developer, who wants to track metrics about your Java application, without being in the Minecraft ecosystem, you can use our Java SDK.
The Java SDK is a general purpose SDK which can be used to track metrics about any Java application.
See the [Java SDK](java-sdk.md) page for more information.
### For everyone else
If you are not a Java developer, or you are using a different programming language, you can use our REST API to send data to FancyAnalytics.
See the [REST API](rest-api.md) page for more information.

View File

@@ -0,0 +1,2 @@
icon: info
order: 400

View File

@@ -5,7 +5,12 @@ order: 300
# Java SDK
This guide will help you set up FancyAnalytics in your general Java application.
!!! danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!
If you are a Java developer, who wants to track metrics about your Java application, without being in the Minecraft ecosystem, you can use our Java SDK.
The Java SDK is a general purpose SDK which can be used to track metrics about any Java application.
## Include the Java SDK

View File

@@ -5,7 +5,13 @@ order: 400
# Minecraft Plugins
This guide will help you set up FancyAnalytics in your Minecraft plugin. The API is very easy to use and has many default metrics. You can also define your own metrics and events.
!!! danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!
If you are a Minecraft plugin developer, you might want to track metrics about your plugin usage.
So you know how many people are using your plugin and how they are using it.
We provide a Java SDK which is specifically designed for Minecraft plugins.
## Include the FancyAnalytics API

View File

@@ -5,7 +5,12 @@ order: 500
# Minecraft Servers
This guide will help you set up FancyAnalytics on your Minecraft server. The plugin already has many default metrics.
!!! danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!
If you run a Minecraft server, you might want to track metrics about your players and server performance.
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.
## Installation

View File

@@ -1,8 +1,13 @@
---
icon: dot
order: 200
visibility: hidden
---
# REST API
TODO
!!! danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!
If you are not a Java developer, or you are using a different programming language, you can use our REST API to send data to FancyAnalytics.