Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.43 KB

swizzling.md

File metadata and controls

39 lines (30 loc) · 1.43 KB

Docusaurus swizzling

Custom theme components

The Connect site uses swizzling to customize several Docusaurus components:

To swizzle more components, run npm run swizzle -- @docusaurus/theme-classic --typescript and select component you want to modify

What lives where

In general, the site follows the standard Docusaurus structure, with swizzled components in src/theme and fully custom components in src/components. Some additional things to be aware of: