From 1c86e9b3b216bcf56ede8ca2a152a512e50d0f80 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 13 Aug 2018 10:38:36 +0100 Subject: [PATCH] build(docs-infra): change breadcrumb delimiter to `>` (#25453) PR Close #25453 --- aio/tools/transforms/templates/api/base.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/tools/transforms/templates/api/base.template.html b/aio/tools/transforms/templates/api/base.template.html index 72b6fe9a7a..365ab34b5d 100644 --- a/aio/tools/transforms/templates/api/base.template.html +++ b/aio/tools/transforms/templates/api/base.template.html @@ -1,6 +1,6 @@ {% import "lib/githubLinks.html" as github -%} {% set comma = joiner(',') %} -{% set slash = joiner('/') %} +{% set breadcrumbDelimiter = joiner('>') %}
{$ github.githubLinks(doc, versionInfo) $}

{$ doc.name $}