Skip to content

Commit aad0d4d

Browse files
Remove Forward/Back buttons for most docs pages (#167)
* Add doccardlist for Client and Tools * Update docs to remove fwd/back buttons when it doesn't make sense
1 parent 7cafe5a commit aad0d4d

File tree

41 files changed

+101
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+101
-6
lines changed

spiceaidocs/docs/acknowledgements/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Open Source Acknowledgements
33
sidebar_label: Acknowledgements
44
sidebar_position: 100
55
description: 'Spice AI acknowledges the following open source projects for making this project possible:'
6+
pagination_prev: null
7+
pagination_next: null
68
---
79

810
Spice AI acknowledges the following open source projects for making this project possible:

spiceaidocs/docs/cli/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 'Spice.ai OSS CLI documentation'
33
sidebar_label: 'CLI'
44
description: 'Detailed documentation on the Spice.ai OSS CLI'
55
sidebar_position: 9
6+
pagination_prev: null
67
---
78

89
The Spice CLI is a set of commands to create and manage Spicepods and interact with the Spice runtime.

spiceaidocs/docs/cli/reference/add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Add"
33
sidebar_label: "add"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Add Spicepod - adds a Spicepod to the project

spiceaidocs/docs/cli/reference/completion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Completion"
33
sidebar_label: "completion"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Generate the autocompletion script for spice for the specified shell.

spiceaidocs/docs/cli/reference/dataset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "dataset"
33
sidebar_label: "dataset"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Dataset operations

spiceaidocs/docs/cli/reference/datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "datasets"
33
sidebar_label: "datasets"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Lists datasets loaded by the Spice runtime

spiceaidocs/docs/cli/reference/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Spice.ai OSS CLI command reference"
33
sidebar_label: "Spice CLI command reference"
44
description: "Spice CLI command reference"
5+
pagination_next: null
56
---
67

78
# spice
@@ -35,4 +36,4 @@ spice [command] [--help]
3536

3637
All commands have a help flag **--help** or **-h** to print its usage documentation:
3738

38-
- **--help** | **-h** : Print the help message
39+
- **--help** | **-h** : Print the help message

spiceaidocs/docs/cli/reference/init.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "init"
33
sidebar_label: "init"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57
Initialize Spice app - initializes a new Spice app
68

spiceaidocs/docs/cli/reference/login.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "login"
33
sidebar_label: "login"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Login to the Spice.ai Platform, or other services with sub-commands.

spiceaidocs/docs/cli/reference/models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "models"
33
sidebar_label: "models"
4+
pagination_prev: null
5+
pagination_next: null
46
---
57

68
Lists models loaded by the Spice runtime

0 commit comments

Comments
 (0)