You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+21-47Lines changed: 21 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -7,59 +7,33 @@ description: The home page for developer documentation for IPFS, the InterPlanet
7
7
8
8
The InterPlanetary File System (IPFS) is a set of composable, peer-to-peer protocols for addressing, routing, and transferring [content-addressed](concepts/glossary.md#content-addressing) data in a decentralized file system. Many popular Web3 projects are built on IPFS - see the [ecosystem directory](https://ecosystem.ipfs.tech) for a list of some of these projects.
9
9
10
-
While IPFS is a file system, it is _not_ a storage system. Instead, IPFS can be thought of as both the protocol implementations of IPFS (such as [Kubo](concepts/glossary.md#kubo)) and as the decentralized network comprised of the individual [nodes](concepts/glossary.md#node) that are running protocol implementations.
10
+
## Learn
11
11
12
-
## Get started
13
-
14
-
Check out these docs to get started with IPFS:
15
-
16
-
-[Learn the basics](concepts/README.md#learn-the-basics)
||||
32
-
33
-
## Host your website on IPFS
34
-
35
-
Protect yourself from single-point-of-failure risks and benefit from decentralized infrastructure by hosting your static website using IPFS. If you're new to IPFS, this is an excellent place to start learning how to build on the decentralized web.
36
-
37
-
[Start the tutorial →](how-to/websites-on-ipfs/single-page-website.md)
38
-
39
-
## Learn about the decentralized web
40
-
41
-
Want to know more about the decentralized web (DWeb) and how it's changing the internet? These resources will give you a clearer understanding of the DWeb movement, and how it's improving the world:
42
-
43
-
-[IPFS and the problems it solves](concepts/what-is-ipfs.md)
[See more guides in the Concepts section →](concepts/README.md)
48
-
49
-
::: callout
50
-
ProtoSchool's self-guided [interactive tutorials](https://proto.school/tutorials) are designed to introduce you to decentralized web concepts, protocols, and tools. Explore JS-IPFS APIs by completing browser-based coding challenges in ProtoSchool's [IPFS course](https://proto.school/course/ipfs), or explore code-free intros to essential DWeb concepts and related projects in the IPFS ecosystem.
- Learn what IPFS is and isn't, the problems it solves, the different subsystems that it is comprised of and how each one works in [the Basic Concepts](./concepts/README.md#learn-the-basics).
18
+
- Dive into ideas like hashing, immutability, persistence (and more) that underlie IPFS in [Ideas and theory](./concepts/README.md#ideas-and-theory).
19
+
- Learn more about the subsystems that IPFS is comprised of in [Subsystems and components](./concepts/README.md#subsystems-and-components)
20
+
- Get an [overview of IPFS implementations](./concepts/ipfs-implementations.md).
21
+
-[Compare IPFS to other similar systems](./concepts/comparisons.md).
22
+
- Understand the project history, ecosystem status and more in the [Project section](./project/README.md).
23
+
- See how other software systems leverage IPFS in the [Case Studies section](./case-studies/arbol.md).
54
24
55
-
Are you looking for inspiration? You can find a huge collection of awesome community projects over at Awesome IPFS.
25
+
## Develop
56
26
57
-
[Check out Awesome IPFS now →](https://awesome.ipfs.tech/)
27
+
:::tip
28
+
Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, see the [guide to getting technical help and support](./community/README.md#get-technical-support-and-help).
- Install and set up various IPFS implementations and tools in [Get Started](./install/README.md).
32
+
- Get inspired with [IPFS usage ideas and examples](#examples-and-case-studies).
33
+
- Find reference material for IPFS implementations, tools and the HTTP API in the [API and CLI references](./reference/README.md).
34
+
- Learn by doing with the hands-on guides available in the [How-to guides](./how-to/README.md).
60
35
61
-
## Be part of the IPFS community
62
36
63
-
IPFS has a bustling community of designers, developers, writers, and activists who are all helping to improve the project. You can join in by attending a local meetup, helping out at a conference, chatting online through [Discord](https://discord.com/invite/KKucsCpZmY), or joining a discussion in [the IPFS forum](https://discuss.ipfs.tech/).
37
+
## Join the IPFS community
64
38
65
-
[Find out more in the Community section →](community/README.md)
39
+
IPFS has a bustling community of designers, developers, writers, and activists who are all helping to improve the project. Find out about the events and resources available, and how to get involved in the [Community section](./community/README.md)
0 commit comments