1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Add collab mode docs to side bar + fix casing inconsistency in tooltip (#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.
This commit is contained in:
Thomas Heartman 2023-03-23 11:27:54 +01:00 committed by GitHub
parent ec5b695409
commit e9c2a332b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export const CollaborationModeTooltip: FC = () => (
<Box sx={{ mt: 2 }}> <Box sx={{ mt: 2 }}>
<StyledTitle>protected: </StyledTitle> <StyledTitle>protected: </StyledTitle>
<StyledDescription> <StyledDescription>
Only admins and project members can submit change only admins and project members can submit change
requests requests
</StyledDescription> </StyledDescription>
</Box> </Box>

View File

@ -322,6 +322,7 @@ module.exports = {
'reference/playground', 'reference/playground',
'reference/public-signup', 'reference/public-signup',
'reference/projects', 'reference/projects',
'reference/project-collaboration-mode',
'reference/rbac', 'reference/rbac',
'reference/segments', 'reference/segments',
'reference/service-accounts', 'reference/service-accounts',