Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
17e630d
Initial draft of blog post
lukekim Jan 20, 2025
5b0fd9a
Grammer tweaks and updates
lukekim Jan 20, 2025
447d579
Additional tweaks
lukekim Jan 20, 2025
9079e27
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 20, 2025
b458240
Tweaks
lukekim Jan 20, 2025
e3f6e4e
Fix twtter
lukekim Jan 20, 2025
c680519
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 20, 2025
d958249
Improve getting started section to have data-grounded AI quickstart (…
phillipleblanc Jan 20, 2025
82fc289
Try Open Sans font (#784)
lukekim Jan 20, 2025
74e6442
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 20, 2025
987b0f7
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 20, 2025
a2422a7
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
dc07deb
Fix fetch URL
lukekim Jan 21, 2025
f62247f
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
8bfbd44
Title tweaks
lukekim Jan 21, 2025
7b688aa
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
8c89ff3
Add use-case images
lukekim Jan 21, 2025
fdd04f8
Update NRC image
lukekim Jan 21, 2025
aa70356
Add clippy image
lukekim Jan 21, 2025
7a818f2
Add images and quotes
lukekim Jan 21, 2025
86ebd47
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
8cf9214
Tweak
lukekim Jan 21, 2025
d12ba48
Remove theme
lukekim Jan 21, 2025
e8b59c8
Fix player
lukekim Jan 21, 2025
3060f54
Update image
lukekim Jan 21, 2025
a52474e
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
7af6594
Add X
lukekim Jan 21, 2025
873e38b
Update quotes and image
lukekim Jan 21, 2025
b007eb4
Add quote
lukekim Jan 21, 2025
c7a2bd2
Tweak order
lukekim Jan 21, 2025
bf5f4a6
Add quote
lukekim Jan 21, 2025
2e24f08
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
d610427
Fix spelling
lukekim Jan 21, 2025
30b1a04
Add profile images
lukekim Jan 21, 2025
af0f659
Add margin
lukekim Jan 21, 2025
396a812
Fix
lukekim Jan 21, 2025
5830016
Fix
lukekim Jan 21, 2025
64eaf57
Copy tweaks
lukekim Jan 21, 2025
08d70fc
Tweak word
lukekim Jan 21, 2025
70cb435
Update Peter photo
lukekim Jan 21, 2025
a6f14a9
Add OSS image
lukekim Jan 21, 2025
067ed77
Update quote
lukekim Jan 21, 2025
cfa70a3
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
94fed34
Add release
lukekim Jan 21, 2025
37127a5
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
2a0bab8
Tweak Twilio use-case copy.
lukekim Jan 21, 2025
b34ae6a
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
8df6f4b
Tweak wording
lukekim Jan 21, 2025
7e6a3cc
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 21, 2025
eb97a7b
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 22, 2025
4ee3ee5
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 22, 2025
96d1bad
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 22, 2025
4c672ec
Merge branch 'trunk' into release/v1.0-stable
lukekim Jan 22, 2025
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
244 changes: 244 additions & 0 deletions website/blog/2024/announcing-1.0-stable.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem';
/>
</div>

### Follow these steps to get started with Spice.
### Follow these steps to get started with Spice

Download the latest version of Spice, connect to a dataset in S3, and ask questions about the data using AI, in less than 5 minutes.

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const config: Config = {
// image: 'img/docusaurus-social-card.jpg',
announcementBar: {
content:
'<a href="https://github.com/spiceai/spiceai/releases/tag/v1.0.0">Spice.ai OSS v1.0-stable</a> is now available! 🚀',
'<a href="/blog/releases/v1.0-stable">Spice.ai OSS v1.0-stable</a> is now available! 🚀',
backgroundColor: 'var(--announcement-bar-bg)',
textColor: 'var(--announcement-bar-text)',
isCloseable: true,
Expand Down
18 changes: 18 additions & 0 deletions website/src/components/molecules/quote/quote.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import React from 'react';

export default function Quote({children, name, title, company, imageUrl}) {
return (
<blockquote className='mb-1'>
<p className="italic font-semibold" dir="ltr">{children}</p>
<div className='avatar'>
<div className="avatar__photo">
<img src={imageUrl} alt={`${name}'s profile`} className="w-6 h-6 rounded" />
</div>
<div className="avatar__intro">
<div className='avatar__name'>{name}</div>
<small>{title} at {company}</small>
</div>
</div>
</blockquote>
);
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/static/svg/barracuda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/static/svg/nrc-health.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/static/svg/twilio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading