From 752550b05bebadb5ab6d3875f3ddff0624bca86e Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Thu, 9 May 2024 06:43:36 +0700 Subject: [PATCH] Add info alert about deploy page --- src/app/[...rest]/deploy/index.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/[...rest]/deploy/index.tsx b/src/app/[...rest]/deploy/index.tsx index f911edc..6f169aa 100644 --- a/src/app/[...rest]/deploy/index.tsx +++ b/src/app/[...rest]/deploy/index.tsx @@ -175,6 +175,22 @@ export default function DeployGuidePage() { view='markdown' className='px-0' /> + + +
+ +
+ About this guide + +

{`If you're from previous version, your deployment might have this deployment guide. +You can disable it from the config files, there a new setting called 'showDeployGuide' you need to set to false.`}

+
+
+
+