Skip to content

Commit 799a3a3

Browse files
docs: Rename page title to match sidebar (#941)
* Rename page and links to match sidebar
1 parent cb7bb55 commit 799a3a3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/cli/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Overview
2+
title: Wave CLI
33
---
44

5-
The Wave CLI is a command-line interface that provides convenient access to Wave's container provisioning capabilities through a simple wrapper around the Wave API.
5+
Wave CLI is a command-line interface that provides convenient access to Wave's container provisioning capabilities through a simple wrapper around the Wave API.
66

7-
Wave command line tool includes functionality to:
7+
Wave CLI includes functionality to:
88

99
- Build container images on-demand using Dockerfiles or Conda packages
1010
- Augment existing images with additional layers

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Wave solves this problem by provisioning containers on-demand during pipeline ex
1010

1111
To get started with Wave:
1212

13-
1. See the [Get started][started] guides.
14-
1. Learn about [Nextflow integration][nf].
15-
1. Learn about the [Wave CLI][cli].
13+
1. See the Wave [Tutorials][wave-tutorials]
14+
1. Learn about [Nextflow integration][nf]
15+
1. Learn about the [Wave CLI][cli]
1616

1717
:::note
1818
Wave is also available as a hosted service on [Seqera Platform](https://cloud.seqera.io/). For Seqera Enterprise customers, a licensed self-hosted Wave solution is also available. [Contact us](https://seqera.io/contact-us/) for more information.
1919
:::
2020

21-
[started]: ./tutorials/index.md
21+
[wave-tutorials]: ./tutorials/index.md
2222
[nf]: ./nextflow/index.md
2323
[cli]: ./cli/index.md
2424

docs/nextflow/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Overview
3-
description: Learn about using Wave with Nextflow
2+
title: Nextflow integration
3+
description: Learn about integrating Wave with Nextflow
44
tags: [nextflow, wave, get started]
55
---
66

0 commit comments

Comments
 (0)