The current width of the documentation pages can make it difficult for users to read and understand the content. Adding more white space in the width of the pages will improve readability by allowing users to focus on the content without getting overwhelmed by the amount of text on the page. We should consider increasing the page width and adjusting the margins to create more white space. This will make it easier for users to scan the content and find the information they need.
This can likely be achieved by swizzling a Docusaurus component and modifying the styling there. Swizzling allows us to override the default behavior of a Docusaurus component and replace it with our own custom implementation. More information about swizzling in Docusaurus can be found here: https://docusaurus.io/docs/swizzling.
Note!
When making a PR for this issue, make sure you target the branch docs-migration.
Related to #4396
The current width of the documentation pages can make it difficult for users to read and understand the content. Adding more white space in the width of the pages will improve readability by allowing users to focus on the content without getting overwhelmed by the amount of text on the page. We should consider increasing the page width and adjusting the margins to create more white space. This will make it easier for users to scan the content and find the information they need.
This can likely be achieved by swizzling a Docusaurus component and modifying the styling there. Swizzling allows us to override the default behavior of a Docusaurus component and replace it with our own custom implementation. More information about swizzling in Docusaurus can be found here: https://docusaurus.io/docs/swizzling.
Note!
When making a PR for this issue, make sure you target the branch
docs-migration.Related to #4396