From 8bb2b5e9a47d46c59e3a177b10c6a271c9c49ce4 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:58:23 -0600 Subject: [PATCH] Update and rename RueI.md to RueI.yml --- markdown/namespaces/RueI.md | 2 -- markdown/namespaces/RueI.yml | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 markdown/namespaces/RueI.md create mode 100644 markdown/namespaces/RueI.yml diff --git a/markdown/namespaces/RueI.md b/markdown/namespaces/RueI.md deleted file mode 100644 index ebcda7d..0000000 --- a/markdown/namespaces/RueI.md +++ /dev/null @@ -1,2 +0,0 @@ -The [RueI](./RueI.html) namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the [RueIMain](./RueI.RueIMain.html) class that -contains the [EnsureInit()](./RueI.RueIMain.html?q=Ensure#RueI_RueIMain_EnsureInit) method, which should be called by any plugin using RueI upon being loaded. diff --git a/markdown/namespaces/RueI.yml b/markdown/namespaces/RueI.yml new file mode 100644 index 0000000..3b2b46f --- /dev/null +++ b/markdown/namespaces/RueI.yml @@ -0,0 +1,5 @@ +--- +uid: RueI +summary: *content +--- +The [RueI](./RueI.html) namespace contains classes shared across all of RueI. Generally, you shouldn't need to use the classes and interfaces within this namespace. The exception is the [RueIMain](./RueI.RueIMain.html) class that contains the [EnsureInit()](./RueI.RueIMain.html?q=Ensure#RueI_RueIMain_EnsureInit) method, which should be called by any plugin using RueI upon being loaded.