mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 05:57:21 -05:00
Add Next.js frontends with health endpoints
This commit is contained in:
11
apps/docs/app/page.tsx
Normal file
11
apps/docs/app/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
<h2>BlackRoad OS – Documentation</h2>
|
||||
<p>
|
||||
This site will contain architecture, API references, and
|
||||
operator playbooks for the BlackRoad Operating System.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user