Add llms.txt generation from XML docs and update build #162
+18,000
−0
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.
Introduces a new Makefile target 'generate-llms' to generate llms.txt from XML documentation using the generator project. Updates the build process to include llms.txt generation. Adds implementation in Thirdweb.Generator/Program.cs for parsing XML docs and outputting a formatted llms.txt file. Adds the initial generated llms.txt to the repository.
PR-Codex overview
This PR introduces a new
generate-llmstarget in theMakefileand adds functionality to generatellms.txtfrom XML documentation in the C# project. It enhances the documentation generation process and improves the API client documentation.Detailed summary
generate-llmstarget inMakefilefor generatingllms.txt.GenerateLlmsTxtmethod to read XML documentation and createllms.txt.MemberSignatureandParameterInfoclasses to structure documentation data.Summary by CodeRabbit
New Features
Chores