@@ -1530,6 +1530,9 @@ type = {link = "https://developer.apple.com/%s"}
15301530[role ."admin-api-endpoint" ]
15311531type = {link = " https://www.mongodb.com/docs/realm/admin/api/v3/#%s" , ensure_trailing_slash = true }
15321532
1533+ [role ."cpp-sdk" ]
1534+ type = {link = " https://www.mongodb.com/docs/realm-sdks/cpp/latest/%s" }
1535+
15331536[role ."java-sdk" ]
15341537type = {link = " https://www.mongodb.com/docs/realm-sdks/java/latest/%s" }
15351538
@@ -1890,6 +1893,7 @@ realm-languages = [
18901893 {id = " typescript" , title = " TypeScript" },
18911894 {id = " javascript" , title = " JavaScript" },
18921895 {id = " c-sharp" , title = " C#" },
1896+ {id = " cpp" , title = " C++" },
18931897 {id = " dart" , title = " Dart" },
18941898 {id = " java" , title = " Java" },
18951899 {id = " objective-c" , title = " Objective C" },
@@ -1900,6 +1904,7 @@ realm-sdks = [
19001904 {id = " graphql" , title = " GraphQL" },
19011905 {id = " ios" , title = " Swift SDK" },
19021906 {id = " android" , title = " Java SDK" },
1907+ {id = " cpp" , title = " C++ SDK" },
19031908 {id = " kotlin" , title = " Kotlin SDK" },
19041909 {id = " flutter" , title = " Flutter SDK" },
19051910 {id = " dotnet" , title = " .NET SDK" },
0 commit comments