-
-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance LLM documentation generation with structured schema and Markd…
…own support
- Loading branch information
1 parent
bda447f
commit bd55fad
Showing
4 changed files
with
74 additions
and
18 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
sites/next.skeleton.dev/src/content/docs/resources/llmtxt.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: '@layouts/LayoutDoc.astro' | ||
title: Large Language Models | ||
description: Documentation for LLMs. Beep Boop. | ||
--- | ||
|
||
|
||
export const components = componentSet; | ||
|
||
{/* --- */} | ||
|
||
## LLM.txt Documentation | ||
|
||
Our **LLM.txt** files provide concise, up-to-date documentation optimized for large language models, following the [LLM.txt standard](https://llmstxt.org/). | ||
|
||
### Directory Overview | ||
|
||
- **`/llm-react.txt`**: React guidelines. | ||
- **`/llm-svelte.txt`**: Svelte guidelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters