Skip to content

Commit dd69493

Browse files
authored
Merge pull request #1806 from AkihiroSuda/mv-docs-internals.md
mv docs/internals.md https://lima-vm.io/docs/dev/internals/
2 parents 88e51b9 + bd2c1fa commit dd69493

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

docs/internals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../website/content/en/docs/dev/Internals/_index.md

docs/internal.md renamed to website/content/en/docs/dev/Internals/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Internal data structure
1+
---
2+
title: Internal data structure
3+
weight: 10
4+
---
25

36
## Lima home directory (`${LIMA_HOME}`)
47

@@ -166,6 +169,6 @@ The volume label is "cidata", as defined by [cloud-init NoCloud](https://cloudin
166169

167170
# VM lifecycle
168171

169-
![](./images/lima-sequence-diagram.png)
172+
![](/images/internals/lima-sequence-diagram.png)
170173

171174
(based on Lima 0.8.3)

website/content/en/docs/dev/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Developers' guide
3+
weight: 500
4+
---

0 commit comments

Comments
 (0)