diff --git a/content/develop/_index.md b/content/develop/_index.md index cb2abe4df8..74cde4ea9a 100644 --- a/content/develop/_index.md +++ b/content/develop/_index.md @@ -1,5 +1,11 @@ --- title: Develop with Redis description: Learn how to develop with Redis +hideListLinks: true linkTitle: Develop --- + +| Try these commands | Redis Console (redis-cli) | +|:----- |----- | +| | +{{% redis-cli %}}SET foo "Hello"{{% /redis-cli %}} | diff --git a/layouts/develop/list.html b/layouts/develop/list.html index 82b50f81cd..d88adacee8 100644 --- a/layouts/develop/list.html +++ b/layouts/develop/list.html @@ -5,7 +5,7 @@ {{ define "main" }}
{{ partial "docs-nav.html" . }} -
+
{{ partial "breadcrumbs" . }}

diff --git a/layouts/develop/single.html b/layouts/develop/single.html index a157d84ad3..10702bbe53 100644 --- a/layouts/develop/single.html +++ b/layouts/develop/single.html @@ -5,9 +5,9 @@ {{ define "main" }}
{{ partial "docs-nav.html" . }} -
+
{{ partial "breadcrumbs" . }} -
+

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}

{{ end }}