diff --git a/docs/starlight/astro.config.mjs b/docs/starlight/astro.config.mjs index ed3efc7602..145dab9b5f 100644 --- a/docs/starlight/astro.config.mjs +++ b/docs/starlight/astro.config.mjs @@ -62,6 +62,6 @@ export default defineConfig({ }), ], components: { - FeedbackComponent: "./src/components/FeedbackComponent.astro", + FeedbackComponent: "./src/components/Waline.astro", }, }); diff --git a/docs/starlight/src/components/Waline.astro b/docs/starlight/src/components/Waline.astro new file mode 100644 index 0000000000..dfd73bab4e --- /dev/null +++ b/docs/starlight/src/components/Waline.astro @@ -0,0 +1,15 @@ + + +
+ diff --git a/docs/starlight/src/content/docs/index.mdx b/docs/starlight/src/content/docs/index.mdx index bba52db1e4..23a75256f4 100644 --- a/docs/starlight/src/content/docs/index.mdx +++ b/docs/starlight/src/content/docs/index.mdx @@ -25,6 +25,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; import SpeedInsights from "@vercel/speed-insights/astro"; import ScriptWorkaround from "/src/components/ScriptWorkaround.astro"; import StatusComponent from "/src/components/StatusComponent.astro"; +import Waline from "/src/components/Waline.astro";