Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 0 additions & 145 deletions _components/Breadcrumbs.tsx

This file was deleted.

10 changes: 1 addition & 9 deletions _includes/doc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,13 @@ export default function Doc(data: Lume.Data, helpers: Lume.Helpers) {
>
<div class="w-full">
<article class="mx-auto">
{hasBreadcrumbs && (
<data.comp.Breadcrumbs
title={data.title!}
sidebar={sidebar}
url={data.url}
/>
)}

<data.comp.TableOfContentsMobile toc={data.toc} data={data} />

<div
data-color-mode="auto"
data-light-theme="light"
data-dark-theme="dark"
class="markdown-body mt-4 sm:mt-6"
class="markdown-body mt-6 sm:mt-6"
>
{!(isReference && !isApiLandingPage) && (
<h1
Expand Down