Skip to content

Commit 1a62163

Browse files
committed
Added text and link to guide
1 parent 6af0839 commit 1a62163

File tree

1 file changed

+3
-1
lines changed
  • sites/cheerpx/src/content/docs/12-reference/CheerpX.WebDevice

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace CheerpX {
1717

1818
## Returns
1919

20-
`CheerpX.WebDevice.create` returns a [Promise] that gives you a WebDevice instance. You can use this instance to mount the specified directory in the CheerpX filesystem.
20+
`CheerpX.WebDevice.create` returns a [Promise] that gives you a `WebDevice` instance. You can use this instance to mount the specified directory in the CheerpX filesystem.
2121

2222
## Example
2323

@@ -37,4 +37,6 @@ const cx = await CheerpX.Linux.create({
3737
});
3838
```
3939

40+
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.
41+
4042
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise

0 commit comments

Comments
 (0)