Skip to content

Commit 59961c2

Browse files
authored
Add the C++ SDK to Realm tabs/role (#433)
* Add the C++ SDK to Realm tabs/role * Add ensure_trailing_slash to all the Realm SDK roles * Remove over-eager trailing slash thing
1 parent 5baf9a0 commit 59961c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snooty/rstspec.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,9 @@ type = {link = "https://developer.apple.com/%s"}
15301530
[role."admin-api-endpoint"]
15311531
type = {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"]
15341537
type = {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

Comments
 (0)