Skip to content

Commit ac4d85b

Browse files
authored
fix(sdks): updated missing links (#4399)
1 parent 8e508b8 commit ac4d85b

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/develop/dotnet/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Execute Activities independently without a Workflow using the Temporal Client.
7373

7474
## [Temporal Nexus](/develop/dotnet/nexus)
7575

76+
- [Quickstart](/develop/dotnet/nexus/quickstart)
7677
- [Feature guide](/develop/dotnet/nexus/feature-guide)
7778

78-
7979
## [Platform](/develop/dotnet/platform)
8080

8181
- [Observability](/develop/dotnet/platform/observability)

docs/develop/dotnet/nexus/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ import * as Components from '@site/src/components';
1717

1818
## Temporal Nexus
1919

20+
- [Quickstart](/develop/dotnet/nexus/quickstart)
2021
- [Feature guide](/develop/dotnet/nexus/feature-guide)

docs/develop/typescript/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Once your local Temporal Service is set up, continue building with the following
6363

6464
## [Temporal Nexus](/develop/typescript/nexus)
6565

66+
- [Quickstart](/develop/typescript/nexus/quickstart)
6667
- [Feature guide](/develop/typescript/nexus/feature-guide)
6768

6869
## [Platform](/develop/typescript/platform)

docs/develop/typescript/nexus/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ import * as Components from '@site/src/components';
1818

1919
## Temporal Nexus
2020

21+
- [Quickstart](/develop/typescript/nexus/quickstart)
2122
- [Feature guide](/develop/typescript/nexus/feature-guide)

sidebars.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,10 @@ module.exports = {
642642
type: 'doc',
643643
id: 'develop/typescript/nexus/index',
644644
},
645-
items: ['develop/typescript/nexus/feature-guide'],
645+
items: [
646+
'develop/typescript/nexus/quickstart',
647+
'develop/typescript/nexus/feature-guide'
648+
],
646649
},
647650
{
648651
type: 'category',

0 commit comments

Comments
 (0)