docs: update Directory nav relabels (Directory sources, Dynamic groups)#371
Merged
Merged
Conversation
Two left-nav items under Directory were relabeled in the C1 app: - "User data sources" -> "Directory sources" - "Groups" -> "Dynamic groups" Update every navigation breadcrumb and page reference across the admin docs to match the new labels. Co-authored-by: c1-squire-dev[bot] <c1-squire-dev[bot]@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
alextebbs
approved these changes
Jun 30, 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
Two items in the C1 app's Directory left-nav section were relabeled. This updates every navigation breadcrumb and page reference in the docs to match what users now see:
Changes
User data sources→Directory sources(allDirectory > User data sourcesbreadcrumbs):product/admin/directory.mdx— 2×product/admin/attributes.mdx— 2×product/admin/push-rules.mdx— 3×product/admin/profile-types.mdx— 3×Groups→Dynamic groups:product/admin/groups.mdx— theDirectory > Groupsbreadcrumb and the "On the Groups page" reference (the page itself is now titled "Dynamic groups")Scope notes
product/release-notes.mdxthat mentions "User data sources" is left unchanged — it's a dated record of the UI at that time.🤖 Generated with Claude Code
Known residual — stale screenshots (cannot be fixed by text edit)
Two screenshots bake the old labels into their in-app breadcrumbs and need re-capturing against an updated tenant (out of scope for this text-only PR):
images/product/assets/profile-type.png— breadcrumb readsData sources > Profile types > FTE; should now readDirectory sources(used inproduct/admin/profile-types.mdx).images/product/assets/c1-groups.png— breadcrumb reads… > Groups; should now readDynamic groups(used inproduct/admin/groups.mdx).All other screenshots on the affected pages (
inventory.png,secret-alert.png) show drill-down content with no nav chrome and are unaffected.