yunkoo.dev

MDX Component

ResourceLinks

Wiki, 공식 문서, 참고 링크를 한곳에 묶어 보여줍니다.

ResourceLinks

Wiki, 공식 문서, 참고 링크를 한곳에 묶어 보여줍니다.

items는 '라벨:URL' 또는 URL만 쓸 수 있습니다. 외부 링크는 새 탭으로 열립니다.

tone 사용 팁: 평범한 설명은 neutral, 참고 정보는 info, 좋은 결론은 success, 주의할 점은 warning, 위험한 작업은 danger를 먼저 떠올리면 됩니다. 자세한 기준은 tone 사용법에 모아두었습니다.

MDX

<ResourceLinks
  title="관련 문서"
  tone="info"
  items="Publishing Posts:https://github.com/yunkooo/blog/wiki/Publishing-Posts|Troubleshooting:https://github.com/yunkooo/blog/wiki/Troubleshooting"
/>

More Examples

내부 참고 링크

MDX

<ResourceLinks
  title="같이 보면 좋은 글"
  items="블로그 글 목록:/posts|디자인 가이드:/design"
/>