pantoken / renderers/astro/src / StarlightPluginLike
Interface: StarlightPluginLike
Alpha
A minimal structural type for a Starlight plugin.
Properties
name
name:
string
Alpha
hooks
hooks:
object
Alpha
config:setup()
config:setup(
context):void
Parameters
context
config
{ head?: HeadEntry[]; }
config.head?
updateConfig
logger?
{ info: void; }
logger.info
Returns
void