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
The Pixelfed documentation can be found at [docs.pixelfed.org].
4
-
The source code repository for the documentation is hosted on GitHub at [https://github.com/pixelfed/docs].
5
-
If you find any mistakes in the documentation, please have a look at the [open issues](https://github.com/pixelfed/docs) and open a new one if yours does not exist.
4
+
The source code repository for the documentation is hosted on [GitHub][repository].
5
+
If you find any mistakes in the documentation, please have a look at the [open issues][repository] and open a new one if yours does not exist.
6
6
7
7
## Contributing to Documentation
8
8
@@ -12,7 +12,7 @@ Before getting started, please read the [Code of Conduct].
12
12
## Writing Documentation Online
13
13
14
14
To get started writing the documentation, you only need a GitHub account.
15
-
You can find the documentation in its [GitHub repository][https://github.com/pixelfed/docs].
15
+
You can find the documentation in its [GitHub repository][repository].
16
16
Find the right page and after log-in, you can see an edit button above the document.
17
17
Please create a Pull Request with your changes.
18
18
We are using [Markdown] as the format for the documentation files (`.md`).
@@ -25,14 +25,18 @@ For most additions and changes to the documentation, you do not need to build th
25
25
26
26
If you choose to build the documentation website on your own computer, follow these steps:
27
27
28
-
1. Clone the [https://github.com/pixelfed/docs] repository.
28
+
1. Install the required software:
29
+
30
+
*[Git](https://git-scm.com/) or [Github Desktop](https://desktop.github.com/)
31
+
*[node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
0 commit comments