EXP-1865 Add product update for company owners - #1868
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Rob-Codat
marked this pull request as ready for review
August 3, 2026 08:45
Rob-Codat
enabled auto-merge
August 3, 2026 08:46
New pages fail the link check because their canonical URL on docs.codat.io returns 404 until the page is deployed. The build's absolute self-domain URLs (canonical tags, sitemap, RSS/Atom feeds) are generated by Docusaurus from pages that are already crawled locally, so checking them against production adds no coverage. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Link check results: |
brettdorrans
approved these changes
Aug 3, 2026
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
Adds a product update post to https://docs.codat.io/updates/ announcing the new company owners functionality (EXP-1676):
Also adds Rob Harrison to the blog authors list.
Link check fix
docs.codat.ioURL (in canonical tags, sitemap, and RSS/Atom feeds) 404s until deployed. Thelinks:checkscript now skips self-domain URLs — internal links are still validated by Docusaurus at build time and by linkinator crawling the local build.🤖 Generated with Claude Code