github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs-website/static-components/README.md (about) 1 # Static Components 2 3 ## Why? 4 5 - Docusaurus only allows stringified html to be injected into the theme based components. 6 - This allows for more robust customization without re-writing things like the navbar or the footer. 7 - Also allows for cleaner writing of css and html with interpolation and re-use of components. 8 - see SocialsBox for example.