From 8af04ad70c946f1fd4feefc2e17ce11b9e0d88dd Mon Sep 17 00:00:00 2001 From: khtsly Date: Thu, 12 Feb 2026 16:38:34 +0700 Subject: [PATCH] chore(docs): few changes --- docs/guide/installation.md | 23 +++++++++++++++-------- docs/index.md | 2 +- pesde.toml | 22 ++++++++++++++++++++++ 3 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 pesde.toml diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 1efb80b..a48c659 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -1,20 +1,27 @@ # Installation -## `with Wally` - -1. Get Rojo and Wally ready. -2. Add Warp to your `wally.toml`. +## wally ::: code-group ```toml [wally.toml] [dependencies] -warp = "imezx/warp@1.0.13" +warp = "imezx/warp@1.1.0" ``` +::: -3. Run `wally install` in command. -4. Link the module and Your Done! +## pesde -## `without Wally` +::: code-group +```toml [pesde.toml] +[dependencies] +warp = { name = "eternitydev/warp", version = "^1.1.0" } +``` +```bash [cli] +pesde add eternitydev/warp +``` +::: + +## Roblox Studio 1. Get the `.rbxm` file from the [github](https://github.com/imezx/Warp) 2. Import the `.rbxm` file into roblox studio manually and Done! \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a8ebf65..04edd5f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ hero: link: /guide/ - theme: alt text: API Reference - link: /api/1.0/warp + link: /api/1.1/warp - theme: alt text: View on Github link: https://github.com/imezx/Warp diff --git a/pesde.toml b/pesde.toml new file mode 100644 index 0000000..7a8e874 --- /dev/null +++ b/pesde.toml @@ -0,0 +1,22 @@ +name = "eternitydev/warp" +version = "1.1.0-pre1" +description = "A very-fast & powerful networking library." +authors = ["eternitydev"] +repository = "https://github.com/imezx/Warp" +license = "MIT" +includes = [ + "pesde.toml", + "README.md", + "LICENSE", + "src/**/*.luau", + "docs/**/*.md", + "docs/**/*.png", +] + +[target] +environment = "luau" +lib = "src/init.luau" +build_files = ["src"] + +[indices] +default = "https://github.com/pesde-pkg/index"