From f8e56284bb3e7079c4949f34c5a4828339272a48 Mon Sep 17 00:00:00 2001 From: Teri Chadbourne Date: Wed, 17 Jul 2019 05:11:12 -0400 Subject: [PATCH] docs: edit formatting & link MFS to ProtoSchool (#499) - 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 https://github.com/ProtoSchool/protoschool.github.io/issues/260) --- SPEC/FILES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPEC/FILES.md b/SPEC/FILES.md index 59b956d23c..460c1cf2e1 100644 --- a/SPEC/FILES.md +++ b/SPEC/FILES.md @@ -2,7 +2,8 @@ > 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). -- The Regular (top level) API for add, cat, get and ls Files on IPFS +#### The Regular API +The regular, top-level API for add, cat, get and ls Files on IPFS - [add](#add) - [addFromFs](#addfromfs) - [addFromStream](#addfromstream) @@ -18,7 +19,11 @@ - [ls](#ls) - [lsPullStream](#lspullstream) - [lsReadableStream](#lsreadablestream) -- The Files API, aka MFS (Mutable File System) + +#### The Files API +The Files API, aka MFS (Mutable File System) + +_Explore the Mutable File System through interactive coding challenges in our [ProtoSchool tutorial](https://proto.school/#/mutable-file-system/)._ - [files.cp](#filescp) - [files.flush](#filesflush) - [files.ls](#filesls)