8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce015b commit 74ce3e1Copy full SHA for 74ce3e1
_theme/_templates/layout.html
@@ -44,9 +44,9 @@
44
<div id="sidebar" class="col-sm-3">
45
<div id="sidebar-content">
46
<div id="demo-warning">
47
- <h4>This is a demo</h4>
48
- <p>This is a demo provided by platform.sh.<br>
49
- <a href="http://symfony.com/doc/current/{{ pagename }}">Visit on symfony.com</a>.</p>
+ <h4>Pull request build</h4>
+ <p>Each pull request of the Symfony Documentation is automatically deployed and hosted on <a href="https://platform.sh">Platform.sh</a>.<br>
+ Visit the page on <a href="https://symfony.com/doc/current/{{ pagename }}">symfony.com</a>.</p>
50
</div>
51
52
{%- include "globaltoc.html" %}
0 commit comments