- Синхронизация с github

- Добавлены изменения в доку от hestiacn
This commit is contained in:
Alexey Berezhok
2026-06-04 14:11:27 +03:00
parent 317e3e215e
commit 09aa301dd1
21 changed files with 4258 additions and 1259 deletions

View File

@@ -1,37 +1,38 @@
---
layout: page
title: The Team
title: Команда
---
<style>
.VPTeamPageSection {
margin-top: 50px !important;
}
</style>
<script setup>
import { VPTeamPage, VPTeamPageTitle, VPTeamPageSection, VPTeamMembers } from "vitepress/theme";
import { projectManagers, teamMembers } from "./_data/team";
import { projectManagers, teamMembers, teamRpm } from "./_data/team";
</script>
<VPTeamPage>
<VPTeamPageTitle>
<template #title>The Team</template>
<template #title>Команда</template>
<template #lead>
The development of Hestia is guided by an international team, some of whom have chosen to be featured below.
Разработка Hestia осуществляется международной командой, некоторые из участников которой представлены ниже.
</template>
</VPTeamPageTitle>
<VPTeamPageSection>
<template #title>Project Managers</template>
<template #title>Руководители проекта</template>
<template #members>
<VPTeamMembers :members="projectManagers" />
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>Team Members</template>
<template #title>Участники команды</template>
<template #members>
<VPTeamMembers :members="teamMembers" />
</template>
</VPTeamPageSection>
<!-- <VPTeamPageSection>
<template #title>Contributors ❤️</template>
<VPTeamPageSection>
<template #title>Сопровождающий RPM-версии</template>
<template #members>
<VPTeamMembers size="small" :members="featuredContributors" />
<VPTeamMembers :members="teamRpm" />
</template>
</VPTeamPageSection> -->
</VPTeamPage>
</VPTeamPageSection>