coderdiaz/basesdedatos.dev

Add support to generate guides using MDX

Aberta

#3 aberto em 2 de jan. de 2025

 (0 comentário) (0 reação) (0 responsável)Astro (1 fork)auto 404
good first issue

Métricas do repositório

Stars
 (8 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Problem

Currently, the astro project doesn't have support for articles. We need to add support for use @astrojs/mdx. To start with, we need only the support for use the Content API for render the articles.

Requirements:

  • Support for a feature image (can be optional).
  • Title.
  • Description.
  • Tags.
  • Content.

Guia do colaborador