docs: update admin nav path and Add connector flow - #50
Conversation
- Apps > Connectors replaces Integrations > Connectors in the admin nav (c1#24648). - The Add connector walkthrough now reflects the new guided drawer: choose destination (new app / existing app) -> optional IdP link -> name/description -> owners -> Add (c1#24933, c1#25052). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Connector PR Review: docs: update admin nav path and Add connector flowBlocking Issues: 0 | Suggestions: 0 | Threads Resolved: 0 Review Summary Scanned the full PR diff for security and correctness. This is a documentation-only change touching Security Issues None found. Correctness Issues None found. Suggestions None. |
Summary
Two upstream product changes affect this connector's docs:
ductone/c1#24648): the sidebar path is now Apps > Connectors, replacing Integrations > Connectors.ductone/c1#24933,ductone/c1#25052): the old 3-option "Add connector" flow (unmanaged app / managed app / new managed app + single owner) is replaced by a guided drawer: choose destination (new app / existing app) → optionally link to an application discovered from your identity provider → name/description → owners (multi-owner picker) → Add.Both features are live in production. This PR brings the connector's own docs source in line with what's already merged in
ConductorOne/docs(see ConductorOne/docs#527 and ConductorOne/docs#528), so the next sync doesn't reintroduce the stale flow.Corrections were verified against the actual drawer code and applied directly to this file — not reapplied as a blind patch, since source docs can drift from what's synced into the docs site.
Test plan