mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-07-12 04:17:24 +00:00
12 lines
No EOL
423 B
Text
12 lines
No EOL
423 B
Text
---
|
||
import Markdown from '../layouts/Markdown.astro';
|
||
|
||
const frontmatter = {
|
||
title: "Find the LBRY specification, API documentation, our Contributor’s 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> |