Docs: Update the Templates page for the new Share and Template tabs - #10
Open
dataleaplabs-team wants to merge 3 commits into
Open
Docs: Update the Templates page for the new Share and Template tabs#10dataleaplabs-team wants to merge 3 commits into
dataleaplabs-team wants to merge 3 commits into
Conversation
The Share dialog now has a Share tab and a Template tab, so the old Share popover screenshot and its step no longer match the product. Also align field and button names with the current UI.
esobermuellert
marked this pull request as ready for review
August 21, 2026 10:44
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.
What changed for the user
The Templates page told people to "hit Share" and showed a screenshot of the old Share popover. Since Use only sharing shipped, the Share dialog has two tabs — Share and Template — so the screenshot shows a UI that no longer exists and the step skips the tab switch and the Create Template button.
This PR:
<Note>that Create Template is disabled until the agent has instructions (tooltip: "Add instructions to your agent before creating a template")./images/template-share-popover.pngreference and leaves a TODO for the replacement screenshot.Nothing else on the page changed. The three template-wizard screenshots are untouched.
Prompted by
#docs-ideas(2026-08-21): the sharing screenshots are outdated because sharing logic changed with Use only; confirmed in-thread that the stale ones are on the Templates page.Source verification
Every claim above was read from the current product source on
main:share-agent-content.tsx— the Share dialog is a two-tab layout,Share(default) andTemplate.share-agent-template-section.tsx— Create Template / Manage Template buttons, the disabled-state tooltip, template link + copy.template/type/index.tsx— "How should this be shared?" with Template and Locked Template cards.template/about.tsx— Name, Description, Setup Prompt ("Tells the AI how to guide users through setup"), Regenerate.template/publishing/index.tsx+publishing-settings-panel.tsx— Template Link, Copy Link, Publish to Library, destination picker (your organization or a single team), Publish / Update.template-builder-step-shell.tsx— the indicator reads "No pending changes"; there is no "unpublished changes" label.Files changed
share/templates.mdxNeeds confirmation
template-wizard-type.png,template-wizard-about.png,template-wizard-publish.pngwere added in July, before Use only shipped. The wizard code has not obviously changed, but I cannot verify what the images show. Replace them if they are stale./images/template-share-popover.pngis now unreferenced. Delete it in this PR, or keep it until the replacement lands?Draft — not for merge until Simon reviews the Mintlify preview and says push.