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 f0d0c79 commit 5e4b82eCopy full SHA for 5e4b82e
docs/_layouts/guide.html
@@ -22,6 +22,13 @@
22
23
<section class="col-lg-9 px-5 f4">
24
<div class="container-md markdown-body mb-5">
25
+ {% if page.version == 2 %}
26
+ <div class="flash flash-warn">
27
+ You are reading the documentation for the <strong>Alpha</strong> version of Catalyst. The API and documentation is subject to change.
28
+ The documentation for the stable version can <a href="{{ site.baseurl }}/guide/introduction">be found here</a>.
29
+ </div>
30
+ {% endif %}
31
+
32
<h1 class="mb-4 f0-light">{{ page.title }}</h1>
33
{{ content }}
34
<div class="mt-4">
0 commit comments