We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524a513 commit f433940Copy full SHA for f433940
layouts/partials/docs/api-reference-links.html
@@ -28,6 +28,8 @@
28
<!-- Loop through sections -->
29
{{- range $apiRefSection := $apiRefSections.Sections -}}
30
{{- $apiRefDir := $apiRefSection.RelPermalink -}}
31
+ {{- $fragmentApiRefDir := split $apiRefDir "/docs" -}}
32
+ {{- $apiRefDir := printf "/docs%s" (index ($fragmentApiRefDir) 1) -}}
33
{{- $apiReferenceFiles := site.GetPage $apiRefDir -}}
34
35
<!-- Loop through API reference files -->
0 commit comments