From 0caf3731821f6dd60e5489532245bad08a8288fd Mon Sep 17 00:00:00 2001 From: Sellab <102852787+BobThePogBuilder@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:50:24 -0800 Subject: [PATCH] Site Update (#391) * Update index.tsx Changed Versions on main page * Create easy-installer.md * Update easy-installer.md Updated the pages, to include info about spearmint * Rename easy-installer.md to installer.md * Update _meta.js --- apps/docs/pages/_meta.js | 5 +++++ apps/docs/pages/installer.md | 15 +++++++++++++++ apps/site/pages/index.tsx | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 apps/docs/pages/installer.md 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! 🚀