-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move written docs to rizinorg/cutter.re #2056
Comments
What if we make a 3rd repo "cutter-docs" that has all the written docs and includes the regular cutter repo as a submodule. |
Can't it work with rdareorg/cutter.re without a 3rd one? |
It might work too if the sphinx generation process is moved from cutter's ci to cutter.re. |
However I think it should be possible to generate the documentation locally without cloning the website repo since by itself it has nothing to do with it. |
I agree. Documentation and website are two different things. We might decide to redo the website from scratch that shouldn't affect documentation. We might also want to include documentation as part of binary packages in which case it would be generated as part of build process. |
Is your feature request related to a problem? Please describe.
Currently, the written documentation (features, shortcuts, how to build a plugin,...) is laying inside radareorg/cutter. While currently the documentation is short, we are mature and stable enough to make the first steps toward a more comprehensive documentation, and this is currently work in progress.
The upcoming documentation will likely contain more pages and text, in addition to dozens of images and screenshots. There is no need that all this data will be on Cutter repository.
Describe the solution you'd like
Move all the documentation, except the API docs, to radareorg/cutter.re
The text was updated successfully, but these errors were encountered: