-
-
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
Remove user docs from cutter repository #2399
base: dev
Are you sure you want to change the base?
Conversation
Will be moved to separate repository.
I would like to hear the opinion about folder structure where to place doxygen output. I think it should be done keeping in mind that in future we might want to have multiple copies of it one for latest master and one for tag . Maybe seperate one which includes all the private stuff for Cutter developers and contributors as an alternative approach for exploring the code base. Both due to versioning considerations and simplfying the upload process it would be easier to have it outside the folder uploaded by cutter-docs -> cutter.re/docs folder. To minimize the existing link breakage I don't think the regular docs should be moved. I suggest something like:
This allows in future adding if necesarry
Alternative approach might be to upload it to separate folders as suggested above but do some jekyll config magic to ensure that it appears bellow |
Having both Alternatively, we can have |
If you are the completely against having docs+doc. Then how about the approach of moving some things to the top level that is cutter.re/api/latest`? If you consider URL an interface then an important property of it that links should remain valid as much as possible. What problem do you want to solve using subdomain? |
I am fine with breaking docs structure at this point :) Just need to google-search and Github-search properly before I am not at all against |
@karliss @ITAYC0HEN is it a good time to address this one too? :) |
Will be moved to separate repository.
Your checklist for this pull request
Detailed description
Remove the non code docs and add github action for building and uploading doxygen docs to radareorg/cutter.re
I have made a repository containing only docs here https://github.com/karliss/cutter-docs . It has the history and tags preserved, and also the changes to build and upload docs to radareorg/cutter.re .
Remaining work:
Test plan (required)
Closing issues
Closes #2056