mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-19 19:22:28 +02:00
feat(docs,theme-classic): docs breadcrumbs (#6517)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
67918e35e2
commit
3629b5ab39
16 changed files with 341 additions and 1 deletions
|
@ -195,6 +195,10 @@ export type PropSidebars = {
|
|||
[sidebarId: string]: PropSidebar;
|
||||
};
|
||||
|
||||
export type PropSidebarBreadcrumbsItem =
|
||||
| PropSidebarItemLink
|
||||
| PropSidebarItemCategory;
|
||||
|
||||
export type PropVersionDoc = {
|
||||
id: string;
|
||||
title: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue