@@ -5,22 +5,22 @@ One of the essential principles of the Symfony project is that **documentation i
5
5
as important as code **. That's why we dedicate a great amount of resources to
6
6
document new features and to maintain updated the rest of the documentation.
7
7
8
- More than 800 hundred developers all around the world have contributed to
9
- Symfony documentation, and we are glad that you are considering joining this big
10
- family. This guide will explain everything you need to contribute to Symfony
11
- documentation.
8
+ More than 800 developers all around the world have contributed to Symfony
9
+ documentation, and we are glad that you are considering joining this big family.
10
+ This guide will explain everything you need to contribute to Symfony documentation.
12
11
13
12
Before Your First Contribution
14
13
------------------------------
15
14
16
15
**Before contributing **, you should consider the following:
17
16
18
17
* Symfony documentation is written using `reStructuredText `_ markup language.
19
- If you are not familiar with this format, read :doc: `this article <format >`
18
+ If you are not familiar with this format, read :doc: `this article </contributing/documentation/ format >`
20
19
for a quick overview of its basic features.
21
20
* Symfony documentation is hosted on `GitHub `_. You'll need a GitHub user account
22
21
to contribute documentation.
23
- * Symfony documentation is published under a :doc: `Creative Commons BY-SA 3.0 License <license >`
22
+ * Symfony documentation is published under a
23
+ :doc: `Creative Commons BY-SA 3.0 License </contributing/documentation/license >`
24
24
and all your contributions will implicitly adhere to that license.
25
25
26
26
Your First Documentation Contribution
@@ -255,7 +255,7 @@ website.
255
255
What If I Want to Translate Some Documentation into my Language?
256
256
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
257
257
258
- Read the dedicated :doc: `document <translations >`.
258
+ Read the dedicated :doc: `document </contributing/documentation/ translations >`.
259
259
260
260
Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
261
261
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments