docs: add a high-level architecture diagram to the docs (#33173)

This commit is contained in:
Maxime Beauchemin
2025-04-21 11:15:29 -07:00
committed by GitHub
parent 8c94f9c435
commit 79afc2b545
5 changed files with 4237 additions and 2785 deletions

View File

@@ -111,7 +111,7 @@ const StyledTitleContainer = styled('div')`
}
`;
const StyledButton = styled(Link)`
const StyledButton = styled(Link as React.ComponentType<any>)`
border-radius: 10px;
font-size: 20px;
font-weight: bold;