Skip to content

Commit

Permalink
Updated Clients And Apis menu
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 29, 2020
1 parent 70da36c commit e51313c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Expand Up @@ -64,9 +64,9 @@ module.exports = {
{
text: "Clients & APIs",
items: [
{text: "gRPC clients", link: "/clients/grpc/getting-started/"},
{text: ".NET SDK", items: versioning.linksFor("dotnet-client", "getting-started/")},
{text: "HTTP API", items: versioning.linksFor("http-api")},
{text: "gRPC", link: "/clients/grpc/getting-started/"},
{text: "TCP", items: versioning.linksFor("dotnet-client")},
{text: "HTTP", items: versioning.linksFor("http-api")},
]
},
{text: "Cloud", link: "/cloud/"},
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/dotnet/versions.json
Expand Up @@ -5,7 +5,7 @@
"basePath": "clients/dotnet",
"versions": [
{
"version": "5.0.9 TCP",
"version": "5.0.9 (.NET)",
"path": "5.0",
"startPage": "getting-started/"
}
Expand Down

0 comments on commit e51313c

Please sign in to comment.