# Accordion Groups

Use `group="name"` to create accordion behavior -- only one section in the group can be open at a time.


# FAQ Accordion

Click one section and the others close automatically:

<span class="gd-details-chevron" aria-hidden="true"></span>What is Great Docs?


Great Docs is a documentation site generator for Python packages. It builds beautiful, searchable API reference sites from your docstrings.


<span class="gd-details-chevron" aria-hidden="true"></span>How do I install it?


Install with pip:

``` bash
pip install great-docs
```

Or with uv:

``` bash
uv add great-docs
```


<span class="gd-details-chevron" aria-hidden="true"></span>What Python versions are supported?


Great Docs supports Python 3.9 and later.


<span class="gd-details-chevron" aria-hidden="true"></span>Is it free?


Yes! Great Docs is open source under the MIT license.


# Multiple Groups

Different groups operate independently. Sections in the "install" group don't affect the "config" group.

**Installation options:**

<span class="gd-details-chevron" aria-hidden="true"></span>pip


``` bash
pip install great-docs
```


<span class="gd-details-chevron" aria-hidden="true"></span>conda


``` bash
conda install great-docs
```


<span class="gd-details-chevron" aria-hidden="true"></span>uv


``` bash
uv add great-docs
```


**Configuration files:**

<span class="gd-details-chevron" aria-hidden="true"></span>great-docs.yml


The main configuration file for your documentation site.


<span class="gd-details-chevron" aria-hidden="true"></span>pyproject.toml


Package metadata is read from pyproject.toml automatically.


<span class="gd-details-chevron" aria-hidden="true"></span>\_quarto.yml


Quarto configuration is generated automatically by Great Docs.
