Skip to content

Commit

Permalink
Ajustes de pagina de Colaboración y creditos
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 19, 2024
1 parent 06414d1 commit f58baff
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 111 deletions.
16 changes: 3 additions & 13 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,8 @@ function nav() {
{ text: "Guías", link: "/guias/", activeMatch: "/guias/" },
{
text: "Colaboración",
activeMatch: "/contribucion|/creditos",
items: [
{
text: "Contribuir",
link: "/contribucion",
},
{
text: "Creditos",
link: "/creditos",
},
],
activeMatch: "/colaboracion",
link: "/colaboracion"
},
{
text: "Historial de cambios",
Expand Down Expand Up @@ -208,8 +199,7 @@ function siderbar() {
{
text: "",
items: [
{ text: "Contribución", link: "/contribucion" },
{ text: "Creditos", link: "/creditos" },
{ text: "Colaboración", link: "/colaboracion" }
],
},
];
Expand Down
59 changes: 59 additions & 0 deletions docs/colaboracion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
editLink: false
head:
- - meta
- name: og:description
content: Contribución al proyecto
- - meta
- name: og:title
content: Contribución - Doofy's Projects
---

<script setup>
import { VPTeamMembers } from 'vitepress/theme'

const members = [
{
avatar: 'https://avatars.githubusercontent.com/u/5114873?v=4',
name: 'Daniel Rodriguez',
title: 'Fundador del proyecto',
links: [
{ icon: 'youtube', link: 'https://www.youtube.com/DanielRodriguezDoofy' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/85186792?v=4',
name: 'DisoQ',
title: 'Desarrollador',
links: [
{ icon: 'github', link: 'https://github.com/DisoQ' },
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/31357533?v=4',
name: 'CarmeloCampos',
title: 'Colaborador externo',
links: [
{ icon: 'github', link: 'https://github.com/CarmeloCampos' },
{ icon: 'twitter', link: 'https://twitter.com/CarmeloAlone' }
]
},
]
</script>

# ¿Cómo colaborar al proyecto?

Al igual que todos los grupos del proyecto, el soporte es totalmente abierto al público para que cualquiera pueda ayudar y ser ayudado; este también cuenta como principio para esta documentación.

Dentro del servidor de [Discord](https://discord.gg/doofy-s-projects-704042607600205956) puedes comunicarte con cualquier miembro del equipo de Soporte o Moderación para que pueda ayudarte a entender del tema. No tienes por qué preocuparte por saber algún lenguaje de programación y lo que el entorno rodee este, para colaborar solo necesitas del intelecto y capacidad de escritura adecuada.

**¿Quieres contribuir al proyecto?** Ingresa al servidor e informate

<div align="center">
<a href="https://discord.gg/doofy-s-projects-704042607600205956" target="_blank"><img src="https://invidget.switchblade.xyz/doofy-s-projects-704042607600205956/?language=es"></a>
</div>

## Creditos

<VPTeamMembers size="small" :members="members" />

52 changes: 0 additions & 52 deletions docs/contribucion.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/creditos.md

This file was deleted.

0 comments on commit f58baff

Please sign in to comment.