From 3d9f7a61fbf44956d44fe207428a9783226c3e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Vlachov=C3=A1?= <65499282+janavlachova@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:15:09 +0200 Subject: [PATCH] [web] fix blog links #1255 (#1256) web - blog links fixed --- agdb_web/pages/blog/_meta.en-US.json | 16 ++++++++++++++-- agdb_web/pages/blog/single-file.en-US.mdx | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/agdb_web/pages/blog/_meta.en-US.json b/agdb_web/pages/blog/_meta.en-US.json index 437615977..61a3cec3a 100644 --- a/agdb_web/pages/blog/_meta.en-US.json +++ b/agdb_web/pages/blog/_meta.en-US.json @@ -6,8 +6,20 @@ "title": "Blog", "display": "normal" }, - "why-not-sql": { - "title": "Why Not SQL?", + "why-graph": { + "title": "Why graph?", + "display": "normal" + }, + "object-queries": { + "title": "Object queries", + "display": "normal" + }, + "single-file": { + "title": "Single file", + "display": "normal" + }, + "replication-sharding-performance": { + "title": "Sharding, replication and performance at scale", "display": "normal" } } diff --git a/agdb_web/pages/blog/single-file.en-US.mdx b/agdb_web/pages/blog/single-file.en-US.mdx index dafc23f3f..854a04a93 100644 --- a/agdb_web/pages/blog/single-file.en-US.mdx +++ b/agdb_web/pages/blog/single-file.en-US.mdx @@ -1,5 +1,5 @@ --- -title: Single file" +title: Single file description: "Blog, Agnesoft Graph Database" ---