From f9ec058e5b8ca74382125bc8baebcc3a3b0cd4eb Mon Sep 17 00:00:00 2001 From: Sandertv Date: Sat, 23 Nov 2024 18:03:08 +0100 Subject: [PATCH] Moved back files into dev folder and fixed _Sidebar paths. --- _Sidebar.md | 14 +++++++------- {temp => dev}/Commands.md | 0 {temp => dev}/Event-Handlers.md | 0 {temp => dev}/Forms.md | 0 {temp => dev}/Getting-Started.md | 0 {temp => dev}/Scoreboards.md | 0 {temp => dev}/World-Transactions.md | 0 7 files changed, 7 insertions(+), 7 deletions(-) rename {temp => dev}/Commands.md (100%) rename {temp => dev}/Event-Handlers.md (100%) rename {temp => dev}/Forms.md (100%) rename {temp => dev}/Getting-Started.md (100%) rename {temp => dev}/Scoreboards.md (100%) rename {temp => dev}/World-Transactions.md (100%) diff --git a/_Sidebar.md b/_Sidebar.md index db144e1..30b8e53 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -3,12 +3,12 @@ * [Installation](https://github.com/df-mc/dragonfly/wiki/Installation) * [FAQ](https://github.com/df-mc/dragonfly/wiki/Frequently-Asked-Questions-(FAQ)) * [Releases](https://github.com/df-mc/dragonfly/wiki/Releases) - - [v0.9.19](https://github.com/df-mc/dragonfly/wiki/Changelog-v0.9.19.md) + - [v0.9.19](https://github.com/df-mc/dragonfly/wiki/changelogs/Changelog-v0.9.19.md) * Developer Resources - - [Getting Started](https://github.com/df-mc/dragonfly/wiki/Getting-Started) - - [Event handlers](https://github.com/df-mc/dragonfly/wiki/Event-Handlers) - - [World transactions](https://github.com/df-mc/dragonfly/wiki/temp/World-Transactions.md) - - [Forms](https://github.com/df-mc/dragonfly/wiki/Forms) - - [Commands](https://github.com/df-mc/dragonfly/wiki/Commands) - - [Scoreboards](https://github.com/df-mc/dragonfly/wiki/Scoreboards) + - [Getting Started](https://github.com/df-mc/dragonfly/wiki/dev/Getting-Started) + - [Event handlers](https://github.com/df-mc/dragonfly/wiki/dev/Event-Handlers) + - [World transactions](https://github.com/df-mc/dragonfly/wiki/dev/World-Transactions.md) + - [Forms](https://github.com/df-mc/dragonfly/wiki/dev/Forms) + - [Commands](https://github.com/df-mc/dragonfly/wiki/dev/Commands) + - [Scoreboards](https://github.com/df-mc/dragonfly/wiki/dev/Scoreboards) * [Community Projects](https://github.com/df-mc/dragonfly/wiki/Community-Projects) \ No newline at end of file diff --git a/temp/Commands.md b/dev/Commands.md similarity index 100% rename from temp/Commands.md rename to dev/Commands.md diff --git a/temp/Event-Handlers.md b/dev/Event-Handlers.md similarity index 100% rename from temp/Event-Handlers.md rename to dev/Event-Handlers.md diff --git a/temp/Forms.md b/dev/Forms.md similarity index 100% rename from temp/Forms.md rename to dev/Forms.md diff --git a/temp/Getting-Started.md b/dev/Getting-Started.md similarity index 100% rename from temp/Getting-Started.md rename to dev/Getting-Started.md diff --git a/temp/Scoreboards.md b/dev/Scoreboards.md similarity index 100% rename from temp/Scoreboards.md rename to dev/Scoreboards.md diff --git a/temp/World-Transactions.md b/dev/World-Transactions.md similarity index 100% rename from temp/World-Transactions.md rename to dev/World-Transactions.md