Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new plugin,
starlight-llms-txt
, to enhance functionality in thewebsite
project. It also includes updates to dependencies, configuration files, and styling to support the integration of the plugin and improve the user interface.Plugin Integration:
starlight-llms-txt
plugin: Updatedwebsite/astro.config.mjs
to include the new plugin in theplugins
array, enabling additional features for the project. ([[1]](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-85cc15dfe103c8efb0d4d619255656cd2f2356feddf360e710ff326a71fdbcdeR4)
,[[2]](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-85cc15dfe103c8efb0d4d619255656cd2f2356feddf360e710ff326a71fdbcdeR25)
)starlight-llms-txt
towebsite/package.json
andwebsite/package-lock.json
to manage the plugin's dependencies. ([[1]](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-fae242fbf77a8a9d52625664bc36ea12316586f8a716b41137d897a2b7e3df76L29-R30)
,[[2]](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-999051457a1934c824a5f8395589ea5e749a581e9f70a43585c885319cb56e64L14-R15)
,[[3]](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-999051457a1934c824a5f8395589ea5e749a581e9f70a43585c885319cb56e64R7164-R7190)
)Styling Enhancements:
header.header
element to enhance visual aesthetics. ([website/src/custom.cssR135-R143](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-83441a4607546a35116e0e3a6d4d263379c09a17091da5cf781da7a5915d1881R135-R143)
).sl-markdown-content .sl-anchor-link:focus
to reduce opacity on focus for better accessibility. ([website/src/custom.cssR135-R143](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-83441a4607546a35116e0e3a6d4d263379c09a17091da5cf781da7a5915d1881R135-R143)
)Configuration Updates:
.cspell.json
file to ensure proper handling of new terminology related to the plugin. ([.cspell.jsonR49](https://github.com/htmlhint/HTMLHint/pull/1678/files#diff-4e0f175c840784de9e935f881821905c75a2a125aa57c51268a7fb4496edfbe6R49)
)