clarify federation Authorization header an add destination property (#1067)
* clarify federation Authorization header an add destination property * add changelogs * some clarifications * more clarifications, fixes * use HTML in the added-in/changed-in shortcodes * Apply suggestions from code review Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
3f7b0e80a3
commit
2780055198
5 changed files with 50 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ $this := .Params.this }}
|
||||
|
||||
{{ if $this }}
|
||||
<span>**[New in this version]**</span>
|
||||
<span><strong>[New in this version]</strong></span>
|
||||
{{ else }}
|
||||
<span>**[Added in `v{{ $ver }}`]**</span>
|
||||
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|
||||
<span><strong>[Added in <code>v{{ $ver }}</code>]</strong></span>
|
||||
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{ $this := .Params.this }}
|
||||
|
||||
{{ if $this }}
|
||||
<span>**[Changed in this version]**</span>
|
||||
<span><strong>[Changed in this version]</strong></span>
|
||||
{{ else }}
|
||||
<span>**[Changed in `v{{ $ver }}`]**</span>
|
||||
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|
||||
<span><strong>[Changed in <code>v{{ $ver }}</code>]</strong></span>
|
||||
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue