Skip to content

Commit c9a53ae

Browse files
committed
mv docs/{mount,multi-arch,network,vmtype}.md https://lima-vm.io/docs/config/
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4d0fa29 commit c9a53ae

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

docs/mount.md renamed to website/content/en/docs/Config/Mount/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Filesystem mounts
1+
---
2+
title: Filesystem mounts
3+
weight: 50
4+
---
25

36
Lima supports several methods for mounting the host filesystem into the guest.
47

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Intel-on-ARM and ARM-on-Intel
1+
---
2+
title: Intel-on-ARM and ARM-on-Intel
3+
weight: 20
4+
---
25

36
Lima supports two modes for running Intel-on-ARM and ARM-on-Intel:
47
- [Slow mode](#slow-mode)

docs/network.md renamed to website/content/en/docs/Config/Network/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Network
1+
---
2+
title: Network
3+
weight: 30
4+
---
25

36
## user-mode network (192.168.5.0/24)
47

docs/vmtype.md renamed to website/content/en/docs/Config/VMType/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# vmType
1+
---
2+
title: VM types
3+
weight: 10
4+
---
25

36
Lima supports two ways of running guest machines:
47
- [qemu](#qemu)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Configuration guide
3+
weight: 5
4+
---
5+
6+
For all the configuration items, see <https://github.com/lima-vm/lima/blob/master/examples/default.yaml>.

0 commit comments

Comments
 (0)