Files
wehub-resource-sync 542cfa195c
CI / Frontend build (push) Failing after 9m6s
CI / Plugin validate (push) Failing after 9m27s
CI / Python lint (push) Failing after 16m1s
CI / Tests (push) Successful in 18m0s
Deploy / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:27 +08:00

16 lines
366 B
TypeScript

import type { Metadata } from "next"
export const metadata: Metadata = {
title: "API Reference",
description:
"PixelRAG HTTP API — search a hosted index of 8.28M Wikipedia screenshot tiles by text or image, and fetch the matching screenshots.",
}
export default function DocsLayout({
children,
}: {
children: React.ReactNode
}) {
return children
}