Skip to content

Commit fcd0534

Browse files
lesebclaude
andauthored
docs: clean up footer links and rename OpenAI label (#5524)
## Summary - Remove GitHub Discussions link from the Community footer section (discussions are not enabled) - Remove Blog link from the API footer section - Rename "OpenAI Compatibility" to "OpenAI" for brevity ## Test plan - [ ] Verify docs site builds: `cd docs && yarn build` - [ ] Check footer renders correctly with updated links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Sébastien Han <seb@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 22eed94 commit fcd0534

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const config: Config = {
189189
to: '/docs/api-overview',
190190
},
191191
{
192-
label: 'OpenAI Compatibility',
192+
label: 'OpenAI',
193193
to: '/docs/api-openai',
194194
},
195195
{
@@ -200,10 +200,6 @@ const config: Config = {
200200
label: 'Google Interactions',
201201
to: '/docs/api-google-interactions',
202202
},
203-
{
204-
label: 'Blog',
205-
to: '/blog',
206-
},
207203
],
208204
},
209205
{
@@ -213,10 +209,6 @@ const config: Config = {
213209
label: 'Discord',
214210
href: 'https://discord.gg/llama-stack',
215211
},
216-
{
217-
label: 'GitHub Discussions',
218-
href: 'https://github.com/llamastack/llama-stack/discussions',
219-
},
220212
{
221213
label: 'Issues',
222214
href: 'https://github.com/llamastack/llama-stack/issues',

0 commit comments

Comments
 (0)