diff --git a/README.markdown b/README.markdown index 1d94f6f1ff0..24f65e92840 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,28 @@ -Symfony Documentation -===================== - -This documentation is rendered online at https://symfony.com/doc/current/ +
+
+
+
+
+ + Online version + + | + + Screencasts + + | + + Contributing + + | + + Code repository + +
Contributing ------------ @@ -11,8 +32,8 @@ Symfony documentation, please read [Contributing to the Documentation](https://symfony.com/doc/current/contributing/documentation/overview.html) > **Note** -> Unless you're documenting a feature that was introduced *after* Symfony 3.4 -> (e.g. in Symfony 4.4), all pull requests must be based off of the **3.4** branch, +> Unless you are documenting a feature that was introduced *after* Symfony 3.4 +> (e.g. in Symfony 4.4), all pull requests must be based on the **3.4** branch, > **not** the master or older branches. SymfonyCloud @@ -24,7 +45,7 @@ server where Pull Requests are built and can be reviewed by contributors. Docker ------ -You can build the doc locally with these commands: +You can build the documentation project locally with these commands: ```bash # build the image...