From 9408dd85c1f546095a539ab4188d4cb8cd441485 Mon Sep 17 00:00:00 2001 From: noniagriconomie Date: Tue, 8 Dec 2020 10:49:50 +0100 Subject: [PATCH] Improve README --- README.markdown | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index b993cd45ed4..f65392efba3 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,20 @@ -Symfony Documentation -===================== - -This documentation is rendered online at https://symfony.com/doc/current/ +

+ +

+ +

+ The official Symfony Documentation +

+ +

+ + Online version + + | + + Screencasts + +

Contributing ------------ @@ -11,8 +24,8 @@ Symfony documentation, please read [Contributing to the Documentation](https://symfony.com/doc/current/contributing/documentation/overview.html) > **Note** -> All pull requests must be based off of the **4.4** branch, -> unless you're documenting a feature that was introduced *after* Symfony 4.4 +> All pull requests must be based on the ``4.4`` branch, +> unless you are documenting a feature that was introduced *after* Symfony 4.4 > (e.g. in Symfony 5.2), **not** the ``5.x`` or older branches. SymfonyCloud @@ -24,7 +37,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...