Skip to content

Commit fa09d5f

Browse files
authored
docs: Add title and link to other docs (#842)
1 parent 8f27f7c commit fa09d5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ module.exports = {
2626
src: 'img/temporal-logo-dark.svg',
2727
srcDark: 'img/temporal-logo.svg',
2828
},
29+
title: 'TypeScript SDK API Reference',
2930
items: [
31+
{
32+
href: 'https://temporal.io/ts',
33+
label: 'Docs',
34+
position: 'right',
35+
},
3036
{
3137
href: 'https://github.com/temporalio/sdk-typescript',
3238
label: 'GitHub',

0 commit comments

Comments
 (0)