From d7eec9f5b4c4851e4ef069a7a9d8fcc703ce6ebc Mon Sep 17 00:00:00 2001 From: SKPG-Tech <42890752+SKPG-Tech@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:59:16 +0200 Subject: [PATCH] Fix paths again --- docs/{api => APIs}/Fmath.md | 0 docs/{api => APIs}/PewPew.md | 0 docs/{api => APIs}/standard-libraries.md | 0 docs/{api => APIs}/types.mdx | 0 docs/intro.md | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename docs/{api => APIs}/Fmath.md (100%) rename docs/{api => APIs}/PewPew.md (100%) rename docs/{api => APIs}/standard-libraries.md (100%) rename docs/{api => APIs}/types.mdx (100%) diff --git a/docs/api/Fmath.md b/docs/APIs/Fmath.md similarity index 100% rename from docs/api/Fmath.md rename to docs/APIs/Fmath.md diff --git a/docs/api/PewPew.md b/docs/APIs/PewPew.md similarity index 100% rename from docs/api/PewPew.md rename to docs/APIs/PewPew.md diff --git a/docs/api/standard-libraries.md b/docs/APIs/standard-libraries.md similarity index 100% rename from docs/api/standard-libraries.md rename to docs/APIs/standard-libraries.md diff --git a/docs/api/types.mdx b/docs/APIs/types.mdx similarity index 100% rename from docs/api/types.mdx rename to docs/APIs/types.mdx diff --git a/docs/intro.md b/docs/intro.md index 7fc8620..fb6cb98 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -18,7 +18,7 @@ A level is a directory that contains a [manifest](File%20Information/manifest-fi - Files that describe [graphics](File%20Information/mesh-files). - Files that describe [sounds](File%20Information/sound-files). -- Files that describe the behavior of the level. They make use of the [pewpew](API/PewPew) and [fmath](API/Fmath) libraries, which require an understanding of the [types](API/types) used. +- Files that describe the behavior of the level. They make use of the [pewpew](APIs/PewPew) and [fmath](APIs/Fmath) libraries, which require an understanding of the [types](APIs/types) used. ## Uploading your level