Commit cd75720
committed
fix: restore user-facing AmberCLI documentation while hiding internals
- Remove :nodoc: from main AmberCLI module to restore Commands and Documentation
- Keep all internal modules hidden (Core, Vendor, Exceptions, MainCommand)
- Result: Clean documentation with only user-facing content
Final structure:
- AmberCLI::Commands::* (8 commands with examples)
- AmberCLI::Documentation::* (10 comprehensive guides)
- 23 total HTML files (72% reduction from original 84)
- Zero internal implementation details exposed
- Rich command documentation with usage examples
- Complete guides for all CLI functionality including framework version config1 parent c13491b commit cd75720
2 files changed
+0
-60
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments