Skip to content

Commit 865e030

Browse files
Add AI SDK link (#2075)
* Add ai sdk link * lint --------- Co-authored-by: Deeksha Sinha <88374536+deekshas8@users.noreply.github.com>
1 parent 13f9fed commit 865e030

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ module.exports = {
7272
activeBasePath: 'docs/js',
7373
sdkSwitch: true
7474
},
75+
{
76+
label: 'SAP Cloud SDK for AI',
77+
href: 'https://sap.github.io/ai-sdk',
78+
position: 'right'
79+
},
7580
{
7681
type: 'docsVersionDropdown',
7782
position: 'right',
@@ -151,6 +156,10 @@ module.exports = {
151156
{
152157
label: 'Feedback',
153158
href: 'https://sapinsights.eu.qualtrics.com/jfe/form/SV_0P69X6kJ0Pdxqbc'
159+
},
160+
{
161+
label: 'SAP Cloud SDK for AI',
162+
href: 'https://sap.github.io/ai-sdk'
154163
}
155164
]
156165
}

0 commit comments

Comments
 (0)