Skip to content

Commit e298da6

Browse files
authored
fix(header): add genui-sdk of docs and playground (#84)
* fix(header): add genui-sdk of docs and playground * fix: update height * fix: add next-sdk of playgroud * fix: modify review comments
1 parent e50a9e7 commit e298da6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/common/src/config/header.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ const menuItems = [
113113
logo: tinySdks,
114114
github: 'https://github.com/opentiny/playground'
115115
},
116+
{
117+
title: 'GenUI-SDK',
118+
desc: '生成式UI',
119+
href: 'https://playground.opentiny.design/genui-sdk',
120+
logo: GenuiSdk,
121+
github: 'https://github.com/opentiny/playground'
122+
},
116123
{
117124
title: 'TinyPro',
118125
desc: '中后台解决方案',
@@ -155,6 +162,13 @@ const menuItems = [
155162
logo: tinySdks,
156163
github: 'https://github.com/opentiny/docs'
157164
},
165+
{
166+
title: 'GenUI-SDK',
167+
desc: '生成式UI',
168+
href: 'https://docs.opentiny.design/genui-sdk/guide/quick-start',
169+
logo: GenuiSdk,
170+
github: 'https://github.com/opentiny/docs'
171+
},
158172
{
159173
title: 'TinyPro',
160174
desc: '中后台解决方案',

0 commit comments

Comments
 (0)