docs: Improve discoverability of Jinja resources, filters, and schema references#1149
Merged
Conversation
Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
…nctions Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
…rce links Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Weaver documentation for improved clarity
docs: Improve discoverability of Jinja resources, filters, and schema references
Jan 21, 2026
Contributor
|
@copilot Can you update all your markdown links to be relative? |
… file Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Contributor
Author
Updated all markdown links to relative paths in commit b3c6742. Changes include:
Also removed |
jsuereth
reviewed
Jan 21, 2026
Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
jsuereth
reviewed
Jan 22, 2026
Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
jsuereth
reviewed
Jan 22, 2026
jsuereth
reviewed
Jan 22, 2026
…er transition Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
jsuereth
approved these changes
Jan 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1149 +/- ##
=======================================
- Coverage 80.1% 80.1% -0.1%
=======================================
Files 108 108
Lines 8440 8428 -12
=======================================
- Hits 6763 6752 -11
+ Misses 1677 1676 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jsuereth
approved these changes
Jan 23, 2026
lmolkova
reviewed
Jan 23, 2026
lmolkova
approved these changes
Jan 23, 2026
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.
Documentation Improvements - All Complete ✅
All documentation improvements from the issue have been successfully completed. This PR enhances the discoverability and usability of Weaver's documentation for new and existing users.
Summary of Changes
✅ Enhanced Jinja Template Documentation
✅ Documented Built-in Helper Functions
kebab_case,snake_case, etc.)✅ Improved Schema Documentation Accessibility
✅ Comprehensive Filter Documentation
ctxvariable and its interaction with filtersFiles Modified
docs/codegen.md- Added 130+ lines of documentation with relative links, quick reference table, and raw JQ expression examplesREADME.md- Maintained concise, action-oriented structure per original designcrates/weaver_forge/README.md- Enhanced with relative source link to extensions directoryNote: All markdown links use relative paths for better maintainability. Schema and configuration references are located in docs/codegen.md where users actively work with them, keeping the README focused on quick navigation to detailed documentation.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.