---
import { getResourceTypes } from "../libs/resources";
import humanizeList from "../libs/humanizeList";
const resourceTypes = await getResourceTypes();
---

<p>
  Plugins can customize Starlight configuration, UI, and behavior. Check out the
  Starlight
  <a href="https://starlight.astro.build/resources/plugins/"
    >Plugins and Integrations</a
  >
  showcase for a list of available plugins.
</p>

<p>
  You can find all the Starlight {humanizeList(resourceTypes)} we developed in the
  list below.
</p>
