Agent redirect skill and small admin > company reorg#24856
Agent redirect skill and small admin > company reorg#24856akristen merged 15 commits intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/review |
The manage/ subfolder move left grid and next-step links on old paths and broke relative links to subscription and organization docs. Add published URL aliases on the new pages, point nav and new-company at the new URLs, and add one ../ segment to relative cross-references. Made-with: Cursor
Add trailing newline to manage _index and correct 'manageemnt' in front matter keywords. Made-with: Cursor
Keep the STYLE.md line on a clean line break; avoid a stray ** after 'learn' / split 'learn more'. Made-with: Cursor
|
/review |
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR correctly reorganizes pages under content/manuals/admin/company/manage/ and handles redirects well. All moved pages (organizations.md, owners.md, users.md) include proper aliases: entries covering their old URLs, and internal cross-references are updated throughout.
Two very minor observations (not blocking):
content/manuals/admin/company/manage/_index.md: The new section stub is missingdescription:andkeywords:front matter fields. Sincerender: neveris set, there's no SEO impact, but project policy requires these fields on all content pages.content/manuals/admin/company/new-company.md: The title was changed toCreate new company, which is missing the article — considerCreate a new companyto match the first sentence of the page body.
No broken links, missing redirects, AI-isms, or formatting issues detected.
Point internal links and nav URLs to /manuals/admin/activity-logs and /manuals/admin/insights, update relative path in manage-products, and add an alias for the former /admin/organization/activity-logs/ URL. Made-with: Cursor
aevesdocker
left a comment
There was a problem hiding this comment.
Nice! Looks like your skill works! ⭐
There was a problem hiding this comment.
question: would you consider grouping activity logs and insights under a 'Monitoring?'
There was a problem hiding this comment.
That's a rly good idea. I have another PR for this area coming up next week and I'll do that ^
This PR captures a small chunk of work intended to test a new agent skill for handling redirect aliases, link references, and link anchors.