Skip to content

Commit 993cd17

Browse files
docs: Update getting start pages for FancyAnalytics
1 parent a4bd587 commit 993cd17

6 files changed

Lines changed: 27 additions & 38 deletions

File tree

docs/src/fancyanalytics/getting-started/getting-started.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
icon: info
2+
order: 400

docs/src/fancyanalytics/getting-started/java-sdk.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ order: 300
55

66
# Java SDK
77

8-
This guide will help you set up FancyAnalytics in your general Java application.
8+
!!! danger
9+
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
10+
!!!
11+
12+
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.
13+
The Java SDK is a general purpose SDK which can be used to track metrics about any Java application.
914

1015
## Include the Java SDK
1116

docs/src/fancyanalytics/getting-started/minecraft-plugins.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ order: 400
55

66
# Minecraft Plugins
77

8-
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.
8+
!!! danger
9+
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
10+
!!!
11+
12+
If you are a Minecraft plugin developer, you might want to track metrics about your plugin usage.
13+
So you know how many people are using your plugin and how they are using it.
14+
We provide a Java SDK which is specifically designed for Minecraft plugins.
915

1016
## Include the FancyAnalytics API
1117

docs/src/fancyanalytics/getting-started/minecraft-servers.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ order: 500
55

66
# Minecraft Servers
77

8-
This guide will help you set up FancyAnalytics on your Minecraft server. The plugin already has many default metrics.
8+
!!! danger
9+
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
10+
!!!
11+
12+
If you run a Minecraft server, you might want to track metrics about your players and server performance.
13+
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.
914

1015
## Installation
1116

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
icon: dot
33
order: 200
4+
visibility: hidden
45
---
56

67
# REST API
78

8-
TODO
9+
!!! danger
10+
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
11+
!!!
12+
13+
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.

0 commit comments

Comments
 (0)