@lando/mailpit
Version:
A Mailpit integration plugin for Lando.
26 lines (21 loc) • 581 B
Markdown
description: Learn about the team that maintains the Mailpit plugin.
layout: page
title: Team
<VPLTeamPage>
<VPLTeamPageTitle>
<template #title>
Team
</template>
<template #lead>
We are the people who brought Mailpit to Lando.
</template>
</VPLTeamPageTitle>
<VPLTeamMembers :members="members" size="small"/>
</VPLTeamPage>
<script setup>
import {VPLTeamPage, VPLTeamPageTitle, VPLTeamMembers} from '@lando/vitepress-theme-default-plus'
import {useTeam} from '@lando/vitepress-theme-default-plus';
const members = useTeam();
</script>