Skip to content

Commit 183b7d4

Browse files
authored
Update Starlight plugin config and docs index metadata (#1681)
Set the projectName option for the starlightLlmsTxt plugin in astro.config.mjs. Updated the docs index.mdx to adjust the title and hero metadata for consistency.
1 parent 84e9813 commit 183b7d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

website/astro.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export default defineConfig({
2222
lastUpdated: true,
2323
pagination: false,
2424
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 2 },
25-
plugins: [starlightLlmsTxt()],
25+
plugins: [
26+
starlightLlmsTxt({
27+
projectName: 'HTMLHint',
28+
}),
29+
],
2630
social: [
2731
{
2832
icon: 'github',

website/src/content/docs/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Welcome to HTMLHint
2+
title: HTMLHint
33
description: The web's most popular static code analysis tool you need for your HTML. Available as a CLI tool, VS Code extension, and more.
44
hero:
5+
title: HTMLHint
56
tagline: The web's most popular static code analysis tool you need for your HTML
67
image:
78
file: ../../assets/img/htmlhint.webp

0 commit comments

Comments
 (0)