From 21088fb27543b5db5a0f74aff55e2c020765e35b Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 1 Sep 2024 13:16:40 +0800 Subject: [PATCH] Begin work on documentation --- docs/apidoc/index.md | 0 docs/architecture.md | 0 docs/index.md | 10 ++++++++++ docs/quirks.md | 0 docs/tutorials/index.md | 0 5 files changed, 10 insertions(+) create mode 100644 docs/apidoc/index.md create mode 100644 docs/architecture.md create mode 100644 docs/quirks.md create mode 100644 docs/tutorials/index.md diff --git a/docs/apidoc/index.md b/docs/apidoc/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/architecture.md b/docs/architecture.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.md b/docs/index.md index cb07520..691ba86 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,11 @@ # EaglerForgeInjector +EaglerForge Injector is a tool that uses regular expressions to attatch itself to internal code inside of raw EaglercraftX offline downloads (sounds easy, isn't at all). + +### Documentation fragments +[Injector Arcitecture](architecture.md) + +[TeaVM quirks](quirks.md) + +[Modding tutorials](tutorials/index.md) + +[Modding API documentation](apidoc/index.md) \ No newline at end of file diff --git a/docs/quirks.md b/docs/quirks.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md new file mode 100644 index 0000000..e69de29