Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const config: Config = {
respectPrefersColorScheme: true,
},
announcementBar: {
id: 'v146',
content: '🎉 SynapseKit v1.4.8WikipediaLoader, ArXivLoader, EmailLoader, ImageLoader, ColBERT retriever &amp; more. <a href="/synapsekit-docs/docs/changelog">See what\'s new →</a>',
id: 'v150',
content: '🎉 SynapseKit v1.5.0LinearTool, GCSLoader, SQLLoader, GitHubLoader, xAI, NovitaAI, Writer &amp; more. <a href="/synapsekit-docs/docs/changelog">See what\'s new →</a>',
backgroundColor: '#161b22',
textColor: '#8b949e',
isCloseable: true,
Expand Down Expand Up @@ -144,7 +144,7 @@ const config: Config = {
{
type: 'html',
position: 'left',
value: '<span class="navbar__version">v1.4.8</span>',
value: '<span class="navbar__version">v1.5.0</span>',
},
{
href: 'https://discord.gg/unn4cXXH',
Expand Down
Loading