# `AshGrant.PolicyExport.Markdown`
[🔗](https://github.com/jhlee111/ash_grant/blob/v0.14.1/lib/ash_grant/policy_export/markdown.ex#L1)

Generates Markdown documentation for policy configuration.

The generated documentation includes:
- Resource overview
- Actions table with types
- Scopes table with descriptions
- Available permissions list

# `generate`

```elixir
@spec generate(module()) :: String.t()
```

Generates Markdown documentation for a resource's policy.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
