From 154a4d1c77597df02a1edf480e048424a7b176e7 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 13 Apr 2026 22:52:10 +0300 Subject: [PATCH] Add GitHub and Discord navbar links Update support email to hi@pocketenv.io. Add a bun tab to quickstart with bun install -g @pocketenv/cli --- docs.json | 14 +++++++++++++- quickstart.mdx | 5 +++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 6488c60..6961251 100644 --- a/docs.json +++ b/docs.json @@ -197,9 +197,21 @@ }, "navbar": { "links": [ + { + "type": "github", + "icon": "github", + "href": "https://github.com/pocketenv-io/pocketenv", + "label": "GitHub" + }, + { + "type": "discord", + "icon": "discord", + "href": "https://discord.gg/9ada4pFUFS", + "label": "Discord" + }, { "label": "Support", - "href": "mailto:hi@mintlify.com" + "href": "mailto:hi@pocketenv.io" } ], "primary": { diff --git a/quickstart.mdx b/quickstart.mdx index 52c543f..143bbfe 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -23,6 +23,11 @@ description: "Install the CLI, log in, and run your first sandbox in under 5 min curl -fsSL https://cli.pocketenv.io | bash ``` + + ```bash + bun install -g @pocketenv/cli + ``` + ```bash pnpm add -g @pocketenv/cli -- 2.51.2