mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Rebranding (#36)
* Update branding in docs * Update branding in README.md * Update branding in plugin READMEs * Update branding in plugins * Update branding in libraries * Update branding in the remaining places * Add CONTRIBUTING.md and LICENSE files * More branding in docs
This commit is contained in:
BIN
docs/.DS_Store
vendored
Normal file
BIN
docs/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -1,20 +1,20 @@
|
||||
input: src
|
||||
output: .retype
|
||||
url: https://docs.fancyplugins.de
|
||||
url: https://docs.fancyinnovations.com
|
||||
branding:
|
||||
title: Fancy Plugins
|
||||
title: Fancy Innovations
|
||||
logo: /static/favicon.png
|
||||
favicon: /static/favicon.png
|
||||
links:
|
||||
- text: Website
|
||||
icon: globe
|
||||
link: https://fancyplugins.de
|
||||
link: https://fancyinnovations.com
|
||||
- text: Download
|
||||
icon: download
|
||||
link: https://modrinth.com/user/oliver
|
||||
- text: GitHub
|
||||
icon: mark-github
|
||||
link: https://github.com/fancymcplugins
|
||||
link: https://github.com/fancyinnovations
|
||||
- text: Discord
|
||||
icon: megaphone
|
||||
link: https://discord.gg/ZUgYCEJUEx
|
||||
@@ -26,10 +26,10 @@ footer:
|
||||
links:
|
||||
- text: Website
|
||||
icon: globe
|
||||
link: https://fancyplugins.de
|
||||
link: https://fancyinnovations.com
|
||||
- text: GitHub
|
||||
icon: mark-github
|
||||
link: https://github.com/fancymcplugins
|
||||
link: https://github.com/fancyinnovations
|
||||
- text: Discord
|
||||
icon: megaphone
|
||||
link: https://discord.gg/ZUgYCEJUEx
|
||||
|
||||
BIN
docs/src/.DS_Store
vendored
Normal file
BIN
docs/src/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
---
|
||||
authors:
|
||||
- name: Oliver Schlüter
|
||||
email: oliver@fancyplugins.de
|
||||
email: oliver@fancyinnovations.com
|
||||
link: https://github.com/OliverSchlueter
|
||||
avatar: https://avatars.githubusercontent.com/u/79666085?v=4
|
||||
|
||||
@@ -18,7 +18,7 @@ With the new monorepo, the docs are now even closer to the code, which makes it
|
||||
In addition, we have improved the structure and added new content.
|
||||
|
||||
!!!
|
||||
You can find the new documentation at [https://docs.fancyplugins.de](https://docs.fancyplugins.de)
|
||||
You can find the new documentation at [https://docs.fancyinnovations.com](https://docs.fancyinnovations.com)
|
||||
!!!
|
||||
|
||||
## Reasons
|
||||
@@ -62,5 +62,5 @@ We are also working on a section about the product direction and roadmap. You wi
|
||||
## Conclusion
|
||||
|
||||
We are happy with the new documentation and hope you like it too.
|
||||
Visit [https://docs.fancyplugins.de](https://docs.fancyplugins.de) to check it out.
|
||||
Visit [https://docs.fancyinnovations.com](https://docs.fancyinnovations.com) to check it out.
|
||||
If you have any feedback or suggestions, feel free to join our Discord server and let us know.
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
authors:
|
||||
- name: Oliver Schlüter
|
||||
email: oliver@fancyplugins.de
|
||||
email: oliver@fancyinnovations.com
|
||||
link: https://github.com/OliverSchlueter
|
||||
avatar: https://avatars.githubusercontent.com/u/79666085?v=4
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ To include the FancyHolograms API in your project, you need to add the following
|
||||
**Gradle:**
|
||||
```kotlin
|
||||
repositories {
|
||||
maven("https://repo.fancyplugins.de/releases")
|
||||
maven("https://repo.fancyinnovations.com/releases")
|
||||
}
|
||||
```
|
||||
|
||||
@@ -24,9 +24,9 @@ dependencies {
|
||||
**Maven:**
|
||||
```xml
|
||||
<repository>
|
||||
<id>fancyplugins-releases</id>
|
||||
<name>FancyPlugins Repository</name>
|
||||
<url>https://repo.fancyplugins.de/releases</url>
|
||||
<id>fancyinnovations-releases</id>
|
||||
<name>FancyInnovations Repository</name>
|
||||
<url>https://repo.fancyinnovations.com/releases</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
@@ -129,6 +129,6 @@ manager.removeHologram("hologram_name");
|
||||
|
||||
## JavaDocs and help
|
||||
|
||||
You can find the JavaDocs for the FancyHolograms API [here](https://repo.fancyplugins.de/javadoc/releases/de/oliver/FancyHolograms/latest).
|
||||
You can find the JavaDocs for the FancyHolograms API [here](https://repo.fancyinnovations.com/javadoc/releases/de/oliver/FancyHolograms/latest).
|
||||
|
||||
Join the [FancyPlugins Discord](https://discord.gg/ZUgYCEJUEx) for help and support. There is a dedicated channel for help about the api (`#holograms-dev`).
|
||||
Join the [FancyInnovations Discord](https://discord.gg/ZUgYCEJUEx) for help and support. There is a dedicated channel for help about the api (`#holograms-dev`).
|
||||
|
||||
@@ -11,7 +11,7 @@ To include the FancyNPCs API in your project, you need to add the following depe
|
||||
**Gradle:**
|
||||
```kotlin
|
||||
repositories {
|
||||
maven("https://repo.fancyplugins.de/releases")
|
||||
maven("https://repo.fancyinnovations.com/releases")
|
||||
}
|
||||
```
|
||||
|
||||
@@ -24,9 +24,9 @@ dependencies {
|
||||
**Maven:**
|
||||
```xml
|
||||
<repository>
|
||||
<id>fancyplugins-releases</id>
|
||||
<name>FancyPlugins Repository</name>
|
||||
<url>https://repo.fancyplugins.de/releases</url>
|
||||
<id>fancyinnovations-releases</id>
|
||||
<name>FancyInnovations Repository</name>
|
||||
<url>https://repo.fancyinnovations.com/releases</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
@@ -134,7 +134,7 @@ npc.removeForAll();
|
||||
|
||||
## JavaDocs and help
|
||||
|
||||
You can find the JavaDocs for the FancyNpcs API [here](https://repo.fancyplugins.de/javadoc/releases/de/oliver/FancyNpcs/latest).
|
||||
You can find the JavaDocs for the FancyNpcs API [here](https://repo.fancyinnovations.com/javadoc/releases/de/oliver/FancyNpcs/latest).
|
||||
|
||||
Join the [FancyPlugins Discord](https://discord.gg/ZUgYCEJUEx) for help and support. There is a dedicated channel for help about the api (`#npcs-dev`).
|
||||
Join the [FancyInnovations Discord](https://discord.gg/ZUgYCEJUEx) for help and support. There is a dedicated channel for help about the api (`#npcs-dev`).
|
||||
```
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
icon: home
|
||||
title: FancyPlugins
|
||||
title: FancyInnovations
|
||||
---
|
||||
#
|
||||
|
||||

|
||||

|
||||
|
||||
Welcome to the FancyPlugins documentation! Here you'll find documentation about how to use the plugins, including installation, commands and API.
|
||||
Welcome to the FancyInnovations documentation! Here you'll find documentation about how to use the plugins, including installation, commands and API.
|
||||
|
||||
## About FancyPlugins
|
||||
## About FancyInnovations
|
||||
|
||||
FancyPlugins is a collection of plugins for Minecraft servers. The plugins are designed to be easy to use and highly customizable. The plugins are open-source and free to use.
|
||||
FancyInnovations is a collection of plugins for Minecraft servers. The plugins are designed to be easy to use and highly customizable. The plugins are open-source and free to use.
|
||||
|
||||
We focus on plugins that can serve many different use-cases. Everyone should be able to use our plugins, no matter if you're running a small private server or a large public server. For large and more complex use-cases, we offer an API that allows you to extend the plugins with your own features.
|
||||
|
||||
@@ -27,9 +27,9 @@ FancyHolograms is a plugin that allows you to create custom holograms made with
|
||||
## Quick links
|
||||
|
||||
**General:**
|
||||
- [Website](https://fancyplugins.de)
|
||||
- [Website](https://fancyinnovations.com)
|
||||
- [Discord](https://discord.gg/ZUgYCEJUEx)
|
||||
- [GitHub](https://github.com/fancymcplugins)
|
||||
- [GitHub](https://github.com/fancyinnovations)
|
||||
|
||||
**FancyNpcs:**
|
||||
- [Download](https://modrinth.com/user/oliver)
|
||||
|
||||
BIN
docs/src/static/.DS_Store
vendored
Normal file
BIN
docs/src/static/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
docs/src/static/fancyholograms/.DS_Store
vendored
Normal file
BIN
docs/src/static/fancyholograms/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
docs/src/static/fancynpcs/.DS_Store
vendored
Normal file
BIN
docs/src/static/fancynpcs/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user