Skip to content

Commit

Permalink
Make index pages under "Starlark Reference" and "Cli Reference" link …
Browse files Browse the repository at this point in the history
…to the correct next page, instead of back to themselves
  • Loading branch information
Omar authored and Omar committed Oct 9, 2023
1 parent 545aa53 commit ab79944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/cli-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: CLI Introduction
sidebar_label: Introduction
slug: /cli
sidebar_position: 1
pagination_next: cli-reference/analytics-disable
---

The Kurtosis CLI is a Go CLI wrapped around the Kurtosis Go [SDK][sdk-reference]. This section will go through the most common Kurtosis CLI commands and some useful tips on getting started. If you have not already done so, the CLI can be installed by following the instructions [here][installing-the-cli].
Expand Down
1 change: 1 addition & 0 deletions docs/docs/starlark-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Starlark Introduction
sidebar_label: Introduction
slug: /starlark-reference
sidebar_position: 1
pagination_next: starlark-reference/standard-library
---

This section details the Kurtosis Starlark DSL used to manipulate the contents of enclaves. Feel free to use the [official Kurtosis Starlark VS Code extension][vscode-plugin] when writing Starlark with VSCode for features like syntax highlighting, method signature suggestions, hover preview for functions, and auto-completion for Kurtosis custom types.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/starlark-reference/standard-library.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: standard-library
title: Standard Library
sidebar_label: Standard Library
sidebar_position: 2
Expand Down

0 comments on commit ab79944

Please sign in to comment.