Skip to content

Commit bedb630

Browse files
committed
Added related sources
1 parent a1ed28e commit bedb630

File tree

1 file changed

+4
-5
lines changed
  • sites/cheerpx/src/content/docs/12-reference/CheerpX.OverlayDevice

1 file changed

+4
-5
lines changed

sites/cheerpx/src/content/docs/12-reference/CheerpX.OverlayDevice/create.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ const cx = await CheerpX.Linux.create({
4646

4747
In this example, the `OverlayDevice` provides a writable layer on top of the `HttpBytesDevice` (which serves as a read-only block device for streaming), allowing changes to be stored locally via the `IDBDevice`.
4848

49-
<!-- Add links when rest of the references are added -->
50-
<!-- ## Related sources
49+
## Related sources
5150

52-
- [Cheerp.HttpBytesDevice.create]()
53-
- [Cheerp.IDBDevice.create]()
54-
- [Cheerp.Linux.create]() -->
51+
- [CheerpX.HttpBytesDevice](/docs/reference/httpBytesDevice)
52+
- [CheerpX.IDBDevice](/docs/reference/CheerpX.IDBDevice)
53+
- [CheerpX.Linux](/docs/reference/CheerpX.Linux)
5554

5655
For more information, please check out the [Files and File system guide](/docs/guides/File-System-support). This guide provides more details on how to work with files and directories in CheerpX.
5756

0 commit comments

Comments
 (0)