# `PhoenixStorybook.Stories.Doc`
[🔗](https://github.com/phenixdigital/phoenix_storybook/blob/v1.1.0/lib/phoenix_storybook/stories/doc.ex#L1)

Functions to fetch component documentation and render it at HTML.

# `fetch_component_doc`

# `fetch_doc_as_html`

Fetch component documentation from component source and format it as HTML.
- For a live_component, fetches @moduledoc content
- For a function component, fetches @doc content of the relevant function

Output HTML is split in paragraphs and returned as a list of paragraphs.

# `strip_lv_attributes_doc`

# `strip_lv_slots_doc`

---

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