-
-
Notifications
You must be signed in to change notification settings - Fork 35
tinyagentos.com: landing page + docs site (phase 1) #91
Copy link
Copy link
Open
Labels
infrastructureBuild system, CI, deploymentBuild system, CI, deploymentkilo-duplicateAuto-generated label by KiloAuto-generated label by Kilokilo-triagedAuto-generated label by KiloAuto-generated label by Kilophase-1Phase 1 scopePhase 1 scopeplatformPlatform core featuresPlatform core features
Description
Metadata
Metadata
Assignees
Labels
infrastructureBuild system, CI, deploymentBuild system, CI, deploymentkilo-duplicateAuto-generated label by KiloAuto-generated label by Kilokilo-triagedAuto-generated label by KiloAuto-generated label by Kilophase-1Phase 1 scopePhase 1 scopeplatformPlatform core featuresPlatform core features
Static landing page served at
tinyagentos.comand a documentation site atdocs.tinyagentos.com, both served by the platform LXC's Caddy instance with automatic Let's Encrypt TLS. The landing page explains what TAOS is, shows a one-liner installer command, links to the GitHub repo, and highlights the key open-source components in use. No JavaScript framework dependency — plain HTML/CSS or a lightweight static site generator that produces a single directory of assets.The docs site renders the existing
docs/tree from the main repo. The simplest implementation is a CI job that builds the docs on merge tomainand rsync's the output to the platform LXC, served by Caddy from a local directory. Alternatively a lightweight SSG (e.g. mdBook or MkDocs) is fine as long as the build is fully automated.Acceptance criteria:
https://tinyagentos.comreturns a valid landing page with correct<title>and meta descriptionhttps://docs.tinyagentos.comrenders thedocs/tree, navigable and searchableContent-Security-PolicymainDepends on: #90