Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: refactor and improve rich text docs #9929

Merged
merged 6 commits into from
Dec 12, 2024
Merged

docs: refactor and improve rich text docs #9929

merged 6 commits into from
Dec 12, 2024

Conversation

GermanJablo
Copy link
Contributor

@GermanJablo GermanJablo commented Dec 12, 2024

  • Refactoring that simplifies finding things:

    ## BEFORE
    
    - Rich Text
      - Overview
      - Slate
      - Lexical
    - Lexical
      - Overview
      - Converters
      - Migration
      - Custom Features
    
    ## AFTER
    
    - Rich Text
      - Overview
      - Converters
      - Custom Features
      - Migration
      - Slate (legacy) 
  • It takes some of the spotlight away from Slate. Lexical is assumed as the default editor and a banner at the beginning refers to the Slate documentation.

  • Various writing improvements.

PENDING:

  • some 301 redirects needed
    • /docs/rich-text/lexical to /docs/rich-text/overview
    • /docs/lexical/overview to /docs/rich-text/overview
    • /docs/lexical/converters to /docs/rich-text/converters
    • /docs/lexical/migration to /docs/rich-text/migration

@GermanJablo GermanJablo marked this pull request as ready for review December 12, 2024 19:24
@AlessioGr AlessioGr merged commit abee24e into main Dec 12, 2024
21 checks passed
@AlessioGr AlessioGr deleted the rich-text-docs branch December 12, 2024 21:20
Copy link
Contributor

🚀 This is included in version v3.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants