docs: update documentation for release - #2042
Merged
Merged
Conversation
- Add Bank Report Wizard guide and register it in the docs sidebar - Correct stale subsidies guide (multi-select categories, No Category, real status enum) - Add AUTH_RATE_LIMIT_MAX, AUTH_RATE_LIMIT_WINDOW, and VAT_RATE to .env.example - Refresh README capabilities and rewrite RELEASE_SUMMARY.md for this release Co-Authored-By: Claude docs-writer <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.14.0-beta.27 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 2.14.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Documentation pass for the beta→main promotion in #2041.
docs/src/guides/budget/bank-reports.md— the Bank Report Wizard had no docs page at all despite being a substantial, actively-developed feature. Covers the 3 report types, the 5-step wizard, column visibility (this release's headline change, Report column visibility: wire the preview toggles through to the generated PDF #1973), AI-assisted generation, marking invoices claimed, and multi-page PDF handling. Registered indocs/sidebars.jsand cross-linked from the budget guide index.docs/src/guides/budget/subsidies.mdwas substantially stale — it described a single "Budget Category" field and a nonexistent 4-status lifecycle. Rewritten to match the actualSubsidyProgramtype: multi-selectapplicableCategories, the independentincludesNoCategoryItems("No Category") flag new in this release, and the realeligible|applied|approved|received|rejectedenum..env.examplewas missing three variables referenced inserver/src/. Defaults verified againstserver/src/plugins/config.ts:AUTH_RATE_LIMIT_MAX=20(new this release, Make the authentication rate limits configurable by environment variable #1970)AUTH_RATE_LIMIT_WINDOW=15 minutes(new this release, Make the authentication rate limits configurable by environment variable #1970)VAT_RATE=0.19(pre-existing drift)> [!NOTE]block is untouched.CLAUDE.md's environment-variable table already documented all three vars correctly — no change needed there.Verification
npm run docs:buildsucceeds (only pre-existing screenshot-image warnings)npm run lintfindings match the known pre-existing baseline; none in touched files🤖 Generated with Claude Code