From 9ca08541f76ad73239a3e7ec77c3816d52d4f8dc Mon Sep 17 00:00:00 2001 From: Index Date: Sun, 25 Feb 2024 18:41:59 -0600 Subject: [PATCH] Add Removed Classes Category --- docs/removed/RemoteEvent.md | 7 +++++++ docs/{objects/static-classes => removed}/UI.md | 4 ++-- docs/removed/index.md | 10 ++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 docs/removed/RemoteEvent.md rename docs/{objects/static-classes => removed}/UI.md (94%) create mode 100644 docs/removed/index.md diff --git a/docs/removed/RemoteEvent.md b/docs/removed/RemoteEvent.md new file mode 100644 index 00000000..6b369357 --- /dev/null +++ b/docs/removed/RemoteEvent.md @@ -0,0 +1,7 @@ +--- +title: RemoteEvent +description: RemoteEvents were the old NetworkEvents. They have since been replaced with NetworkEvents and have been removed. +icon: polytoria/NetworkEvent +--- + +TO-DO \ No newline at end of file diff --git a/docs/objects/static-classes/UI.md b/docs/removed/UI.md similarity index 94% rename from docs/objects/static-classes/UI.md rename to docs/removed/UI.md index cec5b3dc..1f1e4343 100644 --- a/docs/objects/static-classes/UI.md +++ b/docs/removed/UI.md @@ -1,5 +1,5 @@ --- -title: (Removed) UI +title: UI description: UI was a static class used for creating User Interface elements through LocalScripts. Removed in v1.2.0. icon: polytoria/UI --- @@ -8,7 +8,7 @@ icon: polytoria/UI
!!! danger "Removed" - The UI static class was removed in Version 1.2.0, and is currently noted for documentation purposes. + The UI static class was removed in Version 1.2.0, and is currently noted for documentation purposes. It is not recommended, if possible, to use in recent versions.
{{ staticclass("UI")}} diff --git a/docs/removed/index.md b/docs/removed/index.md new file mode 100644 index 00000000..f7a6dbc5 --- /dev/null +++ b/docs/removed/index.md @@ -0,0 +1,10 @@ +--- +weight: 7 +empty: true +--- + +# Removed Classes + +This folder is used for containing all documentation pages that are no longer in recent Polytoria client and creator versions. They are noted here for documentation purposes. + +{{ directory("removed") }} \ No newline at end of file