Skip to content

Commit 5cf7a43

Browse files
authored
UI updates
UI updates
2 parents d1f1312 + 74485da commit 5cf7a43

32 files changed

+7093
-410
lines changed

docusaurus.config.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ const config: Config = {
142142
label: 'GitHub',
143143
position: 'right',
144144
},
145+
{
146+
href: 'https://discord.gg/ZpMbQ8jRbD',
147+
label: 'Discord',
148+
position: 'right',
149+
className: 'navbar-discord-link',
150+
},
145151
],
146152
},
147153
footer: {
@@ -171,6 +177,10 @@ const config: Config = {
171177
{
172178
title: 'Community',
173179
items: [
180+
{
181+
label: 'Discord',
182+
href: 'https://discord.gg/ZpMbQ8jRbD',
183+
},
174184
{
175185
label: 'GitHub',
176186
href: 'https://github.com/universal-tool-calling-protocol',
@@ -198,6 +208,15 @@ const config: Config = {
198208
},
199209
],
200210
},
211+
{
212+
title: 'Legal',
213+
items: [
214+
{
215+
label: 'Impressum',
216+
to: '/about/impressum',
217+
},
218+
],
219+
},
201220
],
202221
copyright: `Copyright © ${new Date().getFullYear()} UTCP Contributors. Distributed under the Apache 2.0 License.`,
203222
},

package-lock.json

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"prism-react-renderer": "^2.3.0",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
26-
"zod": "^4.0.14"
26+
"react-github-button": "^0.1.11",
27+
"zod": "^3.23.8"
2728
},
2829
"devDependencies": {
2930
"@docusaurus/module-type-aliases": "3.8.1",

0 commit comments

Comments
 (0)