diff --git a/apps/docs/pages/_meta.js b/apps/docs/pages/_meta.js index c58d29c13..24d1c5414 100644 --- a/apps/docs/pages/_meta.js +++ b/apps/docs/pages/_meta.js @@ -11,6 +11,11 @@ export default { type: "separator", title: "Guides", }, + installer: "Easy Installer with Spearmint", + "--- Guides": { + type: "separator", + title: "Guides", + }, proxy: "Proxy", "--- Configuration": { type: "separator", diff --git a/apps/docs/pages/installer.md b/apps/docs/pages/installer.md new file mode 100644 index 000000000..cd7a780c7 --- /dev/null +++ b/apps/docs/pages/installer.md @@ -0,0 +1,15 @@ +# Easy Installer + +Welcome to the Easy Installer page! This tool, known as **Spearmint**, is designed to simplify your setup process. + +## What is Spearmint? + +[Spearmint](https://spearmint.sh/) is a streamlined installer created by the talented developer [Sydney, also known as sydmae on Discord](https://syd.gg/). This tool is built with user-friendliness in mind and aims to make installations more accessible. + +> **Note:** The Spearmint installer may occasionally be out of date or experience issues. While **Peppermint** supports and endorses this tool, we cannot guarantee its full functionality or safety. Use it at your own discretion, and remember to exercise caution during installation. + +--- + +## Official Installation Method + +For the official method of installing Peppermint, please refer to the [Docker install page](https://docs.peppermint.sh/docker). This page provides a reliable and maintained guide to ensure a stable installation of Peppermint. diff --git a/apps/site/pages/index.tsx b/apps/site/pages/index.tsx index 563210227..9ac0e880f 100644 --- a/apps/site/pages/index.tsx +++ b/apps/site/pages/index.tsx @@ -208,7 +208,7 @@ export default function Home() { What's new - - Version 0.4.5 is live! 🚀 + Version 0.5.3 is live! 🚀