Skip to content

Commit 9e9116b

Browse files
docs: Deprecate docs
1 parent 92d9180 commit 9e9116b

86 files changed

Lines changed: 444 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/src/development-guidelines/contributing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ order: 80
44
---
55
# Contributing
66

7+
!!!danger
8+
This is the old documentation site for FancyInnovations, which is no longer maintained.
9+
The new documentation site can be found at [fancyinnovations.com/docs/minecraft-plugins](https://fancyinnovations.com/docs/minecraft-plugins).
10+
!!!
11+
712
This topic is all about the development guidelines that we follow. It is important to follow these guidelines to maintain the quality of the code and to make sure that the code is consistent and easy to read.
813

914
## Pull Requests

docs/src/development-guidelines/monorepo.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ icon: dot
77

88
#
99

10+
!!!danger
11+
This is the old documentation site for FancyInnovations, which is no longer maintained.
12+
The new documentation site can be found at [fancyinnovations.com/docs/minecraft-plugins](https://fancyinnovations.com/docs/minecraft-plugins).
13+
!!!
14+
1015
## What is a monorepo?
1116

1217
A monorepo (monolithic repository) is a version control strategy where multiple related projects, such as Minecraft plugins and libraries, reside within a single repository.

docs/src/development-guidelines/release-workflow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ icon: dot
44

55
# Release Workflow
66

7+
!!!danger
8+
This is the old documentation site for FancyInnovations, which is no longer maintained.
9+
The new documentation site can be found at [fancyinnovations.com/docs/minecraft-plugins](https://fancyinnovations.com/docs/minecraft-plugins).
10+
!!!
11+
712
This document describes the steps to be taken when releasing a new version of a plugin.
813

914
## Before the release

docs/src/development-guidelines/versioning.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ order: 9
44
---
55
# Versioning
66

7+
!!!danger
8+
This is the old documentation site for FancyInnovations, which is no longer maintained.
9+
The new documentation site can be found at [fancyinnovations.com/docs/minecraft-plugins](https://fancyinnovations.com/docs/minecraft-plugins).
10+
!!!
11+
712
We use [Semantic Versioning](https://semver.org/) (Semver) for versioning.
813

914
The version is structured as follows: `major.minor.patch.<build id>`. The build id is optional and is only used for

docs/src/fancyanalytics/fancyanalytics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ order: 80
88

99
![](../static/logos-and-banners/fancyanalytics-banner.png)
1010

11+
!!!danger
12+
This is the old documentation site for FancyInnovations, which is no longer maintained.
13+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
14+
!!!
15+
1116
!!!
1217
The modern analytics platform for Minecraft server owners and plugin developers
1318
!!!

docs/src/fancyanalytics/features/alerts.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ order: 100
55

66
# Alerts (soon)
77

8+
!!!danger
9+
This is the old documentation site for FancyInnovations, which is no longer maintained.
10+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
11+
!!!
12+
813
Our analytics platform allows you to define **alerts** that notify you when something important happens — a metric crosses a threshold, an event occurs, or an error spikes.
914

1015
With alerts, you can **react faster**, **stay informed**, and **automate monitoring** for your apps, plugins, or services.

docs/src/fancyanalytics/features/errors.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ order: 300
55

66
# Errors
77

8+
!!!danger
9+
This is the old documentation site for FancyInnovations, which is no longer maintained.
10+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
11+
!!!
12+
813
Our analytics platform supports error and exception tracking across all projects.
914

1015
Errors are structured records of exceptions that occur in your applications.

docs/src/fancyanalytics/features/events.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ order: 400
55

66
# Events
77

8+
!!!danger
9+
This is the old documentation site for FancyInnovations, which is no longer maintained.
10+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
11+
!!!
12+
813
**Events** are time-stamped, structured logs that describe something that **happened** in your application.
914
They are flexible, contextual, and great for tracking user behavior, system actions, feature usage, and more.
1015

docs/src/fancyanalytics/features/logs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ order: 200
55

66
# Logs (soon)
77

8+
!!!danger
9+
This is the old documentation site for FancyInnovations, which is no longer maintained.
10+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
11+
!!!
12+
813
Our analytics platform supports **structured logging** — a powerful way to capture detailed logs with context for debugging, monitoring, and analysis.
914
Structured logs go beyond plain text by capturing logs in a **machine-readable, structured format** with support for levels, timestamps, and custom properties.
1015

docs/src/fancyanalytics/features/metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ order: 500
55

66
# Metrics
77

8+
!!!danger
9+
This is the old documentation site for FancyInnovations, which is no longer maintained.
10+
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
11+
!!!
12+
813
Metrics are **numerical values** that represent the state, performance, or behavior of your application over time.
914
They are the core building blocks of the analytics platform — enabling insights, dashboards, alerts, and aggregation across many data sources.
1015

0 commit comments

Comments
 (0)