From 5f294529163c66193e71a27134c6e076bd490177 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Mon, 27 Apr 2020 11:28:58 +0200 Subject: [PATCH 1/2] Update README.markdown --- README.markdown | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 1d94f6f1ff0..491121a7757 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,24 @@ -Symfony Documentation -===================== - -This documentation is rendered online at https://symfony.com/doc/current/ +
+ + + +
+ +
+

+ + Website + + | + + Contributing + + | + + Screencasts + +

+
Contributing ------------ @@ -11,8 +28,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 +41,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... From ff5a794e12d5b9f6b529d3f7cb3ec6617a1fe70f Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Wed, 29 Apr 2020 09:33:33 +0200 Subject: [PATCH 2/2] Update README.markdown --- README.markdown | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.markdown b/README.markdown index 491121a7757..24f65e92840 100644 --- a/README.markdown +++ b/README.markdown @@ -1,24 +1,28 @@ -
+

-

- -
-

- - Website - - | - - Contributing - - | - - Screencasts - -

-
+

+ +

The official Symfony documentation.

+ +

+ + Online version + + | + + Screencasts + + | + + Contributing + + | + + Code repository + +

Contributing ------------