-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update references to backup topics #36685
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request involves updating documentation links across multiple files to redirect users from the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
source/_includes/common-tasks/data_disk.md (1)
69-69
: Add comma for improved readabilityConsider adding a comma after "external disk" to improve readability.
-The aim is to migrate the data from system 1 to system 2. One way to do this is by [restoring a backup](/common-tasks/general/#restoring-a-backup). The other way is to move the data disk. This can be an interesting option if you have a large amount of data on your external disk or if your external disk has more storage capacity than your new system. +The aim is to migrate the data from system 1 to system 2. One way to do this is by [restoring a backup](/common-tasks/general/#restoring-a-backup). The other way is to move the data disk. This can be an interesting option if you have a large amount of data on your external disk, or if your external disk has more storage capacity than your new system.🧰 Tools
🪛 LanguageTool
[uncategorized] ~69-~69: Possible missing comma found.
Context: ...a large amount of data on your external disk or if your external disk has more stora...(AI_HYDRA_LEO_MISSING_COMMA)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
source/_includes/common-tasks/data_disk.md
(1 hunks)source/_integrations/backup.markdown
(1 hunks)source/more-info/free-space.markdown
(2 hunks)
✅ Files skipped from review due to trivial changes (1)
- source/_integrations/backup.markdown
🧰 Additional context used
🪛 LanguageTool
source/_includes/common-tasks/data_disk.md
[uncategorized] ~69-~69: Possible missing comma found.
Context: ...a large amount of data on your external disk or if your external disk has more stora...
(AI_HYDRA_LEO_MISSING_COMMA)
🔇 Additional comments (1)
source/_includes/common-tasks/data_disk.md (1)
69-69
: Verify all backup-related URLs are updatedThe backup URL update is consistent with changes in other files. However, there's another backup-related link on line 73 that might need to be updated to the new path.
✅ Verification successful
Let me verify if there are any other backup-related URLs in the codebase that need to be updated.
Both backup-related URLs in the file are already updated correctly
Based on the search results, both backup-related URLs in the
data_disk.md
file have already been updated to use the new/common-tasks/general/#
path:
- Line 69:
[restoring a backup](/common-tasks/general/#restoring-a-backup)
- Line 73:
[Create a backup](/common-tasks/general/#backups)
Additionally, the search across the codebase shows that other files have been consistently updated to use the new path, with redirects in place from the old paths (
/common-tasks/os/#
) to the new ones (/common-tasks/general/#
).🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Verify if all backup-related URLs in this file have been updated rg "common-tasks/(os|general).*backup" "source/_includes/common-tasks/data_disk.md"Length of output: 635
Script:
#!/bin/bash # Search for old backup-related URLs across the codebase rg "common-tasks/os.*backup" # Search for new backup-related URLs across the codebase rg "common-tasks/general.*backup"Length of output: 5562
🧰 Tools
🪛 LanguageTool
[uncategorized] ~69-~69: Possible missing comma found.
Context: ...a large amount of data on your external disk or if your external disk has more stora...(AI_HYDRA_LEO_MISSING_COMMA)
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
/common-tasks/os/
to/common-tasks/general/
.