Skip to content

Commit 243d8fe

Browse files
committed
minor #5683 Improve the demo-warning. (GuGuss)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #5683). Discussion ---------- Improve the demo-warning. We need a link to Platform.sh and a very small explanation of it. Commits ------- 74ce3e1 Improve the demo-warning.
2 parents 6ce015b + 74ce3e1 commit 243d8fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_theme/_templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<div id="sidebar" class="col-sm-3">
4545
<div id="sidebar-content">
4646
<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>
47+
<h4>Pull request build</h4>
48+
<p>Each pull request of the Symfony Documentation is automatically deployed and hosted on <a href="https://platform.sh">Platform.sh</a>.<br>
49+
Visit the page on <a href="https://symfony.com/doc/current/{{ pagename }}">symfony.com</a>.</p>
5050
</div>
5151

5252
{%- include "globaltoc.html" %}

0 commit comments

Comments
 (0)