Skip to content

Commit 495ec9e

Browse files
committed
fixup! Add a guides section into the navigation
1 parent bf0a22f commit 495ec9e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/data/guides/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ export const guides: Guide[] = [
2121
{
2222
id: 'dashboards-and-visualizations',
2323
name: 'Building realtime dashboards',
24-
description:
25-
'Architecting realtime dashboards with Ably: from fan engagement at scale to critical monitoring.',
24+
description: 'Architecting realtime dashboards with Ably: from fan engagement at scale to critical monitoring.',
2625
link: '/docs/guides/pub-sub/dashboards-and-visualizations',
2726
products: ['pubsub'],
2827
},
@@ -62,7 +61,8 @@ export const guides: Guide[] = [
6261
{
6362
id: 'anthropic-citations',
6463
name: 'Attach citations to Anthropic responses',
65-
description: 'Attach source citations to AI responses from the Anthropic Messages API using Ably message annotations.',
64+
description:
65+
'Attach source citations to AI responses from the Anthropic Messages API using Ably message annotations.',
6666
link: '/docs/guides/ai-transport/anthropic/anthropic-citations',
6767
products: ['ai-transport'],
6868
aiProvider: 'anthropic',
@@ -95,7 +95,8 @@ export const guides: Guide[] = [
9595
{
9696
id: 'openai-citations',
9797
name: 'Attach citations to OpenAI responses',
98-
description: 'Attach source citations to AI responses from the OpenAI Responses API using Ably message annotations.',
98+
description:
99+
'Attach source citations to AI responses from the OpenAI Responses API using Ably message annotations.',
99100
link: '/docs/guides/ai-transport/openai/openai-citations',
100101
products: ['ai-transport'],
101102
aiProvider: 'openai',

0 commit comments

Comments
 (0)