Skip to content

Commit

Permalink
Refresh Wave documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-seqera committed Aug 21, 2024
1 parent f844bec commit 3625a29
Show file tree
Hide file tree
Showing 17 changed files with 1,036 additions and 479 deletions.
14 changes: 14 additions & 0 deletions docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: API reference

This page summarizes the API provided by the Wave container service.

**API limits**

The Wave service implements API rate limits for API calls. Authenticated users have higher rate limits than anonymous users.

If an access token is provided, the following rate limits apply:

- 100 container builds per hour
- 1,000 container pulls per minute

If an access token isn't provided, the following rate limits apply:

- 25 container builds per day
- 250 container pulls per hour

## POST `/container-token`

Deprecated endpoint allows you to submit a request to access a private container registry via Wave, or build a container image on-the-fly with a Dockerfile or Conda recipe file.
Expand Down
28 changes: 0 additions & 28 deletions docs/cli/build-conda.mdx

This file was deleted.

34 changes: 0 additions & 34 deletions docs/cli/build-directory.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/cli/build-docker.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions docs/cli/build-freeze.mdx

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cli/build-singularity.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions docs/cli/build-spack.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/cli/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Wave CLI
title: CLI overview
---

The Wave CLI is a convenient wrapper around the Wave API.
Expand Down
41 changes: 0 additions & 41 deletions docs/cli/install.mdx

This file was deleted.

Loading

0 comments on commit 3625a29

Please sign in to comment.