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
{{ message }}
This repository was archived by the owner on Jun 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+31-12
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
This repo is used to:
4
4
5
-
1. Organize documentation work across the IPFS project
6
-
2. Host a documentation website for IPFS meant to replace what is currently at https://ipfs.io/docs
5
+
1. Organize documentation work across the IPFS project.
6
+
2. Host the documentation website for IPFS. It gets published to https://docs.ipfs.io/.
7
7
8
8
Read the Captain's Log or check the [issues](https://github.com/ipfs/docs/issues) for updates: [ipfs/docs#47](https://github.com/ipfs/docs/issues/47)
9
9
@@ -20,42 +20,61 @@ IPFS documentation currently has several acute problems:
20
20
21
21
We aim to solve some of these problems through a documentation site (the source of which is in this repo) and others through organizing work, conventions, and practices across project repos (managed in the issues here).
22
22
23
+
Check the near-term roadmap for this work in [issue #58](https://github.com/ipfs/docs/issues/58).
24
+
25
+
*Read a more detailed summary of our research on documentation problems in [issue #52](https://github.com/ipfs/docs/issues/52) or at [/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html](https://ipfs.io/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html/).*
26
+
23
27
24
28
## Contributing content
25
29
26
-
The documentation site contains several different kinds of content:
30
+
The documentation site contains several different kinds of content. We’d love ❤️ **your** help with any of it:
27
31
28
32
1.**Introductory overviews.** This lives in `content/introduction`. If you spot a problem or have improvements, please post an issue or PR. Please also take a look at [#60](https://github.com/ipfs/docs/issues/60) for planning and ongoing work in this area.
29
33
30
34
2.**Guides, examples, and tutorials.** Most examples currently live in other repos, like [js-ipfs examples](https://github.com/ipfs/js-ipfs/tree/master/examples). If you have thoughts on how to better integrate them, please file an issue here. If you have feedback on individual examples or want to add a new one, please file an issue or PR on the relevant repo. If you have ideas for guides or tutorials, they belong here! Please propose them in an issue here before creating a PR.
31
35
32
-
3.**Reference Documentation.** Please see the issues in this repo for current activity around reference/API documentation.
36
+
3.**Concept guides.** These are a special category in the *guides* section listed above. Concept guides are intended to present a brief overview IPFS-related concepts that might be new to people. They live in the `content/guides/concepts` folder and should strive to answer:
37
+
38
+
1.**What** is this?
39
+
2. How does it **relate** to the rest of IPFS?
40
+
3. How can (or should?) you **use** it? (Note: sometimes the answer is that you should understand it, but *not* use it. *Bitswap* is probably a good example.)
41
+
4.**Where** do you go to learn more?
42
+
5. What is the **current state** of affairs?
43
+
44
+
See a list of concepts we need help with by [checking the issues](https://github.com/ipfs/docs/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Acontent+concept) or reading through [issue #56](https://github.com/ipfs/docs/issues/56)
45
+
46
+
4.**Reference Documentation.** Please see the issues in this repo for current activity around reference/API documentation.
47
+
48
+
5.**Community.** If there are important missing community links, file an issue or PR here!
49
+
50
+
This repo is also a website, which means we could also use your help with design and technical features (interactive examples, better syntax highlighting, scripts to pull in content from other repos, etc.) in addition to writing. To get a sense of what we could use help on, check the [the issues](https://github.com/ipfs/docs/issues). If you decide to work on one, please post to the issue to let us know!
51
+
52
+
Before posting a PR with your changes, please check [our styleguide](https://github.com/ipfs/community/blob/master/DOCS_STYLEGUIDE.md) and [contributing guide](https://github.com/ipfs/community/blob/master/contributing.md).
33
53
34
-
4.**Community.** If there are important missing community links, file an issue or PR here!
54
+
Finally, let’s work together to keep this a respectful and friendly space. Please make sure to follow [our code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
35
55
36
-
Before posting a PR with documentation changes, please also check [our styleguide](https://github.com/ipfs/community/blob/master/docs-styleguide.md).
3. Download IPFS libraries and tools (e.g. go-ipfs, js-ipfs) and generate their documentation:
69
+
2. Download dependencies and IPFS libraries (e.g. go-ipfs, js-ipfs) and generate their documentation:
51
70
52
71
```sh
53
72
make install
54
73
```
55
74
56
75
This installs dependencies and generates source files from other projects (e.g. API documentation; theme resources from the `ipfs-css`, etc).
57
76
58
-
When dependencies or external packages (like `go-ipfs`) have new releases, regenerate files based on them by running `make resources`.
77
+
When dependencies or external packages (like `go-ipfs`) have new releases, you should regenerate files based on them by running `make resources`.
59
78
60
79
61
80
### Build and Run the Site
@@ -78,6 +97,6 @@ We believe in hosting IPFS’s documentation on IPFS, and that’s much easier w
78
97
79
98
All software code is copyright (c) Protocol Labs, Inc. under the **MIT license**.
80
99
81
-
Other written documentation and content (c) Protocol Labs, Inc. under the [**Creative Commons Attribution-Share-Alike License**](https://creativecommons.org/licenses/by/4.0/).
100
+
Other written documentation and content is copyright (c) Protocol Labs, Inc. under the [**Creative Commons Attribution-Share-Alike License**](https://creativecommons.org/licenses/by/4.0/).
0 commit comments