great-docs uninstall
Remove great-docs from your project.
great-docs uninstall [OPTIONS]This command removes the great-docs configuration and build directory:
- Deletes the
great-docs.ymlconfiguration file - Removes the
great-docs/build directory
Your source files (βuser_guide/β, README.md, etc.) are preserved.
Full --help output
Usage: great-docs uninstall [OPTIONS]
Remove great-docs from your project.
This command removes the great-docs configuration and build directory:
β’ Deletes the 'great-docs.yml' configuration file
β’ Removes the 'great-docs/' build directory
Your source files ('user_guide/', 'README.md', etc.) are preserved.
Examples:
great-docs uninstall # Remove from current project
Options:
--project-path DIRECTORY Path to your project root directory (default:
current directory)
--help Show this message and exit.
Options
--project-path: DIRECTORY- Path to your project root directory (default: current directory)
Examples
great-docs uninstall # Remove from current project