diff --git a/docs/src/pages/article.tsx b/docs/src/pages/article.tsx index d6f0bd8..1d7fc97 100644 --- a/docs/src/pages/article.tsx +++ b/docs/src/pages/article.tsx @@ -344,6 +344,21 @@ function Header({ docLocation }: { docLocation: DocLocation }) {
  • /
  • + {docLocation.page.section !== "overview" && ( + <> +
  • + + {getDocSectionLabel( + docLocation.page.section, + docLocation.locale + )} + +
  • +
  • + / +
  • + + )}
  • {docLocation.page.title}