mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
docs: revise piratish #567
This commit is contained in:
parent
65023b0bec
commit
d50d99b49a
272 changed files with 276 additions and 276 deletions
10
.github/actions/release_milestone/action.yaml
vendored
10
.github/actions/release_milestone/action.yaml
vendored
|
@ -127,8 +127,8 @@ runs:
|
|||
- name: Generate piratish releasenotes
|
||||
shell: bash
|
||||
run: |
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}\"\ntype = \"releasenotes\"\nweight = -${{ steps.majorvers.outputs.value }}\n+++\n{{< piratify true >}}" > exampleSite/content/basics/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}\"\ntype = \"releasenotes\"\nweight = -${{ steps.minorvers.outputs.value }}\n+++\n{{< piratify true >}}" > exampleSite/content/basics/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}\"\ntype = \"releasenotes\"\nweight = -${{ steps.majorvers.outputs.value }}\n+++\n{{< piratify >}}" > exampleSite/content/basics/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}\"\ntype = \"releasenotes\"\nweight = -${{ steps.minorvers.outputs.value }}\n+++\n{{< piratify >}}" > exampleSite/content/basics/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md
|
||||
|
||||
- name: Generate english changelogs
|
||||
shell: bash
|
||||
|
@ -145,9 +145,9 @@ runs:
|
|||
- name: Generate piratish changelogs
|
||||
shell: bash
|
||||
run: |
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}\"\ntype = \"changelog\"\nweight = -${{ steps.majorvers.outputs.value }}\n+++\n{{< piratify true >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}\"\ntype = \"changelog\"\nweight = -${{ steps.minorvers.outputs.value }}\n+++\n{{< piratify true >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\n+++\n{{< piratify true >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}/${{ steps.paddedpatchvers.outputs.value }}.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}\"\ntype = \"changelog\"\nweight = -${{ steps.majorvers.outputs.value }}\n+++\n{{< piratify >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\ndisableToc = false\nhidden = true\ntitle = \"Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}\"\ntype = \"changelog\"\nweight = -${{ steps.minorvers.outputs.value }}\n+++\n{{< piratify >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}/_index.pir.md
|
||||
echo -e "+++\n+++\n{{< piratify >}}" > exampleSite/content/basics/changelog/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}/${{ steps.paddedpatchvers.outputs.value }}.pir.md
|
||||
|
||||
- name: Read changelog
|
||||
id: changelog_docs
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 1.0"
|
|||
type = "changelog"
|
||||
weight = -0
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 1.1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 1.2"
|
|||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -4,4 +4,4 @@ title = "Version 1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.0"
|
|||
type = "changelog"
|
||||
weight = -0
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.2"
|
|||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.3"
|
|||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.4"
|
|||
type = "changelog"
|
||||
weight = -4
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.5"
|
|||
type = "changelog"
|
||||
weight = -5
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.6"
|
|||
type = "changelog"
|
||||
weight = -6
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.7"
|
|||
type = "changelog"
|
||||
weight = -7
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.8"
|
|||
type = "changelog"
|
||||
weight = -8
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 2.9"
|
|||
type = "changelog"
|
||||
weight = -9
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -4,4 +4,4 @@ title = "Version 2"
|
|||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 3.0"
|
|||
type = "changelog"
|
||||
weight = -0
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 3.1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 3.2"
|
|||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 3.3"
|
|||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 3.4"
|
|||
type = "changelog"
|
||||
weight = -4
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -4,4 +4,4 @@ title = "Version 3"
|
|||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 4.0"
|
|||
type = "changelog"
|
||||
weight = -0
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 4.1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 4.2"
|
|||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -4,4 +4,4 @@ title = "Version 4"
|
|||
type = "changelog"
|
||||
weight = -4
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 5.0"
|
|||
type = "changelog"
|
||||
weight = -0
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 5.1"
|
|||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 5.10"
|
|||
type = "changelog"
|
||||
weight = -10
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -5,4 +5,4 @@ title = "Version 5.11"
|
|||
type = "changelog"
|
||||
weight = -11
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
+++
|
||||
{{< piratify true >}}
|
||||
{{< piratify >}}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue