Add separate docs for v0.8/v1

This commit is contained in:
Graham Esau 2024-06-09 19:01:24 +01:00
parent 3150f98fc8
commit d511d447f7
61 changed files with 1620 additions and 58 deletions

10
docs/_layouts/v0.md Normal file
View file

@ -0,0 +1,10 @@
---
layout: default
---
<blockquote class="info">
<p>This page is for the current stable release of Schemars (v0.8.x).
<p>To view this page for the v1 version of Schemars, which is still under development, <a href="{{ page.url | remove_first: "/v0" | relative_url }}">click here</a>.
</blockquote>
{{ content }}

10
docs/_layouts/v1.md Normal file
View file

@ -0,0 +1,10 @@
---
layout: default
---
<blockquote class="info">
<p>This page is for the current v1 alpha version of Schemars. This version is still under development, and further breaking changes may be introduced.
<p>To view this page for the current stable release of Schemars (v0.8.x), <a href="{{ page.url | prepend: "/v0" | relative_url }}">click here</a>.
</blockquote>
{{ content }}