Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ content:
- url: https://github.com/couchbase/docs-analytics-sdk-common
branches: [release/1.0]

- url: https://github.com/couchbase/docs-analytics-sdk-dotnet
branches: [release/1.0]
- url: https://github.com/couchbase/docs-analytics-sdk-go
branches: [release/1.0]
- url: https://github.com/couchbase/docs-analytics-sdk-java
Expand Down
10 changes: 10 additions & 0 deletions home/modules/ROOT/pages/analytics-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:page-layout: landing-page-top-level-sdk
:page-role: tiles
:page-rank: 75
:dotnet: .NET
:!sectids:
// :page-aliases: columnar-sdk.adoc

Expand All @@ -28,6 +29,15 @@ such as connection management and robust error handling.

[{tabs}]
====

{dotnet}::
+
--
xref:dotnet-analytics-sdk:hello-world:overview.adoc[.NET Analytics SDK Docs] |
xref:dotnet-analytics-sdk:hello-world:start-using-sdk.adoc[Quickstart] |
| https://docs.couchbase.com/sdk-api/analytics-dotnet-client[.NET Analytics API Reference]
--

Go::
+
--
Expand Down
5 changes: 5 additions & 0 deletions home/modules/ROOT/pages/sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ xref:analytics-sdk.adoc[Analytics SDKs] are tailored to the APIs offered by this
|===
| Analytics SDK | Documentation | Hello World Example | API Reference

| .NET Analytics SDK
| xref:dotnet-analytics-sdk:hello-world:overview.adoc[Docs]
| xref:dotnet-analytics-sdk:hello-world:start-using-sdk.adoc[.NET Getting Started]
| https://docs.couchbase.com/sdk-api/analytics-dotnet-client[.NET Analytics API Reference]

| Go Analytics SDK
| xref:go-analytics-sdk:hello-world:overview.adoc[Docs]
| xref:go-analytics-sdk:hello-world:start-using-sdk.adoc[Go Getting Started]
Expand Down