mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
Some small changes to {ex}plugin pages
Few tweaks to the buttons, link to plugin.md in the coredns source. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
<p></p>
|
||||
|
||||
{{ .Scratch.Set "url1" "/2016/12/19/writing-plugins-for-coredns/" }}
|
||||
{{ .Scratch.Set "link1" "Write Plugins" }}
|
||||
{{ .Scratch.Set "link1" "Writing Plugins" }}
|
||||
{{ .Scratch.Set "class1" "primary" }}
|
||||
|
||||
{{ .Scratch.Set "url2" "/2017/07/25/compile-time-enabling-or-disabling-plugins/" }}
|
||||
{{ .Scratch.Set "link2" "Enable Plugins" }}
|
||||
{{ .Scratch.Set "class2" "primary" }}
|
||||
{{ .Scratch.Set "link2" "Enabling Plugins" }}
|
||||
{{ .Scratch.Set "class2" "outline" }}
|
||||
|
||||
{{ .Scratch.Set "url3" "/2017/07/23/when-should-plugins-be-external/" }}
|
||||
{{ .Scratch.Set "link3" "When External" }}
|
||||
{{ .Scratch.Set "class3" "outline" }}
|
||||
{{ .Scratch.Set "link3" "When External?" }}
|
||||
{{ .Scratch.Set "class3" "primary" }}
|
||||
|
||||
{{ .Scratch.Set "url4" "/2017/07/23/add-external-plugins/" }}
|
||||
{{ .Scratch.Set "link4" "Add Yours" }}
|
||||
|
||||
@@ -10,13 +10,17 @@
|
||||
<p></p>
|
||||
|
||||
{{ .Scratch.Set "url1" "/2017/03/01/how-to-add-plugins-to-coredns/" }}
|
||||
{{ .Scratch.Set "link1" "Write Plugins" }}
|
||||
{{ .Scratch.Set "link1" "Writing Plugins" }}
|
||||
{{ .Scratch.Set "class1" "primary" }}
|
||||
|
||||
{{ .Scratch.Set "url2" "/2017/07/25/compile-time-enabling-or-disabling-plugins/" }}
|
||||
{{ .Scratch.Set "link2" "Enable Plugins" }}
|
||||
{{ .Scratch.Set "url2" "https://github.com/coredns/coredns/blob/master/plugin.md#documentation" }}
|
||||
{{ .Scratch.Set "link2" "Documenting Plugins" }}
|
||||
{{ .Scratch.Set "class2" "outline" }}
|
||||
|
||||
{{ .Scratch.Set "url3" "/2017/07/25/compile-time-enabling-or-disabling-plugins/" }}
|
||||
{{ .Scratch.Set "link3" "Enabling Plugins" }}
|
||||
{{ .Scratch.Set "class3" "primary" }}
|
||||
|
||||
{{ partial "plugin-action-button" . }}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user