mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-28 04:24:02 +00:00
docs: put releasenotes legend in snippet #917
This commit is contained in:
parent
9f9e449be8
commit
6ac6a48df0
3 changed files with 24 additions and 33 deletions
exampleSite/content/basics/releasenotes
17
exampleSite/content/basics/releasenotes/legend.en.md
Normal file
17
exampleSite/content/basics/releasenotes/legend.en.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
+++
|
||||
[_build]
|
||||
list = "never"
|
||||
publishResources = false
|
||||
+++
|
||||
|
||||
For a detailed list of changes, see the [history page](basics/history).
|
||||
|
||||
- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.0{{% /badge %}} The minimum required Hugo version.
|
||||
|
||||
- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} A change that requires action by you after upgrading to assure the site is still functional.
|
||||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} A change in default behavior that may requires action by you if you want to revert it.
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Marks new behavior you might find interesting or comes configurable.
|
||||
|
||||
---
|
6
exampleSite/content/basics/releasenotes/legend.pir.md
Normal file
6
exampleSite/content/basics/releasenotes/legend.pir.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
[_build]
|
||||
list = "never"
|
||||
publishResources = false
|
||||
+++
|
||||
{{< piratify >}}
|
Loading…
Add table
Add a link
Reference in a new issue