Skip to content

Commit

Permalink
Add collab mode docs to side bar + fix casing inconsistency in tooltip (
Browse files Browse the repository at this point in the history
#3375)

This change does two things:

- Adds project collaboration mode docs to the sidebar
- Fixes a casing inconsistency in the collaboration mode tooltip:
previously, one of the explanations started with a lowercase character
and the other with an uppercase character. Now they both start with
lowercase characters.
  • Loading branch information
thomasheartman committed Mar 23, 2023
1 parent ec5b695 commit e9c2a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CollaborationModeTooltip: FC = () => (
<Box sx={{ mt: 2 }}>
<StyledTitle>protected: </StyledTitle>
<StyledDescription>
Only admins and project members can submit change
only admins and project members can submit change
requests
</StyledDescription>
</Box>
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ module.exports = {
'reference/playground',
'reference/public-signup',
'reference/projects',
'reference/project-collaboration-mode',
'reference/rbac',
'reference/segments',
'reference/service-accounts',
Expand Down

0 comments on commit e9c2a33

Please sign in to comment.