diff --git a/pages/clustering/_meta.ts b/pages/clustering/_meta.ts index 51e038a9e..b23cf6082 100644 --- a/pages/clustering/_meta.ts +++ b/pages/clustering/_meta.ts @@ -1,5 +1,6 @@ export default { "high-availability": "High availability", - "replication": "Replication" + "replication": "Replication", + "faq": "FAQ" } \ No newline at end of file diff --git a/pages/clustering/faq.mdx b/pages/clustering/faq.mdx new file mode 100644 index 000000000..948495b9e --- /dev/null +++ b/pages/clustering/faq.mdx @@ -0,0 +1,16 @@ +--- +title: Frequently asked questions about clustering +description: Explore the documentation page for Memgraph and access the FAQ section to find solutions to common queries and concerns. Discover essential information and insights now. +--- +import { CommunityLinks } from '/components/social-card/CommunityLinks' + + +# Frequently asked questions + +## High availability + +### High availability with K8s + + + + \ No newline at end of file