Skip to content

Commit 79b0965

Browse files
authored
fix(docs): fix images (#4829)
1 parent f32d6a5 commit 79b0965

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

pages/edge-services/how-to/configure-cache.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can disable and enable caching at will, as well as control the lifetime of a
2727

2828
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage or Load Balancer pipeline on which you want to enable caching:
2929

30-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
30+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for an Edge Services Load Balancer pipeline, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
3131

3232
2. In the **Cache** panel, use the <Icon name="toggle" /> icon to enable the cache.
3333

@@ -49,7 +49,7 @@ Purging objects clears all objects from your cache. Afterward, Edge Services wil
4949

5050
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage bucket or Load Balancer pipeline whose cache you want to purge:
5151

52-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
52+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for an Edge Services Load Balancer pipeline, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
5353

5454
2. In the **Purge cache** panel, click **Purge all**.
5555

@@ -65,7 +65,7 @@ This allows you to specify the precise objects that you want to clear from the c
6565

6666
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage bucket or Load Balancer pipeline whose cache you want to purge:
6767

68-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
68+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for an Edge Services Load Balancer pipeline, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
6969

7070
2. In the **Purge cache** panel, click **Purge by object**.
7171

@@ -108,7 +108,7 @@ For Object Storage bucket origins, the following example call to the S3 API upda
108108

109109
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage bucket or Load Balancer pipeline whose cache you want to disable:
110110

111-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
111+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for an Edge Services Load Balancer pipeline, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
112112

113113
2. In the **Cache** panel, use the <Icon name="toggle" /> icon to disable the cache.
114114

pages/edge-services/how-to/configure-custom-domain.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The procedure for adding a customized endpoint is as follows:
2525

2626
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage or Load Balancer pipeline whose domain you want to customize:
2727

28-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
28+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
2929

3030
2. In the **Endpoint** panel, click **Configure domain**. The following screen displays:
3131

@@ -97,7 +97,7 @@ After customizing your domain, you can edit it (or its certificate) at any time
9797

9898
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage bucket or Load Balancer pipeline whose domain you want to customize:
9999

100-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
100+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
101101

102102
2. In the **Endpoint** panel, click **Edit**. The **Edit Domain** screen displays.
103103

@@ -113,7 +113,7 @@ Even though the original Edge Services endpoint (e.g. `https://pipeline-id.svc.e
113113

114114
1. In the Scaleway console, navigate to the Edge Services dashboard for the Object Storage bucket or Load Balancer pipeline whose domain you want to reset:
115115

116-
<Lightbox src="scaleway-edge-services-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
116+
<Lightbox src="scaleway-edge-services-lb-dashboard.webp" alt="A screenshot of the Edge Services dashboard in the Scaleway console. This is a dashboard for Edge Services on an Object Storage bucket, showing links to the documentation, Scaleway Cockpit, the endpoint, cache settings and a button to disable the pipeline." />
117117

118118
2. In the **Endpoint** panel, click **Reset**.
119119

pages/edge-services/how-to/create-pipeline-lb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can create an Edge Services pipeline from the Load Balancer section of the c
3434

3535
2. Click **Create pipeline**. The pipeline creation wizard displays.
3636

37-
<Lightbox src="scaleway-edge-create-pipeline-lb.webp" alt="A screenshot of the Scaleway console shows the Edge Services pipeline creation wizard. It prompts you to select an origin type (Load Balancer or Object Storage), and configure the other options described below on this page." />
37+
<Lightbox src="scaleway-create-pipeline-lb.webp" alt="A screenshot of the Scaleway console shows the Edge Services pipeline creation wizard. It prompts you to select an origin type (Load Balancer or Object Storage), and configure the other options described below on this page." />
3838

3939
3. Configure the [origin](/edge-services/concepts/#origin) for this pipeline:
4040
- Select **Load Balancer** as the origin type.

pages/edge-services/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you already own a domain, you can customize an Edge Services pipeline endpoin
106106

107107
2. In the **Endpoint** panel, click **Configure domain**. The following screen displays:
108108

109-
<Lightbox src="scaleway-edge-configure-domain.webp" alt="A screenshot of the Configure Domain screen in the Edge Services part of the Scaleway console. Step one is to set a subdomain, step two is to provide an SSL/TLS certificate" />
109+
<Lightbox src="scaleway-edge-services-configure-domain.webp" alt="A screenshot of the Configure Domain screen in the Edge Services part of the Scaleway console. Step one is to set a subdomain, step two is to provide an SSL/TLS certificate" />
110110

111111
3. Set a subdomain from which your Object Storage bucket or Load Balancer origin will be accessible via its Edge Services pipeline. You must already own the primary domain. For example, if you own `beautiful-domain.com`, choose any subdomain you like and enter `my-chosen-subdomain.beautiful-domain.com` into the box.
112112

pages/load-balancer/how-to/add-certificate.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ If you are using the [import certificate](#how-to-import-a-certificate) option,
190190

191191
## How to manage your certificates
192192

193-
View the certificate(s) that you have uploaded for your Load Balancer on the **SSL certificates** tab:
194-
195-
<Lightbox src="scaleway-certificate-list.webp" alt="" />
193+
View the certificate(s) that you have uploaded for your Load Balancer on the **SSL certificates** tab.
196194

197195
Use the <Icon name="delete" /> button to delete unwanted certificates.
198196

pages/messaging/how-to/create-manage-subscriptions.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ An HTTP or HTTPS subscription will have a `Pending` status until you **confirm**
8282

8383
1. Access the subscriptions listing page (from the console side menu, **Serverless** > **Topics and Events** > **Topics**, click the topic containing the subscription).
8484

85-
2. Click the <Icon name="more" /> icon next to the subscription you wish to confirm, then select **Confirm subscription** from the menu. A pop-up displays:
85+
2. Click the <Icon name="more" /> icon next to the subscription you wish to confirm, then select **Confirm subscription** from the menu. A pop-up displays, with the following message:
8686

87-
<Lightbox src="scaleway-topics-confirmation.webp" alt="In the Scaleway console, a pop-up displays saying 'A subscription confirmation message has been sent to the subscription endpoint. Retrieve the SubscribeURL value from the message and enter it in the box below. This is a necessary step to start receiving messages from the topic'." />
87+
```
88+
A subscription confirmation message has been sent to the subscription endpoint. Retrieve the SubscribeURL value from the message and enter it in the box below. This is a necessary step to start receiving messages from the topic.
89+
```
8890

8991
3. Retrieve the confirmation message that Scaleway Topics and Events sent to your endpoint (delivered as an `HTTP POST` request), and extract the `SubscribeURL` from the message payload.
9092

42.8 KB
Loading

0 commit comments

Comments
 (0)