feat(docs): add footer attribution
This commit is contained in:
parent
30483becc5
commit
9651de9cf4
2 changed files with 14 additions and 0 deletions
|
@ -38,6 +38,9 @@ export default defineConfig({
|
||||||
// autogenerate: { directory: 'reference' },
|
// autogenerate: { directory: 'reference' },
|
||||||
// },
|
// },
|
||||||
],
|
],
|
||||||
|
components: {
|
||||||
|
Footer: './src/components/Attribution.astro',
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
11
docs/src/components/Attribution.astro
Normal file
11
docs/src/components/Attribution.astro
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
import Footer from '@astrojs/starlight/components/Footer.astro'
|
||||||
|
---
|
||||||
|
|
||||||
|
<Footer />
|
||||||
|
|
||||||
|
<footer style="text-align: right; font-style: italic; padding: 0.5em 1em">
|
||||||
|
<p>
|
||||||
|
<small>A project by <a href="https://ayo.ayco.io">Ayo Ayco</a></small>
|
||||||
|
</p>
|
||||||
|
</footer>
|
Loading…
Reference in a new issue