Skip to content

Commit cd5985f

Browse files
committed
docs: config: fix unrendered emoji
Signed-off-by: Akihiro Suda <[email protected]>
1 parent c9a53ae commit cd5985f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

website/content/en/docs/Config/Mount/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The "9p" mount type requires Lima v0.10.0 or later.
9191
> **Warning**
9292
> "virtiofs" mode is experimental
9393

94-
| :zap: Requirement | Lima >= 0.14, macOS >= 13.0 | Lima >= 0.17.0, Linux, QEMU 4.2.0+, virtiofsd (Rust version) |
94+
| Requirement | Lima >= 0.14, macOS >= 13.0 | Lima >= 0.17.0, Linux, QEMU 4.2.0+, virtiofsd (Rust version) |
9595
|-------------------|-----------------------------| ------------------------------------------------------------ |
9696

9797
The "virtiofs" mount type is implemented via the virtio-fs device by using apple Virtualization.Framework shared directory on macOS and virtiofsd on Linux.
@@ -114,7 +114,7 @@ mounts:
114114
> **Warning**
115115
> "wsl2" mode is experimental
116116

117-
| :zap: Requirement | Lima >= 0.18 + (Windows >= 10 Build 19041 OR Windows 11) |
117+
| Requirement | Lima >= 0.18 + (Windows >= 10 Build 19041 OR Windows 11) |
118118
| ----------------- | -------------------------------------------------------- |
119119

120120
The "wsl2" mount type relies on using WSL2's navite disk sharing, where the root disk is available by default at `/mnt/$DISK_LETTER` (e.g. `/mnt/c/`).

website/content/en/docs/Config/Multi-arch/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Consider using [Fast mode](#fast-mode) or [Fast mode 2](#fast-mode-2) whenever p
3737
This mode uses QEMU User Mode Emulation.
3838
QEMU User Mode Emulation is significantly faster than QEMU System Mode Emulation, but it often sacrifices compatibility.
3939
40-
| :zap: Requirement | Lima >= 0.7.3 |
40+
| Requirement | Lima >= 0.7.3 |
4141
|-------------------|---------------|
4242
4343
@@ -69,7 +69,7 @@ See also https://github.com/containerd/nerdctl/blob/master/docs/multi-platform.m
6969
> **Warning**
7070
> "vz" mode, including support for Rosetta, is experimental
7171
72-
| :zap: Requirement | Lima >= 0.14, macOS >= 13.0, ARM |
72+
| Requirement | Lima >= 0.14, macOS >= 13.0, ARM |
7373
|-------------------|----------------------------------|
7474

7575
[Rosetta](https://developer.apple.com/documentation/virtualization/running_intel_binaries_in_linux_vms_with_rosetta) is known to be much faster than QEMU User Mode Emulation.

website/content/en/docs/Config/Network/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ networks:
191191
> **Warning**
192192
> "vz" mode is experimental
193193

194-
| :zap: Requirement | Lima >= 0.14, macOS >= 13.0 |
194+
| Requirement | Lima >= 0.14, macOS >= 13.0 |
195195
|-------------------|-----------------------------|
196196

197197
For [VZ](./vmtype.md) instances, the "vzNAT" network can be configured as follows:
@@ -206,7 +206,7 @@ The "vzNAT" network does not need the `socket_vmnet` binary and the `sudoers` fi
206206

207207
## Lima user-v2 network
208208

209-
| :zap: Requirement | Lima >= 0.16.0 |
209+
| Requirement | Lima >= 0.16.0 |
210210
|-------------------|----------------|
211211

212212
user-v2 network provides a user-mode networking similar to the [default user-mode network](#user-mode-network--1921685024-) and also provides support for `vm -> vm` communication.

website/content/en/docs/Config/VMType/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This option is used by default if "vmType" is not set.
1818
> **Warning**
1919
> "vz" mode is experimental
2020
21-
| :zap: Requirement | Lima >= 0.14, macOS >= 13.0 |
21+
| Requirement | Lima >= 0.14, macOS >= 13.0 |
2222
|-------------------|-----------------------------|
2323

2424
"vz" option makes use of native virtualization support provided by macOS Virtualization.Framework.
@@ -53,7 +53,7 @@ mountType: "virtiofs"
5353
> **Warning**
5454
> "wsl2" mode is experimental
5555

56-
| :zap: Requirement | Lima >= 0.18 + (Windows >= 10 Build 19041 OR Windows 11) |
56+
| Requirement | Lima >= 0.18 + (Windows >= 10 Build 19041 OR Windows 11) |
5757
| ----------------- | -------------------------------------------------------- |
5858

5959
"wsl2" option makes use of native virtualization support provided by Windows' `wsl.exe` ([more info](https://learn.microsoft.com/en-us/windows/wsl/about)).

0 commit comments

Comments
 (0)