-
-
Notifications
You must be signed in to change notification settings - Fork 329
Rewrite the docs #863
Copy link
Copy link
Labels
priority-1-highShould be resolved ASAP.Should be resolved ASAP.type-docsAbout changes and updates to documentationAbout changes and updates to documentation
Metadata
Metadata
Assignees
Labels
priority-1-highShould be resolved ASAP.Should be resolved ASAP.type-docsAbout changes and updates to documentationAbout changes and updates to documentation
Beta Docs Live Preview: https://reactive-python.github.io/reactpy/
Beta Docs Source Code: https://github.com/reactive-python/reactpy/tree/new-docs
Current Situation
It is difficult for new contributors to modify the docs, due to the current usage of reStructuredText (RST). Also the current verbiage is somewhat hard to understand for beginners.
Proposed Actions
Convert the current docs from reStructuredText (
sphinx) to Markdown (mkdocs).These new docs should be a 1:1 rewrite of ReactJS's documentation.
Also consider using these plugins
Related issues
use_contextdocs #845