Skip to content

fix(docs): fix 404s in doc index #4668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Scaleway CLI v2 Documentation

<p align="center"><img width="50%" src="assets/cli-artwork.png" /></p>
<p align="center"><img width="50%" src="../static_files/cli-artwork.png" /></p>

<p align="center">
<a href="https://circleci.com/gh/scaleway/scaleway-cli/tree/v2"><img src="https://circleci.com/gh/scaleway/scaleway-cli/tree/v2.svg?style=shield" alt="CircleCI" /></a>
Expand Down Expand Up @@ -69,7 +69,7 @@ You can use the CLI as you would run any Docker image:
docker run -i --rm scaleway/cli:latest
```

See more in-depth information about running the CLI in Docker [here](./docs/docker.md)
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)

# Getting Started

Expand Down Expand Up @@ -100,14 +100,14 @@ scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=

You can configure your config or enable functionalities with environment variables.

Variables to override config are describe in [config documentation](docs/commands/config.md).
Variables to override config are describe in [config documentation](/docs/commands/config.md).
To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment.

## Build it yourself

### Build Locally

If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](./.github/CONTRIBUTING.md).
If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](/.github/CONTRIBUTING.md).
Note that this development version could include bugs, use [tagged releases](https://github.com/scaleway/scaleway-cli/releases/latest) if you need stability.

```bash
Expand All @@ -130,12 +130,12 @@ Once built, you can then use the CLI as you would run any image:
docker run -i --rm scaleway/cli
```

See more in-depth information about running the CLI in Docker [here](./docs/docker.md)
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)

# Development

This repository is at its early stage and is still in active development.
If you are looking for a way to contribute please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
If you are looking for a way to contribute please read [CONTRIBUTING.md](/.github/CONTRIBUTING.md).

# Reach Us

Expand Down
Loading