Refactor docs-contributors to use tables and fix punctuation #8260
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR significantly refactors the layout of the docs-contributors.md page to enhance visual clarity and consistency. It moves away from simple bulleted lists to structured Markdown tables, allowing for a clearer separation between contributors and their specific contributions. Additionally, it addresses minor punctuation inconsistencies found in the community documentation to align with standard grammar usage.
Detailed Changes
1. Structural Improvements to docs-contributors.md
The main focus of this PR is transforming the "Content", "Design", and "Development" sections.
* [Name](link): role), which could become cluttered and hard to scan, especially for entries with multiple contributors or long role descriptions.2. Punctuation & Grammar Fixes
[link.]), and has been moved outside (e.g.,[link].) to follow standard Markdown and grammatical conventions.Motivation
As the community documentation grows, maintaining a clean and structured layout is essential. The switch to tables provides a scalable way to present contributor information that is visually distinct from standard text content. Standardizing punctuation ensures a polished and consistent reading experience across the documentation site.