Skip to content

Commit 9d6c7b6

Browse files
committed
Update excerpt in contextops-mcp-inro.md for improved clarity; clean up footer links in navigation.ts
1 parent 9f89fbc commit 9d6c7b6

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

src/data/post/contextops-mcp-inro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
publishDate: 2023-07-17T00:00:00Z
33
title: Enhancing AI Integrations ContextOps and the Model Context Protocol.
4-
excerpt: While easy to get started, Astrowind is quite complex internally. This page provides documentation on some of the more intricate parts.
4+
excerpt: As artificial intelligence (AI) continues to permeate various industries, the need for seamless integration between AI models and diverse data sources becomes increasingly critical. Traditional approaches often involve bespoke solutions, resulting in fragmented systems and significant maintenance overhead. Enter ContextOps—a modern paradigm centered on managing and preserving context within AI workflows.
55
image: https://images.unsplash.com/photo-1534307671554-9a6d81f4d629?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1651&q=80
66
category: Documentation
77
draft: false

src/navigation.ts

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,26 @@ export const footerData = {
3838
{
3939
title: 'Product',
4040
links: [
41-
{ text: 'Features', href: '#' },
42-
{ text: 'Security', href: '#' },
43-
{ text: 'Team', href: '#' },
44-
{ text: 'Customer stories', href: '#' },
45-
{ text: 'Resources', href: '#' },
41+
{ text: 'Features', href: '#' }
4642
],
4743
},
4844
{
49-
title: 'Platform',
50-
links: [
51-
{ text: 'Developer API', href: '#' },
52-
{ text: 'Partners', href: '#' },
53-
{ text: 'Atom', href: '#' },
54-
{ text: 'Electron', href: '#' },
55-
],
45+
// title: 'Platform',
46+
// links: [
47+
// { text: 'Atom', href: '#' },
48+
// { text: 'Electron', href: '#' },
49+
// ],
5650
},
5751
{
5852
title: 'Support',
59-
links: [
60-
{ text: 'Docs', href: '#' },
61-
{ text: 'Community Forum', href: '#' }
53+
links: [
54+
{ text: 'Discord', href: 'https://discord.com/invite/RNa7nds8' }
6255
],
6356
},
6457
{
6558
title: 'Company',
6659
links: [
6760
{ text: 'About', href: '#' },
68-
6961
],
7062
},
7163
],
@@ -74,8 +66,7 @@ export const footerData = {
7466
{ text: 'Privacy Policy', href: getPermalink('/privacy') },
7567
],
7668
socialLinks: [
77-
{ ariaLabel: 'X', icon: 'tabler:brand-x', href: '#' },
78-
{ ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
69+
{ ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://x.com/radoslavminchev' },
7970

8071
],
8172
footNote: `

0 commit comments

Comments
 (0)