Summary
The current README contains a very long list of Fablo commands and usage examples. While helpful, it can be difficult for new users to quickly understand each command, its purpose, and expected output.
This issue proposes restructuring the documentation into more detailed, organized documentation pages.
Proposal
Instead of keeping all commands inside a single long README section, we can:
- Add separate documentation pages for each major command
- Provide:
- Clear command descriptions
- Parameter explanations
- Code snippets
- Snapshots of command execution (terminal output examples)
- Sample configuration examples
- Real-world usage scenarios
Additionally, we could consider publishing the documentation using GitHub Pages.
Benefits
- Improves readability and navigation
- Makes onboarding easier for new contributors
- Provides clearer reference documentation