···11+---
22+"starlight-cooler-credit": patch
33+---
44+55+Small fixes in docs and throw Warnings
+1-1
docs/src/content/docs/getting-started.mdx
···77777878```diff lang="astro"
7979---
8080-// src/components/overrides/MarkdownContent.astro
8080+// src/components/overrides/TableOfContents.astro
8181import Default from '@astrojs/starlight/components/TableOfContents.astro'
8282+import DefaultBottomTableOfContentsWrapper from 'starlight-cooler-credit/components/DefaultBottomTableOfContentsWrapper.astro'
8383---
+2-2
packages/starlight-cooler-credit/libs/config.ts
···3232 const errors = config.error.flatten();
33333434 throw new AstroError(
3535- `Invalid @trueberryless-org/starlight-plugins-docs-components configuration:
3535+ `Invalid starlight-cooler-credit configuration:
36363737 ${errors.formErrors.map((formError) => ` - ${formError}`).join("\n")}
3838 ${Object.entries(errors.fieldErrors)
···4242 )
4343 .join("\n")}
4444 `,
4545- `See the error report above for more informations.\n\nIf you believe this is a bug, please file an issue at https://github.com/trueberryless-org/starlight-plugins-docs-components/issues/new`
4545+ `See the error report above for more informations.\n\nIf you believe this is a bug, please file an issue at https://github.com/trueberryless-org/starlight-cooler-credit/issues/new`
4646 );
4747 }
4848