From 7c5f9815776628d847873a7d524896aed15a7d4c Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Tue, 21 May 2024 14:56:25 +0300 Subject: [PATCH] Add MYSQL to getting started --- docs/getting-started/README.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/README.mdx b/docs/getting-started/README.mdx index 66f548b6b..a9e5d1e5c 100644 --- a/docs/getting-started/README.mdx +++ b/docs/getting-started/README.mdx @@ -49,6 +49,11 @@ export const features = [ icon: '/img/icons/postgresql-no-word-mark.svg', url: '/features/postgresql/' }, + { + title: 'MySQL', + icon: '/img/icons/mysql.svg', + url: '/features/mysql/' + }, { title: 'Istio', icon: '/img/icons/istio-no-word-mark.svg',