From 338e47bff766a80fe6d924796c68fce6287d4176 Mon Sep 17 00:00:00 2001 From: iamgabrieltv Date: Thu, 22 Jun 2023 13:55:33 +0200 Subject: [PATCH 1/4] Add svelte tag description --- content/tags/svelte/_index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/tags/svelte/_index.md diff --git a/content/tags/svelte/_index.md b/content/tags/svelte/_index.md new file mode 100644 index 000000000..2bb1d0960 --- /dev/null +++ b/content/tags/svelte/_index.md @@ -0,0 +1,5 @@ +--- +title: Svelte +description: Svelte is a powerful JavaScript library for building user interfaces. +link: https://svelte.dev/ +--- From eb37efb9013b077005d970680696fe8e3ca0d742 Mon Sep 17 00:00:00 2001 From: iamgabrieltv Date: Thu, 22 Jun 2023 14:08:39 +0200 Subject: [PATCH 2/4] Add supabase description --- content/tags/supabase/_index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/tags/supabase/_index.md diff --git a/content/tags/supabase/_index.md b/content/tags/supabase/_index.md new file mode 100644 index 000000000..d9a630cf0 --- /dev/null +++ b/content/tags/supabase/_index.md @@ -0,0 +1,5 @@ +--- +title: Supabase +description: Supabase is an open source BaaS with features including a Postgres database, Authentication, Edge Functions, Storage, Realtime subscriptions and Vector embeddings so you can build your product faster. +link: https://supabase.com/ +--- From ec4308870528e5322040cfc932d3784edb54c3e4 Mon Sep 17 00:00:00 2001 From: iamgabrieltv Date: Thu, 22 Jun 2023 14:15:10 +0200 Subject: [PATCH 3/4] Add postgres description --- content/tags/postgres/_index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/tags/postgres/_index.md diff --git a/content/tags/postgres/_index.md b/content/tags/postgres/_index.md new file mode 100644 index 000000000..116a3076c --- /dev/null +++ b/content/tags/postgres/_index.md @@ -0,0 +1,5 @@ +--- +title: PostgreSQL +description: PostgreSQL is a reliable, object-relational database. +link: https://www.postgresql.org/ +--- From ef8de0889525d01a8dd6ed0c3da4cc95315a2238 Mon Sep 17 00:00:00 2001 From: iamgabrieltv Date: Thu, 22 Jun 2023 15:38:03 +0200 Subject: [PATCH 4/4] Updated Postgres tag --- content/tags/postgres/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tags/postgres/_index.md b/content/tags/postgres/_index.md index 116a3076c..d3b06cdf1 100644 --- a/content/tags/postgres/_index.md +++ b/content/tags/postgres/_index.md @@ -1,5 +1,5 @@ --- -title: PostgreSQL +title: Postgres description: PostgreSQL is a reliable, object-relational database. link: https://www.postgresql.org/ ---