Skip to content
Open
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
38 changes: 0 additions & 38 deletions public/chainlink-automation/llms.txt

This file was deleted.

39 changes: 0 additions & 39 deletions public/chainlink-functions/llms.txt

This file was deleted.

4 changes: 0 additions & 4 deletions public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ Use these for deeper product-level navigation. These indexes provide broader cov
- [Data Feeds Documentation Index](https://docs.chain.link/data-feeds/llms.txt)
- [Data Streams Documentation Index](https://docs.chain.link/data-streams/llms.txt)
- [DataLink Documentation Index](https://docs.chain.link/datalink/llms.txt)
- [Automation Documentation Index](https://docs.chain.link/chainlink-automation/llms.txt)
- [Functions Documentation Index](https://docs.chain.link/chainlink-functions/llms.txt)
- [ACE Documentation Index](https://docs.chain.link/ace/llms.txt)
- [DTA Technical Standard Documentation Index](https://docs.chain.link/dta-technical-standard/llms.txt)
- [VRF Documentation Index](https://docs.chain.link/vrf/llms.txt)
Expand All @@ -221,8 +219,6 @@ Use `llms-full.txt` only when broad product-level context is required or when th
- [Data Feeds Full](https://docs.chain.link/data-feeds/llms-full.txt)
- [Data Streams Full](https://docs.chain.link/data-streams/llms-full.txt)
- [DataLink Full](https://docs.chain.link/datalink/llms-full.txt)
- [Automation Full](https://docs.chain.link/chainlink-automation/llms-full.txt)
- [Functions Full](https://docs.chain.link/chainlink-functions/llms-full.txt)
- [ACE Full](https://docs.chain.link/ace/llms-full.txt)
- [DTA Technical Standard Full](https://docs.chain.link/dta-technical-standard/llms-full.txt)
- [VRF Full](https://docs.chain.link/vrf/llms-full.txt)
2 changes: 0 additions & 2 deletions src/components/RightSidebar/LlmsLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const SECTION_DISPLAY_NAMES: Record<string, string> = {
"data-feeds": "Data Feeds",
"data-streams": "Data Streams",
"dta-technical-standard": "DTA",
automation: "Automation",
"chainlink-functions": "Functions",
quickstarts: "Quickstarts",
resources: "Resources",
// Add more as needed
Expand Down
10 changes: 0 additions & 10 deletions src/config/llms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export const SUPPORTED_LLM_SECTIONS = [
"data-streams",
"dta-technical-standard",
"datalink",
"chainlink-functions",
"chainlink-automation",
"resources",
"architecture-overview",
"getting-started",
Expand Down Expand Up @@ -67,14 +65,6 @@ export const LLM_SECTIONS_CONFIG: Record<SupportedSection, LlmsSectionConfig> =
root: "src/content/datalink",
includeGlobs: ["**/*.mdx"],
},
"chainlink-functions": {
root: "src/content/chainlink-functions",
includeGlobs: ["**/*.mdx"],
},
"chainlink-automation": {
root: "src/content/chainlink-automation",
includeGlobs: ["**/*.mdx"],
},
resources: {
root: "src/content/resources",
includeGlobs: ["**/*.mdx"],
Expand Down
Loading
Loading