diff --git a/content/integrate/redis-data-integration/reference/api-reference.md b/content/integrate/redis-data-integration/reference/api-reference.md index 3dc0e763b7..c0a06d10f7 100644 --- a/content/integrate/redis-data-integration/reference/api-reference.md +++ b/content/integrate/redis-data-integration/reference/api-reference.md @@ -1,5 +1,6 @@ --- -Title: RDI API Reference -layout: rdiapireference +linkTitle: RDI API Reference +Title: Redis Data Integration API +layout: apireference type: page --- diff --git a/content/operate/rc/api/api-reference.md b/content/operate/rc/api/api-reference.md index 3188f697d0..8c467ced14 100644 --- a/content/operate/rc/api/api-reference.md +++ b/content/operate/rc/api/api-reference.md @@ -1,5 +1,6 @@ --- -Title: API Reference +Title: Redis Cloud API +linkTitle: API reference layout: apireference type: page --- diff --git a/layouts/_default/apireference.html b/layouts/_default/apireference.html index 2aec3f707d..ad0ab238b1 100644 --- a/layouts/_default/apireference.html +++ b/layouts/_default/apireference.html @@ -1,11 +1,52 @@ + - Redis Cloud API + {{ .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/" }} + {{ $relref := .Parent.Permalink }} + {{ if .Params.backLink}} + {{ $relref = printf "%s%s" .Site.BaseURL .Params.backLink }} + {{ end }} - - - - -
-
- - - - - - - - - - - - -
- -
-
- -
- - - - - -
- - - -
- - - \ No newline at end of file