{ "name": "RapiDoc Slots", "description": "HTML slots for injecting custom content into the web component.", "fields": [ { "name": "logo", "type": "HTML Slot", "description": "Replace the default RapiDoc logo in the header. Use an or SVG element.", "example": "" }, { "name": "header", "type": "HTML Slot", "description": "Inject custom HTML into the header bar beside the heading text.", "example": "
" }, { "name": "footer", "type": "HTML Slot", "description": "Inject custom HTML into the footer below the API documentation.", "example": "

Copyright 2026 My Company

" }, { "name": "nav-logo", "type": "HTML Slot", "description": "Replace the logo shown at the top of the navigation sidebar.", "example": "" }, { "name": "overview", "type": "HTML Slot", "description": "Inject custom HTML at the top of the Overview section, before API info.", "example": "

Welcome to our API!

" } ] }