Add archive and restore playbook documentation#8816
Conversation
Co-authored-by: Michael Roberson <roberson-io@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds two new documentation sections to the share-and-collaborate guide: "Archive a playbook" and "Restore an archived playbook", including permissions prerequisites, step-by-step instructions, and image references; inserted after "Duplicate a playbook" and before "Export channel data". No code changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@source/end-user-guide/workflow-automation/share-and-collaborate.rst`:
- Around line 114-115: Replace external github user-attachments image URLs with
repo-hosted relative doc asset paths: locate the image directives like "..
image::
https://github.com/user-attachments/assets/d665e506-abb5-4005-bd67-aa9e4754bbe2"
in the share-and-collaborate.rst content and move the referenced image file into
the docs assets directory (e.g., docs/_static or docs/assets), then update the
directive to use a relative path (for example ".. image::
_static/your-image-name.png") and do the same for the other occurrence mentioned
(the similar directive at the block around the later lines).
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 9eb04b59-b50f-48be-bd82-83dc2a7f2adf
📒 Files selected for processing (1)
source/end-user-guide/workflow-automation/share-and-collaborate.rst
source/end-user-guide/workflow-automation/share-and-collaborate.rst
Outdated
Show resolved
Hide resolved
|
Newest code from mattermost has been published to preview environment for Git SHA 278c67a |
Co-authored-by: Michael Roberson <roberson-io@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 49e6c17 |
- Add archive-a-playbook.gif showing the archive workflow - Add restore-an-archived-playbook.gif showing the restore workflow - Update image references from .png to .gif in documentation
|
Newest code from mattermost has been published to preview environment for Git SHA 668eb61 |
Add "Archive a playbook" and "Restore an archived playbook" sections after the "Duplicate a playbook" section in the share-and-collaborate page.
Closes #8815
Generated with Claude Code
Summary by CodeRabbit