Add LLM-Friendly Documentation using llmstxt#2285
Open
sundarshankar89 wants to merge 5 commits intomainfrom
Open
Add LLM-Friendly Documentation using llmstxt#2285sundarshankar89 wants to merge 5 commits intomainfrom
sundarshankar89 wants to merge 5 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2285 +/- ##
=======================================
Coverage 67.53% 67.53%
=======================================
Files 99 99
Lines 8837 8837
Branches 916 916
=======================================
Hits 5968 5968
Misses 2694 2694
Partials 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ 131/131 passed, 8 flaky, 5 skipped, 29m2s total Flaky tests:
Running from acceptance #3737 |
ihor-ki
approved these changes
Feb 13, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
## Summary Integrates the `@signalwire/docusaurus-plugin-llms-txt` plugin to generate AI-accessible documentation, making Lakebridge docs discoverable and usable by LLMs and AI-powered tools using standard https://llmstxt.org/ - **Developer Experience** - Enables AI assistants to access Lakebridge documentation context - Improves discoverability through standardized llms.txt format - Maintains existing documentation structure without changes `<baseurl>/lakebridge/llms.txt` <img width="1506" height="913" alt="image" src="https://github.com/user-attachments/assets/cea80c36-20a5-4fea-b2e2-55d19e29c4c3" /> Individual page markdown files will be available at: https://databrickslabs.github.io/lakebridge/llms.txt For example: - /lakebridge/llms/docs/overview.md - /lakebridge/llms/docs/installation.md - /lakebridge/llms/docs/assessment/profiler.md - /lakebridge/llms/docs/transpile/teradata.md ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs lakebridge ...` - [ ] ... +add your own ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Integrates the
@signalwire/docusaurus-plugin-llms-txtplugin to generate AI-accessible documentation, making Lakebridge docs discoverable and usable by LLMs and AI-powered tools using standard https://llmstxt.org/<baseurl>/lakebridge/llms.txtIndividual page markdown files will be available at:
https://databrickslabs.github.io/lakebridge/llms.txt
For example:
Functionality
databricks labs lakebridge ...Tests