docs(materialize): remove author draft/TODO callouts from concept pages#568
Merged
Merged
Conversation
Contributor
|
Preview deployment status for this pull request.
|
authzed-catherine
left a comment
Contributor
There was a problem hiding this comment.
I think there's one more to remove at the top of the snapshots page.
The permission-set-lifecycle and snapshots concept pages carried author-to-author <Callout> notes that render as live info/warning boxes to readers: - "Draft — content review needed" banners at the top of both pages - TODO callouts (DownloadPermissionSets reference-page, worked-example expansion, and snapshot retention-window confirmation — a couple addressed to Sam) Remove them. The real follow-up work they flagged is tracked separately; this just stops the notes from shipping to readers. The nextra Callout import stays — both pages still use it for genuine reader-facing callouts.
Corey-T1000
force-pushed
the
docs/remove-materialize-todo-callouts
branch
from
July 9, 2026 15:45
7a6b5de to
a20212e
Compare
authzed-catherine
approved these changes
Jul 9, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Follow-up to #562. The Materialize concept pages shipped with author-to-author
<Callout>notes that render as live info/warning boxes to readers. This removesthem from both pages:
app/materialize/concepts/permission-set-lifecycle/page.mdxapp/materialize/concepts/snapshots/page.mdxThe underlying follow-up work (a
DownloadPermissionSetsreference page, a workedbackfill example, and confirming snapshot retention/rotation) is tracked separately —
this PR just stops the notes from rendering to readers. The nextra
Calloutimportstays; both pages still use it for genuine reader-facing callouts.