diff --git a/README.md b/README.md index fa122bfea3..c6d3667130 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal. +Refer to the [documentation](https://cli.scaleway.com/) for a complete reference of the different CLI commands. + # Installation ## With a Package Manager (Recommended) diff --git a/docs/commands/index.md b/docs/commands/index.md index 1cb72e0cdb..b85a358bd9 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -11,10 +11,6 @@ Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal. -!!! warning - - This website is under construction and may contain out-of-date information. Refer to the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli) for the latest release. - ## Installation ### With a Package Manager (Recommended) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7465eb5872..2b174cfa7c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -101,7 +101,7 @@ nav: - Web Hosting: webhosting.md - Network: - VPC: vpc.md - - Puvblic Gateway: vpc-gw.md + - Public Gateway: vpc-gw.md - IPAM: ipam.md - Load Balancer: lb.md - Domains and DNS: dns.md @@ -114,7 +114,7 @@ nav: - SQL Databases: sdb-sql.md - Messaging and Queuing: mnq.md - Storage: - - BLock Storage: block.md + - Block Storage: block.md - Object Storage: object.md - CLI configuration: - Alias: alias.md