mirror of https://github.com/docker/docs.git
feat: shortcode for linking to section pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
51a2aae597
commit
444ffdca3a
|
@ -0,0 +1,3 @@
|
|||
{{ range .Page.Pages }}
|
||||
- [{{ .Title }}]({{ .RelPermalink }})
|
||||
{{ end }}
|
Loading…
Reference in New Issue