8000 Update README.markdown by noniagriconomie · Pull Request #13595 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update README.markdown #13595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 28 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
Symfony Documentation
=====================

This documentation is rendered online at https://symfony.com/doc/current/
<p align="center">
<a href="https://symfony.com/doc/current/index.html" target="_blank">
<img src="https://symfony.com/logos/symfony_black_02.svg">
</a>
</p>

<h3 align="center">The official Symfony documentation.</h3>

<p align="center">
<a href="https://symfony.com/doc/current/index.html">
Online version
</a>
<span> | </span>
<a href="https://symfonycasts.com">
Screencasts
</a>
<span> | </span>
<a href="https://symfony.com/doc/current/contributing/documentation/overview.html">
Contributing
</a>
<span> | </span>
<a href="https://github.com/symfony/symfony">
Code repository
</a>
</p>

Contributing
------------
Expand All @@ -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
Expand All @@ -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...
Expand Down
0