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 22122b8 commit 240f443Copy full SHA for 240f443
layouts/_default/api-baseof.html
@@ -50,7 +50,7 @@
50
51
<body>
52
{{ $specURL := urls.Parse (printf "/%s%s.yaml" .File.Dir .File.ContentBaseName) }}
53
- {{ if strings.HasPrefix .RelPermalink "/reference/api/hub/" }}
+ {{ if or (strings.HasPrefix .RelPermalink "/reference/api/hub/") (strings.HasPrefix .RelPermalink "/reference/api/registry/") }}
54
<redoc spec-url="{{ $specURL.String }}" suppress-warnings="true" lazy-rendering></redoc>
55
{{ else }}
56
<redoc spec-url="{{ $specURL.String }}" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
0 commit comments