Quickstart Rework with WYSIWYG #618
Closed
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.
This PR completely revamps the quickstart page to better serve both technical and non-technical users, with special emphasis on the WYSIWYG editor experience.
Key Changes:
Dual-Path Approach: Created a tabbed interface that clearly separates the Web Editor workflow (for non-technical users) from the Code-Based workflow (for developers)
Added Web Editor Documentation: Expanded significantly on the Web Editor capabilities, including slash commands, editor modes, and content creation
Git Concepts for Non-Technical Users: Added clear explanations of Git concepts (repositories, branches, commits, pull requests) using accessible language and analogies
Improved Warnings: Added important warnings about branch management to prevent accidental deployments
Enhanced Alt Text: Improved image accessibility with more descriptive alt text
Better Organization: Restructured content with accordions and tabs for improved navigation and readability
Clearer Introduction: Added context about MDX files while keeping the introduction accessible to all users
This rewrite addresses the need to better educate non-technical users about Git workflows while still providing a comprehensive quickstart experience for all user types.