Skip to content

Commit 8997a02

Browse files
Enable navbar.hideOnScroll (#135)
* Enable navbar.hideOnScroll * Change admonition for developer preview
1 parent ac71810 commit 8997a02

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

spiceaidocs/docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Spice makes querying data by SQL across one or more data sources simple and fast
3434

3535
**3. Faster data pipelines, machine learning training and inferencing.** Co-locate datasets in pipelines where the data is needed to minimize data-movement and improve query performance.
3636

37-
⚠️ **DEVELOPER PREVIEW** Spice is under active **alpha** stage development and is not intended to be used in production until its **1.0-stable** release.
37+
:::warning[DEVELOPER PREVIEW]
38+
Spice is under active **alpha** stage development and is not intended to be used in production until its **1.0-stable** release.
39+
:::
3840

3941
### Connect with us
4042

spiceaidocs/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const config: Config = {
6464
alt: 'Spice.ai logo',
6565
src: 'img/logo.svg',
6666
},
67+
hideOnScroll: true,
6768
items: [
6869
{
6970
type: 'doc',

0 commit comments

Comments
 (0)