Skip to content

Commit 7836fb5

Browse files
committed
getting-started.mdx: update description
1 parent 1de8f9d commit 7836fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Getting Started with ObjectBox C++"
3-
description: "ObjectBox Generator produces binding code for ObjectBox C & C++ APIs. This greatly simplifies the model declaration and FlatBuffers serialization, allowing y..."
3+
description: "Learn how to use ObjectBox in C and C++: define your data model, generate binding code, and perform basic CRUD operations."
44
keywords:
55
- objectbox
66
- c++
@@ -21,7 +21,7 @@ import { TechnicalArticleSchema } from '@site/src/components/Schema';
2121

2222
<TechnicalArticleSchema
2323
headline="Getting Started with ObjectBox C++"
24-
description="ObjectBox Generator produces binding code for ObjectBox C & C++ APIs. This greatly simplifies the model declaration and FlatBuffers serialization, allowing y..."
24+
description="Learn how to use ObjectBox in C and C++: define your data model, generate binding code, and perform basic CRUD operations."
2525
url="https://cpp.objectbox.io/getting-started"
2626
datePublished="2025-07-21"
2727
dateModified="2025-11-27"

0 commit comments

Comments
 (0)