Docs for backups - #2858
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdded an Instant backups documentation page for access, archive contents, sensitive data, restoration, and CLI commands. Added the page to the Instant features documentation navigation. ChangesBackup documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (1)
client/www/components/docs/Fence.jsx (1)
131-131: 🎯 Functional Correctness | 🔵 Trivial | 💤 Low valueUse the Tailwind CSS v4 important-modifier syntax. Tailwind CSS v4.1.17 supports the prefix form for backward compatibility but deprecates it. Replace
!mt-0and!rounded-t-nonewithmt-0!androunded-t-none!.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@client/www/components/docs/Fence.jsx` at line 131, Update the className template in Fence to use Tailwind CSS v4 important-modifier suffix syntax: replace !mt-0 with mt-0! and !rounded-t-none with rounded-t-none!, preserving the existing conditional styling and all other classes.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@client/www/app/docs/backups/page.md`:
- Line 63: Replace the real-looking email value in the backup example with the
synthetic address user@example.com, while leaving the rest of the example
unchanged.
- Around line 8-10: Update the backup retention documentation around the “last 7
days” statement to explicitly identify those as automatic backups, then add that
manual backups default to a 30-day retention period. Preserve the existing
dashboard and CLI access information.
---
Nitpick comments:
In `@client/www/components/docs/Fence.jsx`:
- Line 131: Update the className template in Fence to use Tailwind CSS v4
important-modifier suffix syntax: replace !mt-0 with mt-0! and !rounded-t-none
with rounded-t-none!, preserving the existing conditional styling and all other
classes.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 4836fc09-5152-4c03-aeed-8e7b229abf70
📒 Files selected for processing (4)
client/www/app/docs/backups/page.mdclient/www/components/docs/Fence.jsxclient/www/data/docsNavigation.jsclient/www/markdoc/nodes.js
|
View Vercel preview at instant-www-js-backups-docs-jsv.vercel.app. |
Adds docs for backups explaining how they're created, how they're structured, how to download them, and a short description of how to restore a backup into a self-hosted instance (with a link to the self-hosted docs).
Direct preview link: https://instant-www-js-backups-docs-jsv.vercel.app/docs/backups