You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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."
4
4
keywords:
5
5
- objectbox
6
6
- c++
@@ -21,7 +21,7 @@ import { TechnicalArticleSchema } from '@site/src/components/Schema';
21
21
22
22
<TechnicalArticleSchema
23
23
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."
0 commit comments