docs: add tos and other policies

This commit is contained in:
Vasily Zubarev
2025-04-23 11:15:09 +02:00
parent 9809e05453
commit 38a5c0f814
6 changed files with 640 additions and 0 deletions

3
app/docs/layout.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default async function DocsLayout({ children }: { children: React.ReactNode }) {
return <div className="mx-auto max-w-screen-md px-4 py-16">{children}</div>
}