Skip to content

Commit

Permalink
DOC-4608 try using client name in place of language name for tab id
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed Nov 28, 2024
1 parent f6c2ea1 commit fb5a740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/tabbed-clients-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{{ end }}
{{ $params := dict "language" $language "contentPath" $examplePath "options" $options }}
{{ $content := partial "tabs/source.html" $params }}
{{ $tabs = $tabs | append (dict "title" $client "language" $language "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
{{ $tabs = $tabs | append (dict "title" $client "language" $client "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
{{ end }}
{{ end }}

Expand Down

0 comments on commit fb5a740

Please sign in to comment.