HomeFooter eject-only
Warning
This is an eject-only component, designed specifically for wrap/eject, and is not recommended for direct use in MDX files
This component is part of the Home Page. HomeFooter renders footer information at the bottom of the home page.
Usage
index.mdx
This component does not accept any props. It automatically reads the footer.message content from the theme configuration.
Configuration
Configure footer information in rspress.config.ts:
rspress.config.ts
How it works
- The component reads footer content from
themeConfig.footer.message - If
messageis not configured, the component will not render anything messagesupports HTML strings