mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
feat(theme-classic): add stable class for DocSidebarContainer (#6466)
This commit is contained in:
parent
d73b4f8674
commit
d0fc31c8ae
2 changed files with 8 additions and 3 deletions
|
@ -48,6 +48,7 @@ export const ThemeClassNames = {
|
|||
docFooter: 'theme-doc-footer',
|
||||
docFooterTagsRow: 'theme-doc-footer-tags-row',
|
||||
docFooterEditMetaRow: 'theme-doc-footer-edit-meta-row',
|
||||
docSidebarContainer: 'theme-doc-sidebar-container',
|
||||
docSidebarMenu: 'theme-doc-sidebar-menu',
|
||||
docSidebarItemCategory: 'theme-doc-sidebar-item-category',
|
||||
docSidebarItemLink: 'theme-doc-sidebar-item-link',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue