diff --git a/README.md b/README.md index 8e8a1c9f..786db704 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FancyPlugins +![](docs/src/static/fancyplugins-banner.png) + This repository contains a collection of plugins, libraries and tools for Minecraft servers. The monorepo is still work in progress and will be expanded over time. diff --git a/docs/src/blog/why-monorepo.md b/docs/src/blog/why-monorepo.md index 90a0c5a1..d42b7b96 100644 --- a/docs/src/blog/why-monorepo.md +++ b/docs/src/blog/why-monorepo.md @@ -8,6 +8,8 @@ authors: description: The reasons why we switched to a monorepo for our Minecraft plugins and libraries. --- +![](../static/monorepo.png) + # Why We Switched to a Monorepo ## Introduction diff --git a/docs/src/development-guidelines/monorepo.md b/docs/src/development-guidelines/monorepo.md index 2b34c1d9..eaa6ed30 100644 --- a/docs/src/development-guidelines/monorepo.md +++ b/docs/src/development-guidelines/monorepo.md @@ -1,7 +1,10 @@ --- order: 8 --- -# Monorepo + +![](../static/monorepo.png) + +# ## What is a monorepo? diff --git a/docs/src/fancynpcs/commands/fancynpcs.md b/docs/src/fancynpcs/commands/fancynpcs.md index f822b430..1472487b 100644 --- a/docs/src/fancynpcs/commands/fancynpcs.md +++ b/docs/src/fancynpcs/commands/fancynpcs.md @@ -2,6 +2,8 @@ order: 9 --- +![](../../static/commands.png) + # /FancyNpcs ### Version diff --git a/docs/src/fancynpcs/commands/npc.md b/docs/src/fancynpcs/commands/npc.md index f4720f4a..5a8edffb 100644 --- a/docs/src/fancynpcs/commands/npc.md +++ b/docs/src/fancynpcs/commands/npc.md @@ -2,6 +2,8 @@ order: 10 --- +![](../../static/commands.png) + # /Npc The `/npc` command is the main command for managing NPCs. It allows you to create, modify, and remove NPCs. You can also customize NPCs by changing their type, skin, equipment, and more. diff --git a/docs/src/index.md b/docs/src/index.md index 49e20498..527105c0 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,7 +1,9 @@ --- icon: home --- -# Welcome +# + +![](static/fancyplugins-banner.png) Welcome to the FancyPlugins documentation! Here you'll find documentation about how to use the plugins, including installation, commands and API. diff --git a/docs/src/product-direction/product-direction.md b/docs/src/product-direction/product-direction.md index 99e06624..144984c8 100644 --- a/docs/src/product-direction/product-direction.md +++ b/docs/src/product-direction/product-direction.md @@ -2,7 +2,6 @@ order: 90 icon: telescope redirect: vision -visibility: hidden --- # Product Direction \ No newline at end of file diff --git a/docs/src/product-direction/values.md b/docs/src/product-direction/values.md index 9a5ffe7c..ee8ec203 100644 --- a/docs/src/product-direction/values.md +++ b/docs/src/product-direction/values.md @@ -2,3 +2,7 @@ order: 99 icon: heart --- + +# Values + +TODO \ No newline at end of file diff --git a/docs/src/product-direction/vision.md b/docs/src/product-direction/vision.md index 858541bb..3be39ffc 100644 --- a/docs/src/product-direction/vision.md +++ b/docs/src/product-direction/vision.md @@ -4,3 +4,5 @@ icon: north-star --- # Vision + +TODO \ No newline at end of file diff --git a/docs/src/static/commands.png b/docs/src/static/commands.png new file mode 100644 index 00000000..15be1aa4 Binary files /dev/null and b/docs/src/static/commands.png differ diff --git a/docs/src/static/fancyplugins-banner.png b/docs/src/static/fancyplugins-banner.png new file mode 100644 index 00000000..0c8236ad Binary files /dev/null and b/docs/src/static/fancyplugins-banner.png differ diff --git a/docs/src/static/monorepo.png b/docs/src/static/monorepo.png new file mode 100644 index 00000000..496fc704 Binary files /dev/null and b/docs/src/static/monorepo.png differ