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 c3df7c3 commit 8877a67Copy full SHA for 8877a67
content/operate/rc/api/api-reference.md
@@ -1,5 +1,8 @@
1
---
2
-Title: API Reference
+Title: Redis Cloud API
3
+linkTitle: API reference
4
layout: apireference
5
type: page
6
+params:
7
+ sourcefile: ./openapi.json
8
layouts/_default/apireference.html
@@ -2,7 +2,7 @@
<html>
<head>
- <title>Redis Cloud API</title>
+ <title>{{ .Title }}</title>
{{ partial "scss.html" (dict "path" "scss/style.scss") }}
{{ partial "css.html" (dict "path" "css/index.css") }}
{{ $relref := printf "%s%s" .Site.BaseURL "operate/rc/api/" }}
@@ -62,7 +62,7 @@
62
<body>
63
<div>
64
<redoc
65
- spec-url='./openapi.json'
+ spec-url='{{ .Params.sourcefile }}'
66
scroll-y-offset='#apiReferenceHeader'
67
json-sample-expand-level=all
68
sort-operations-alphabetically="true"
0 commit comments