You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/architecture.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ At its core, Sourcegraph maintains a persistent cache of all repositories that a
17
17
18
18
Repository permissions are mirrored from code hosts to Sourcegraph by default. This builds the foundation of Sourcegraph authorization for repositories to ensure users see consistent content on code hosts. Currently, the background permissions syncer resides in the repo-updater.
19
19
20
-
To learn more about how repository permissions are synchronized in the background, read about [permission syncing](/admin/permissions/syncing).
20
+
<Callouttype="note">Learn more in the [Permission Syncing docs](/admin/permissions/syncing)</Callout>
0 commit comments