mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 06:57:53 +00:00
remove lbrycrd docs
This commit is contained in:
parent
25d559f4f1
commit
a208780abf
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import { Code } from 'astro:components';
|
||||||
export function getStaticPaths() {
|
export function getStaticPaths() {
|
||||||
const repos = [
|
const repos = [
|
||||||
"lbry-sdk",
|
"lbry-sdk",
|
||||||
"lbrycrd",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const paths = repos.map(repo=>{
|
const paths = repos.map(repo=>{
|
||||||
|
|
Loading…
Reference in a new issue