This commit is contained in:
Jeremy Thomas
2017-07-03 00:17:42 +01:00
parent c5c2ea232e
commit 0382506bde
6 changed files with 234 additions and 194 deletions

View File

@@ -9,17 +9,19 @@ doc-subtab: nav
<section class="section">
<div class="container">
<div class="message is-danger">
<div class="message-body">
<p>This component has been <strong>deprecated</strong> and will be deleted soon.</p>
</div>
</div>
{% if site.vernum >= 50 %}
<div class="message is-danger">
<div class="message-body">
<p>This component has been <strong>deprecated</strong> and will be deleted soon.</p>
</div>
</div>
<div class="message is-info">
<div class="message-body">
<p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
</div>
</div>
<div class="message is-info">
<div class="message-body">
<p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
</div>
</div>
{% endif %}
<h1 class="title">Nav</h1>
<h2 class="subtitle">