# great-docs uninstall


Remove great-docs from your project.


``` bash
great-docs uninstall [OPTIONS]
```


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.


<span class="gd-details-chevron" aria-hidden="true"></span>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

``` bash
  great-docs uninstall                  # Remove from current project
```
