Skip to content

Commit 5d10980

Browse files
authored
docs(gen): removing emojis from some doc pages (#4734)
1 parent 20c7857 commit 5d10980

File tree

5 files changed

+449
-449
lines changed

5 files changed

+449
-449
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ The procedure for adding a customized endpoint is as follows:
3535

3636
<Message type="important">
3737
It is **not** possible to use only a root domain (aka primary domain or apex domain), you must use a subdomain. This is because CNAME records, essential to point your domain to your Edge Services endpoint, cannot by definition be created for root domains, only for subdomains.
38-
✅ blog.example.com
39-
❌ example.com
38+
For example,
39+
✅ Use: `blog.mywebsite.com`
40+
❌ Don't use: `mywebsite.com`.
4041
</Message>
4142

4243
4. This step depends on whether the domain used in the previous step is managed with [Scaleway Domains and DNS](/domains-and-dns/), or an external domain provider. Choose the appropriate tab below.
@@ -120,4 +121,4 @@ Even though the original Edge Services endpoint (e.g. `https://pipeline-id.svc.e
120121
- Delete your CNAME record from your domain provider, unless your domain is managed with Scaleway Domains and DNS, in which case we take care of deletion for you.
121122
- Delete any SSL/TLS certificates you imported into Secret Manager (if no longer required elsewhere, so that you are no longer billed for it). If you generated a managed Let's Encrypt certificate however, Scaleway takes care of the deletion for you.
122123

123-
3. Click **Reset domain** to finish.
124+
3. Click **Reset domain** to finish.

pages/edge-services/quickstart.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ To use Edge Services, you must take out a subscription plan, which then enables
2727

2828
## How to subscribe to Edge Services
2929

30-
To use Edge Services, you must subscribe to a [pricing plan](https://www.scaleway.com/en/pricing/network/#edge-services). Within its monthly price, each pricing plan includes a fixed number of pipelines, and a certain amount of egress cache data. Any consumption that exceeds the limits of the plan is charged at an additional rate.
30+
To use Edge Services, you must subscribe to a [pricing plan](https://www.scaleway.com/en/pricing/network/#edge-services). Within its monthly price, each pricing plan includes a fixed number of pipelines, and a certain amount of egress cache data. Any consumption that exceeds the limits of the plan is charged at an additional rate.
3131

3232
Find out more about how Edge Service subscription plans and billing works on our [Understanding Edge Services pricing](/edge-services/reference-content/understanding-pricing/) page, or follow the steps below to subscribe.
3333

3434
1. Click **Edge Services** in the **Network** section of the [Scaleway console](https://console.scaleway.com/) side menu.
3535

36-
2. Click **Subscribe to Edge Services**. Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed.
36+
2. Click **Subscribe to Edge Services**. Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed.
3737

3838
3. Select a plan, and click **Subscribe to Edge Services**.
3939

@@ -49,7 +49,7 @@ You can create [pipelines](/edge-services/concepts/#pipeline) for either Object
4949

5050
3. Choose an **origin type**, the type of resource which Edge Services will connect to to fetch content to serve. This can either be **Load Balancer** or **Object Storage**.
5151

52-
Follow the steps below depending on whether you are creating a Load Balancer or Object Storage pipeline<br/>
52+
Follow the steps below depending on whether you are creating a Load Balancer or Object Storage pipeline.<br/>
5353

5454
<Tabs id="edge-services-quickstart">
5555
<TabsTab label="Load Balancer">
@@ -112,8 +112,9 @@ If you already own a domain, you can customize an Edge Services pipeline endpoin
112112

113113
<Message type="important">
114114
It is **not** possible to use only a root domain (aka primary domain or apex domain), you must use a subdomain. This is because CNAME records, essential to point your domain to your Edge Services endpoint, cannot by definition be created for root domains, only for subdomains.
115-
✅ blog.example.com
116-
❌ example.com
115+
For example,
116+
✅ Use: `blog.mywebsite.com`
117+
❌ Don't use: `mywebsite.com`.
117118
</Message>
118119

119120
4. This step depends on whether the domain used in the previous step is managed with [Scaleway Domains and DNS](/domains-and-dns/), or an external domain provider. Choose the appropriate tab below.
@@ -190,7 +191,7 @@ For information on purging your cache, see our [dedicated documentation](/edge-s
190191

191192
1. Click **Edge Services** in the **Network** section of the [Scaleway console](https://console.scaleway.com/) side menu. The **Pipelines** tab displays.
192193

193-
2. Click the pipeline that you want to delete. You are taken to the pipeline's **Overview** page
194+
2. Click the pipeline that you want to delete. You are taken to the pipeline's **Overview** page.
194195

195196
4. In the **Delete Edge Services pipeline** panel at the bottom of the screen, click **Delete Edge Services pipeline**.
196197

@@ -216,7 +217,7 @@ You can terminate your Edge Services subscription at any time, as long as you ha
216217

217218
2. Click the **Plans** tab. An overview of your current plan displays, along with options to manage your plan or terminate your subscription.
218219

219-
3. Scroll down to the **Terminate subscription** section, and click **Terminate subscription**.
220+
3. Scroll down to the **Terminate subscription** section, and click **Terminate subscription**.
220221

221222
A pop-up displays, asking you to confirm that you want to terminate your subscription.
222223

pages/instances/how-to/use-private-networks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you want to create a Private Network without immediately attaching any resour
4747
2. Click the Instance you want to add a Private Network to.
4848
3. Click the **Private Networks** tab.
4949
4. Click the **Attach to a Private Network** button. A pop-up displays.
50-
5. Select **Attach to an existing Private Network*
50+
5. Select **Attach to an existing Private Network**.
5151
6. Select the Private Network you want to attach the Instance to.
5252
<Message type="note">
5353
Only Instances from the same region as your Private Network will be available in the drop-down menu.
@@ -73,4 +73,4 @@ If you want to create a Private Network without immediately attaching any resour
7373
Before deleting a Private Network, you must [detach](/instances/how-to/use-private-networks/#how-to-detach-instances-from-a-private-network) all Instances attached to it.
7474
</Message>
7575

76-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
76+
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).

0 commit comments

Comments
 (0)