GSoC2026 : Docs Refactoring (Issue #86) - #87
Conversation
…oc/ folder for CLI/module/examples usage
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The proposal link attached is correct but not showing the document, I will update that with a drive link of proposal. |
Yes, those sample commands are stale and should be updated to the current CLI syntax. They are not part of the public docs, but they are still examples that can mislead users, used it for testing though. |
|
Based on the changes, are you relying solely on agents/LLMs to refactor the documentation? |
So removing or keeping? |
No, actually I faced some commit issues, my commits somehow got mixed up, the codes I mean..and so it is happening likewise, still trying to fix all work. I have decided that, if this doesn't get resolved in time, I will fetch the merged work and redo every doc change. |
Keeping it, I have updated it with newer work, and have replaced it is test/manual folder just so that it stays clean. |
The current commit is done by restoring the actual previous documentation from merged commit of milestone 5, with doc fixes applied. I hope it tries to clean what was messed up, will recheck everything myself once again. |
Alright, sounds good. To make it runnable some test data is needed. Current output is Total: 0 passed, 6 failed, 14 skipped because |
yes, added the data in resources and after testing now got Total: 20 passed, 0 failed, 0 skipped. |

Description
Restructures project documentation :
doc/cli-usage.md.doc/module-usage.md.doc/examples/, including all workflow example files.doc/README.mdas a navigation index for the documentation folder.Related Issues
Closes #86
Type of change