Skip to content

Commit 73302af

Browse files
SamyOubouazizRoRoJ
authored andcommitted
fix(gen): fix 200s without anchors (scaleway#4101)
* fix(gen): fix 200s without anchors * chore(gen): update * chore(gen): update * chore(gen): update * chore(gen): update * chore(gen): update * chore(gen): update * chore(gen): update * Update network/edge-services/reference-content/ssl-tls-certificate.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Rowena Jones <[email protected]>
1 parent de4b26f commit 73302af

File tree

114 files changed

+161
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+161
-153
lines changed

ai-data/generative-apis/how-to/query-vision-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Scaleway's Generative APIs service allows users to interact with powerful vision
1919

2020
There are several ways to interact with vision models:
2121
- The Scaleway [console](https://console.scaleway.com) provides a complete [playground](/ai-data/generative-apis/how-to/query-vision-models/#accessing-the-playground), aiming to test models, adapt parameters, and observe how these changes affect the output in real-time.
22-
- Via the [Chat API](/ai-data/generative-apis/how-to/query-vision-models/#querying-vision-models-via-api)
22+
- Via the [Chat API](/ai-data/generative-apis/how-to/query-vision-models/#querying-vision-models-via-the-api)
2323

2424
<Macro id="requirements" />
2525

bare-metal/apple-silicon/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ The Mac mini is a physical hardware designed by Apple, powered by the [Apple sil
3030

3131
## VNC
3232

33-
Virtual Network Computing (VNC) is a remote desktop-sharing protocol. It allows you to visualize the graphical screen output of a remote computer and transfer local keyboard and mouse events to the remote computer using a network connection. The protocol is platform-independent, which means that various clients exist for Linux, Windows, and macOS-based computers. The VNC server used on the Mac mini is directly integrated with the macOS system without any restrictions from our side. Check out our documentation on [how to connect to your Mac mini via VNC](/bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini/#how-to-connect-via-vnc).
33+
Virtual Network Computing (VNC) is a remote desktop-sharing protocol. It allows you to visualize the graphical screen output of a remote computer and transfer local keyboard and mouse events to the remote computer using a network connection. The protocol is platform-independent, which means that various clients exist for Linux, Windows, and macOS-based computers. The VNC server used on the Mac mini is directly integrated with the macOS system without any restrictions from our side. Check out our documentation on [how to connect to your Mac mini via VNC](/bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini/#accessing-the-remote-desktop).

bare-metal/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- bare-metal
1414
---
1515

16-
You can connect directly to the terminal of your Mac mini using the SSH protocol and your [SSH key](/console/account/concepts/#ssh-key).
16+
You can connect directly to the terminal of your Mac mini using the SSH protocol and your [SSH key](/identity-and-access-management/organizations-and-projects/concepts/#ssh-key).
1717

1818
<Macro id="requirements" />
1919
- A Scaleway account logged into the [console](https://console.scaleway.com)

bare-metal/elastic-metal/how-to/configure-flexible-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ Configure the networking of your VM's as follows:
136136

137137
<Message type="tip">
138138
* The gateway of all flexible IPs is `62.210.0.1`. This allows you to move your VMs between your hypervisors without changing the network configuration of the virtual machine.
139-
* When configuring a failover IP in a virtual machine, you must specify which route will be used by the VM. Refer to our [dedicated documentation](/dedibox-network/network/how-to/configure-network-netplan/#configuring-failover-ip-for-virtual-machines) for further information.
139+
* When configuring a failover IP in a virtual machine, you must specify which route will be used by the VM. Refer to our [dedicated documentation](/dedibox-network/network/how-to/configure-network-netplan/#configuring-a-failover-ip-for-virtual-machines) for further information.
140140
</Message>

bare-metal/elastic-metal/how-to/configure-flexible-ipv6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Ubuntu uses [netplan](https://netplan.io) for network configuration since Ubuntu
7474
- Replace the [IP addresses of the resolving DNS servers (nameservers)](/console/account/reference-content/scaleway-network-information/#dns-cache-servers) with the ones located in the same geographical location as your machine for best perfomances.
7575

7676
<Message type="note">
77-
The configuration example above is valid for the main IP address of your Dedibox server. For IPv6 on a [virtual machine](/dedibox-network/network/how-to/configure-network-netplan/#configuring-failover-ip-for-virtual-machines), use the unique gateway for the failover IPv4.
77+
The configuration example above is valid for the main IP address of your Dedibox server. For IPv6 on a [virtual machine](/dedibox-network/network/how-to/configure-network-netplan/#configuring-a-failover-ip-for-virtual-machines), use the unique gateway for the failover IPv4.
7878
</Message>
7979

8080
2. Check and validate your configuration file:

bare-metal/elastic-metal/how-to/install-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you ordered your server without a preinstalled operating system, you can inst
3434
<Message type="note">
3535
Elastic Metal servers are installed with a default partition layout. For custom partitioning, you can manually reinstall your server using [remote access](/bare-metal/elastic-metal/how-to/activate-remote-access/).
3636
</Message>
37-
4. Add your [SSH key](/console/account/concepts/#ssh-key). If you have already [uploaded a key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface), it will appear in the list of keys. Select the keys to grant access to the server by checking the corresponding boxes.
37+
4. Add your [SSH key](/identity-and-access-management/organizations-and-projects/concepts/#ssh-key). If you have already [uploaded a key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface), it will appear in the list of keys. Select the keys to grant access to the server by checking the corresponding boxes.
3838
5. Click **Install server** to begin the installation process.
3939
<Message type="note">
4040
The OS installation can take up to one hour. You will be able to access the machine once the installation is complete.

bare-metal/elastic-metal/how-to/reinstall-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An Elastic Metal server can be reinstalled at any time from the [Scaleway consol
3030
2. Click <Icon name="more" /> next to the server you want to reinstall. A drop-down menu displays.
3131
3. Click **Reinstall** in the menu to enter the installation wizard.
3232
4. Choose the operating system that you want to install on the machine.
33-
5. Add your [SSH key](/console/account/concepts/#ssh-key). If you have already [uploaded a key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface), it displays in the list of keys. Choose the keys to grant access to the server by ticking or unticking the corresponding checkbox.
33+
5. Add your [SSH key](/identity-and-access-management/organizations-and-projects/concepts/#ssh-key). If you have already [uploaded a key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface), it displays in the list of keys. Choose the keys to grant access to the server by ticking or unticking the corresponding checkbox.
3434
6. Click **Reinstall server** to launch the installation. It will take about 10 minutes to complete.
3535

3636

bare-metal/elastic-metal/how-to/use-private-networks.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can choose to enable the Private Networks feature during the [creation of yo
5252

5353
You can attach/detach Elastic Metal servers to a Private Network from either the Elastic Metal section of the console, or the VPC section.
5454

55-
You can also reserve IP addresses with IPAM and attach them to specific MAC addresses, to facilitate the attachment of virtual machines hosted on your server, to Private Networks. See the IPAM documentation on [reserving a private IP with an attached MAC address](/network/ipam/how-to/#how-to-reserve-a-private-ip-address-with-an-attached-mac-address) for more information.
55+
You can also reserve IP addresses with IPAM and attach them to specific MAC addresses, to facilitate the attachment of virtual machines hosted on your server, to Private Networks. See the IPAM documentation on [reserving a private IP with an attached MAC address](/network/ipam/how-to/reserve-ip/#how-to-reserve-a-private-ip-address-with-an-attached-mac-address) for more information.
5656

5757
### From the Elastic Metal section of the console
5858

@@ -166,10 +166,6 @@ You must configure the virtual network interface on each Elastic Metal server yo
166166
You can use the `ipconfig` command to verify your IP configuration from a command prompt.
167167
</Message>
168168

169-
## How to test your Private Network configuration
170-
171-
See our [instructions for testing an Instance Private Network configuration](/compute/instances/how-to/use-private-networks/#how-to-test-your-private-network-configuration).
172-
173169
## How to delete a Private Network
174170

175171
<Message type="note">

bare-metal/elastic-metal/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can monitor the delivery progress from the list of Elastic Metal servers in
6161
2. Choose the Elastic Metal server you want to install from the list.
6262
3. Click **Install** to launch the OS installation wizard.
6363
4. Choose the operating system that you want to install on the machine.
64-
5. Add your [SSH key](/console/account/concepts/#ssh-key).
64+
5. Add your [SSH key](/identity-and-access-management/organizations-and-projects/concepts/#ssh-key).
6565
<Message type="note">
6666
If you have already [uploaded an SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface), it will appear in the list of keys.
6767
</Message>

bare-metal/elastic-metal/troubleshooting/reset-admin-password-windows-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you have lost this password, you can reset it via rescue mode.
109109
Write hive files? (y/n) [n] : y
110110
0 </mnt/Windows/System32/config/SAM> - OK
111111
```
112-
10. Reboot the server back into [normal mode](/bare-metal/elastic-metal/how-to/use-rescue-mode/#how-to-reboot-into-normal-mode).
112+
10. Reboot the server back into [normal mode](/bare-metal/elastic-metal/how-to/use-rescue-mode/#rebooting-back-to-normal-mode).
113113

114114
## Setting a new Administrator password
115115

0 commit comments

Comments
 (0)