-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open in LLM feature #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: docs-v2
Are you sure you want to change the base?
Open in LLM feature #753
Conversation
|
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
- rewrote copy for LLMs
|
@cycle4passion looks great. I'm going to wait to merge as a reminder I need to generate the llms.txt files (and going to make some tweaks to some naming in this PR). I'll probably just use this PR/branch to complete that work when I do. Thanks! |
1. Individual pages like `layerchart.com/docs/components/Linechart/llms.txt .` 2. Site links index at `layerchart.com/llms.txt` 3. Complete text at `layerchart.com/docs/llms.txt .` API endpoint creation for sections 1. Getting Started 2. Guide Pages 3. Components 4. Individual Examples 5. Utils Added processMarkdownContent(content) to handle custom markdown conversion to vanilla MD for LLMs. In `docs/src/lib/markdown/utils.ts`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cycle4passion let's call this OpenWithButton.svelte instead of OpenLLMs.svelte and update the applicable imports / usage
- cleaned up logic on `ddocs/src/routes/docs/guides/[name]/llms.txt/+server.ts` was getting title by url name, now uses frontmatter like others.
No description provided.