lbry-tech/src/pages/resources.astro

12 lines
No EOL
423 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
import Markdown from '../layouts/Markdown.astro';
const frontmatter = {
title: "Find the LBRY specification, API documentation, our Contributors guide, and more in the Resources area.",
description: "Find the LBRY specification, API documentation, our Contributor's guide, and more in the Resources area."
}
---
<Markdown title="Resources" frontmatter={frontmatter} collection="resources">
</Markdown>