Skip to content

Commit cd75720

Browse files
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 config
1 parent c13491b commit cd75720

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

docs/README.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/amber_cli/main_command.cr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# :nodoc:
22
require "./core/base_command"
33

4-
# :nodoc:
54
module AmberCLI
65
class MainCommand < AmberCLI::Core::BaseCommand
76
def initialize

0 commit comments

Comments
 (0)