Skip to content

Commit

Permalink
Remove unmodified vendored theme components
Browse files Browse the repository at this point in the history
These components have been "swizzled", but were not modified to the
upstream sources. Confirmed by running

for f in $(find src/theme/ -type d); do
  yarn swizzle @docusaurus/theme-classic -e --danger "${f#src/theme/}"
done

And then looking at components which were not semantically modified.
  • Loading branch information
ch1bo committed Aug 8, 2024
1 parent 5521b3b commit 8228783
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 691 deletions.
39 changes: 0 additions & 39 deletions docs/src/theme/DocSidebar/Mobile/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions docs/src/theme/DocSidebar/index.js

This file was deleted.

31 changes: 0 additions & 31 deletions docs/src/theme/Footer/Links/Simple/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions docs/src/theme/Footer/Links/index.js

This file was deleted.

22 changes: 0 additions & 22 deletions docs/src/theme/Navbar/ColorModeToggle/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/theme/Navbar/ColorModeToggle/styles.module.css

This file was deleted.

31 changes: 0 additions & 31 deletions docs/src/theme/Navbar/MobileSidebar/SecondaryMenu/index.js

This file was deleted.

22 changes: 0 additions & 22 deletions docs/src/theme/Navbar/MobileSidebar/Toggle/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/theme/Navbar/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions docs/src/theme/NavbarItem/ComponentTypes.js

This file was deleted.

29 changes: 0 additions & 29 deletions docs/src/theme/NavbarItem/DocNavbarItem.js

This file was deleted.

27 changes: 0 additions & 27 deletions docs/src/theme/NavbarItem/DocSidebarNavbarItem.js

This file was deleted.

84 changes: 0 additions & 84 deletions docs/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js

This file was deleted.

16 changes: 0 additions & 16 deletions docs/src/theme/NavbarItem/DocsVersionNavbarItem.js

This file was deleted.

Loading

0 comments on commit 8228783

Please sign in to comment.