| 1 | [# Jinja template fragment: integrations/templates/overview/service_discovery.md #] |
| 2 | # [[ entry.meta.name ]] discovery |
| 3 | |
| 4 | Kind: `[[ entry.meta.kind ]]` |
| 5 | |
| 6 | ## Overview |
| 7 | |
| 8 | [[ entry.overview.description ]] |
| 9 | |
| 10 | [% if entry.overview.how_it_works %] |
| 11 | ### How it works |
| 12 | |
| 13 | [[ entry.overview.how_it_works ]] |
| 14 | |
| 15 | [% endif %] |
| 16 | [% if entry.overview.limitations %] |
| 17 | ### Limitations |
| 18 | |
| 19 | [[ entry.overview.limitations ]] |
| 20 | [% endif %] |