-
Notifications
You must be signed in to change notification settings - Fork 199
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
Improve documentation #311
Comments
Agreed here. |
Just to add some thoughts to this one while I remember them as a user with no previous tree-sitter knowledge who just wanted to clean up some flags automatically.
From my POV as a new user I think anything that can be done to shorten the time taken to those 2 milestones of:
are good things to bear in mind for a Getting Started flow/guide. |
Hey! Thanks a lot. I will bear these things in mind when I get to updating the documentation.
|
If at all you wanna play with rust and experiment making a simple play ground i was thinking to use |
Currently we maintain all our documentation in the two
README
s -README
andPOLYGLOT_README
.This makes our documentation a bit confusing and a bit intimidating. At some level, I feel it might be hard for a random developer to understand the purpose of this project.
At a higher level my idea is :
README
andPOLYGLOT_README
As per good practices - A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation. In contrast our
POLYGLOT_README
is too detailed. I feel having one huge file makes it difficult to navigate too (while reading). Also there is that intimidating rule graph diagram at the beginning.My plan is to move the following sections to wiki :
CONTRIBUTING.md
(edit)The text was updated successfully, but these errors were encountered: