Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8a07d75

Browse files
Edit formatting & link MFS to ProtoSchool
- Change bullet formatting to make it possible to use the markdown headers to link specifically to the MFS portion of this document. - Link out from MFS section to the ProtoSchool tutorial as part of Q3 IPFS Docs initiative (see issue ProtoSchool/protoschool.github.io#260)
1 parent c3ba061 commit 8a07d75

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

SPEC/FILES.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
> The files API enables users to use the File System abstraction of IPFS. There are two Files API, one at the top level, the original `add`, `cat`, `get` and `ls`, and another behind the [`files`, also known as MFS](https://github.com/ipfs/specs/issues/98). [We are currently going through a revamping process of these APIs to make them more user-friendly](https://github.com/ipfs/interface-ipfs-core/issues/284).
44
5-
- The Regular (top level) API for add, cat, get and ls Files on IPFS
5+
#### The Regular API
6+
The regular, top-level API for add, cat, get and ls Files on IPFS
67
- [add](#add)
78
- [addFromFs](#addfromfs)
89
- [addFromStream](#addfromstream)
@@ -18,7 +19,11 @@
1819
- [ls](#ls)
1920
- [lsPullStream](#lspullstream)
2021
- [lsReadableStream](#lsreadablestream)
21-
- The Files API, aka MFS (Mutable File System)
22+
23+
#### The Files API
24+
The Files API, aka MFS (Mutable File System)
25+
26+
_Explore the Mutable File System through interactive coding challenges in our [ProtoSchool tutorial](https://proto.school/#/mutable-file-system/)._
2227
- [files.cp](#filescp)
2328
- [files.flush](#filesflush)
2429
- [files.ls](#filesls)

0 commit comments

Comments
 (0)