Skip to content

Commit

Permalink
docs: Add Astro credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Feb 2, 2025
1 parent 9b4c68d commit f93192e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { StarlightConfig } from '@astrojs/starlight/types';
import vercel from '@astrojs/vercel';
import starWarp from '@inox-tools/star-warp';
import starlightLinksValidator from 'starlight-links-validator';
import starlightCoolerCredit from 'starlight-cooler-credit';

const badge = {
new: {
Expand Down Expand Up @@ -130,6 +131,13 @@ export default defineConfig({
starlightLinksValidator({
errorOnRelativeLinks: true,
}),
starlightCoolerCredit({
credit: {
title: 'Built for Astro',
description: 'Use these tools on your Astro project',
href: 'https://docs.astro.build',
},
}),
starWarp(),
],
}),
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@vercel/analytics": "^1.4.1",
"astro": "catalog:",
"sharp": "^0.33.5",
"starlight-cooler-credit": "^0.2.3",
"starlight-links-validator": "^0.14.1",
"starlight-package-managers": "^0.9.0"
},
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f93192e

Please sign in to comment.