Skip to content

Commit 49dafdd

Browse files
docs: fix broken image and update navigation (#4823)
1 parent 99d6d13 commit 49dafdd

File tree

2 files changed

+58
-74
lines changed

2 files changed

+58
-74
lines changed

docs/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Scaleway CLI v2 Documentation
44

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

77
<p align="center">
88
<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>

docs/mkdocs.yml

Lines changed: 57 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,13 @@
1-
site_name: Scaleway Command Line Interface Documentation
2-
site_url: https://mydomain.org/scaleway-cli-documentation
1+
site_name: Scaleway CLI Documentation
2+
site_url: https://cli.scaleway.com/
33
extra_css:
44
- stylesheets/extra.css
5-
extra:
6-
version:
7-
provider: mike
8-
9-
# Analytics and feedback system (placeholders)
10-
analytics:
11-
provider: google
12-
property: G-XXXXXXXXXX
13-
feedback:
14-
title: Was this page helpful?
15-
ratings:
16-
- icon: material/emoticon-happy-outline
17-
name: This page was helpful
18-
data: 1
19-
note: >-
20-
Thanks for your feedback!
21-
- icon: material/emoticon-sad-outline
22-
name: This page could be improved
23-
data: 0
24-
note: >-
25-
Thanks for your feedback! Help us improve this page by
26-
referring to the <a href="/scaleway-cli-documentation/feedback/" target="_blank" rel="noopener">feedback page</a>.
275

286
# GitHub integration configuration
297
repo_url: https://github.com/scaleway/scaleway-cli
308
repo_name: scaleway/scaleway-cli
319
edit_uri: edit/master/docs/commands/
3210

33-
3411
# Theme configuration
3512
theme:
3613
icon:
@@ -71,58 +48,65 @@ markdown_extensions:
7148
- pymdownx.superfences
7249

7350
nav:
74-
- Platform:
75-
- Account: account.md
76-
- Billing: billing.md
77-
- IAM: iam.md
78-
- Secret Manager: secret.md
79-
- Marketplace: marketplace.md
80-
- AI & Data:
81-
- Managed Inference: inference.md
51+
- Home: /
52+
- Management & Governance:
53+
- Account: account
54+
- Billing: billing
55+
- IAM: iam
56+
- Secret Manager: secret
57+
- Marketplace: marketplace
58+
- AI:
59+
- Managed Inference: inference
8260
- Bare Metal:
83-
- Elastic Metal: baremetal.md
84-
- Apple Silicon: apple-silicon.md
85-
- Flexible IP: fip.md
61+
- Elastic Metal: baremetal
62+
- Apple Silicon: apple-silicon
63+
- Dedibox: dedibox
64+
- Flexible IP: fip
8665
- Compute:
87-
- Instances: instance.md
66+
- Instances: instance
8867
- Containers:
89-
- Container Registry: registry.md
90-
- Kubernetes: k8s.md
91-
- Labs:
92-
- IPFS Pinning: ipfs.md
93-
- IPFS Naming: ipns.md
94-
- Managed Databases:
95-
- PostgreSQL and MySQL: rdb.md
96-
- Redis™: redis.md
97-
- Document Databases: document-db.md
98-
- Managed Services:
99-
- IOT Hub: iot.md
100-
- Transactional Email: tem.md
101-
- Web Hosting: webhosting.md
68+
- Container Registry: registry
69+
- Kubernetes: k8s
70+
- Databases:
71+
- PostgreSQL and MySQL: rdb
72+
- Redis™: redis
73+
- MongoDB®: mongodb
74+
- Serverless SQL: sdb-sql
75+
- Data & Analytics:
76+
- NATS: mnq#mnq-nats-commands
77+
- Domains & Web Hosting:
78+
- Transactional Email: tem
79+
- Web Hosting: webhosting
80+
- Domains and DNS: dns
10281
- Network:
103-
- VPC: vpc.md
104-
- Public Gateway: vpc-gw.md
105-
- IPAM: ipam.md
106-
- Load Balancer: lb.md
107-
- Domains and DNS: dns.md
108-
- Observability:
109-
- Cockpit: cockpit.md
82+
- VPC: vpc
83+
- Public Gateway: vpc-gw
84+
- IPAM: ipam
85+
- Load Balancer: lb
86+
- Edge Services: edge-services
87+
- InterLink: interlink
88+
- Monitoring:
89+
- Audit Trail: audit-trail
90+
- Cockpit: cockpit
11091
- Serverless:
111-
- Functions: function.md
112-
- Containers: container.md
113-
- Jobs: jobs.md
114-
- SQL Databases: sdb-sql.md
115-
- Messaging and Queuing: mnq.md
92+
- Functions: function
93+
- Containers: container
94+
- Jobs: jobs
95+
- Integration services:
96+
- Topics & Events: mnq#mnq-topics-and-events-commands
97+
- Queues : mnq#mnq-queues-commands
98+
- IOT Hub: iot
11699
- Storage:
117-
- Block Storage: block.md
118-
- Object Storage: object.md
100+
- Block Storage: block
101+
- Object Storage: object
102+
- File Storage: file
119103
- CLI configuration:
120-
- Alias: alias.md
121-
- Autocompletion: autocomplete.md
122-
- Configuration: config.md
123-
- Feedback: feedback.md
124-
- Help: help.md
125-
- Info: info.md
126-
- Initialization: init.md
127-
- Shell: shell.md
128-
- Version: version.md
104+
- Alias: alias
105+
- Autocompletion: autocomplete
106+
- Configuration: config
107+
- Feedback: feedback
108+
- Help: help
109+
- Info: info
110+
- Initialization: init
111+
- Shell: shell
112+
- Version: version

0 commit comments

Comments
 (0)