Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export default defineConfig({
lastUpdated: true,
pagination: false,
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 2 },
plugins: [starlightLlmsTxt()],
plugins: [
starlightLlmsTxt({
projectName: 'HTMLHint',
}),
],
social: [
{
icon: 'github',
Expand Down
3 changes: 2 additions & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Welcome to HTMLHint
title: HTMLHint
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.
hero:
title: HTMLHint
tagline: The web's most popular static code analysis tool you need for your HTML
image:
file: ../../assets/img/htmlhint.webp
Expand Down