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.
2 parents 84cb81a + f433940 commit 0e667a9Copy full SHA for 0e667a9
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