File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: GitHub Pages
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [master]
6
6
7
7
jobs :
8
8
gh-pages :
Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ JavaScript file system utilities for Node.js and browser.
15
15
npm i memfs
16
16
```
17
17
18
- ## Docs
19
-
20
- - [ In-memory Node.js ` fs ` API] ( ./docs/node/index.md )
21
- - ` experimental ` [ ` fs ` to File System Access API adapter] ( ./docs/fsa/fs-to-fsa.md )
22
- - ` experimental ` [ File System Access API to ` fs ` adapter] ( ./docs/fsa/fsa-to-fs.md )
23
- - ` experimental ` [ ` crudfs ` a CRUD-like file system abstraction] ( ./docs/crudfs/index.md )
24
- - ` experimental ` [ ` casfs ` Content Addressable Storage file system abstraction] ( ./docs/casfs/index.md )
25
- - [ Directory ` snapshot ` utility] ( ./docs/snapshot/index.md )
26
- - [ ` print ` directory tree to terminal] ( ./docs/print/index.md )
18
+ ## Resources
19
+
20
+ - Documentation
21
+ - [ In-memory Node.js ` fs ` API] ( ./docs/node/index.md )
22
+ - ` experimental ` [ ` fs ` to File System Access API adapter] ( ./docs/fsa/fs-to-fsa.md )
23
+ - ` experimental ` [ File System Access API to ` fs ` adapter] ( ./docs/fsa/fsa-to-fs.md )
24
+ - ` experimental ` [ ` crudfs ` a CRUD-like file system abstraction] ( ./docs/crudfs/index.md )
25
+ - ` experimental ` [ ` casfs ` Content Addressable Storage file system abstraction] ( ./docs/casfs/index.md )
26
+ - [ Directory ` snapshot ` utility] ( ./docs/snapshot/index.md )
27
+ - [ ` print ` directory tree to terminal] ( ./docs/print/index.md )
28
+ - [ Code reference] ( https://streamich.github.io/memfs/ )
29
+ - [ Test coverage] ( https://streamich.github.io/memfs/coverage/lcov-report/ )
27
30
28
31
## Demos
29
32
Original file line number Diff line number Diff line change 25
25
" src/fsa-to-crud/index.ts" ,
26
26
" src/fsa-to-node/index.ts" ,
27
27
" src/node-to-crud/index.ts" ,
28
- " src/node-to-fsa/index.ts" ,
28
+ " src/node-to-fsa/index.ts"
29
29
],
30
30
"out" : " typedocs"
31
31
}
You can’t perform that action at this time.
0 commit comments