Skip to content

Commit d6da9e7

Browse files
committed
Signed-off-by: Akihiro Suda <[email protected]>
1 parent bef8581 commit d6da9e7

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

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)