mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +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
|
@ -43,6 +43,7 @@ export const ThemeClassNames = {
|
|||
docs: {
|
||||
docVersionBanner: 'theme-doc-version-banner',
|
||||
docVersionBadge: 'theme-doc-version-badge',
|
||||
docBreadcrumbs: 'theme-doc-breadcrumbs',
|
||||
docMarkdown: 'theme-doc-markdown',
|
||||
docTocMobile: 'theme-doc-toc-mobile',
|
||||
docTocDesktop: 'theme-doc-toc-desktop',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue