DocFooter
This component is mainly used in conjunction with wrap/eject in Custom Theme , and is different from components that are directly imported in MDX. You can modify the styles and functions by passing component props or directly overriding the component. If you override the entire component through eject, please note that the reading of the corresponding configuration options of the component will become invalid and you need to control it yourself.
DocFooter renders the footer area at the bottom of doc pages, including the edit link, last updated time, and prev/next page navigation.
Usage
This component is automatically rendered at the bottom of doc pages and usually does not need to be used manually. To customize it, eject the component:
Included components
DocFooter consists of the following components:
- EditLink - Displays "Edit this page" link
- LastUpdated - Displays page last updated time
- PrevNextPage - Displays prev/next page navigation