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/community/contribute/writing-guide.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn the specifics of how to write documentation for the Filecoin
5
5
6
6
# Writing guide
7
7
8
-
This guide explains how to write an article. While the [grammar, formatting, and style guide](/community/contribute/grammar-formatting-and-style/) lets you know the rules you should follow, this guide will help you to properly structure your writing and choose the correct tone for your audience.
8
+
This guide explains how to write an article. While the [grammar, formatting, and style guide](./grammar-formatting-and-style) lets you know the rules you should follow, this guide will help you to properly structure your writing and choose the correct tone for your audience.
9
9
10
10
## Walkthroughs
11
11
@@ -17,7 +17,7 @@ The vast majority of documentation within the Filecoin Docs project falls under
17
17
18
18
Use the following goals when writing walkthroughs:
|**Audience**|_Knowledgeable_| Requires a certain amount of focus to understand. |
59
59
|**Formality**|_Neutral_| Slang is restricted, but standard casual expressions are allowed. |
@@ -79,7 +79,7 @@ Take the hypothetical tutorial _Get up and running with Filecoin_, for example.
79
79
80
80
1. A brief introduction to what Filecoin is.
81
81
2. Choose and install a command line client.
82
-
3. Understanding storage deals.
82
+
3. Understanding storage deals.
83
83
4. Import and store a file.
84
84
85
85
Pages `1` and `3` are conceptual articles, describing particular design patterns and ideas to the reader. All the other pages are walkthroughs instructing the user how to perform one specific action.
0 commit comments