-
Notifications
You must be signed in to change notification settings - Fork 60
docs: consolidate, update and extend documentation #967
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
Conversation
82a3696 to
6d1077f
Compare
|
@mickaelistria @angelozerr this is a substantial upgrade to the documentation. I hope you are fine with this PR. I don't expect you to read and verify every line but a general OK would be appreciated. |
Of course I am more than fine with it. That's highly valuable work! |
|
@sebthom I have add few comments. Thanks so much for your work! |
This change migrates and unifies documentation from the GitHub Wiki, the legacy documentation/ folder, README.md, and CONTRIBUTING.md into a coherent set of guides under docs/.
The content is organized by target audience (end users, plug‑in developers, and TM4E contributors), refreshed where it was outdated, and extended with details on internals such as Generic Editor integration, async tokenization, folding, diagnostics, and the release process.
After this is merged, the GitHub Wiki will be disabled so that all documentation changes go through the normal PR review workflow.
Fixes #954