> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streamly.watch/llms.txt
> Use this file to discover all available pages before exploring further.

# Legal & Marketing Pages

> About, contact, articles, terms, privacy, and cookies — platform /site rewrites and Workers-safe bundled markdown.

## Public URLs

| Pretty URL                      | Platform rewrite target |
| ------------------------------- | ----------------------- |
| `/about`                        | `/site/about`           |
| `/contact`                      | `/site/contact`         |
| `/articles`, `/articles/[slug]` | `/site/articles…`       |
| `/privacy`                      | `/site/privacy`         |
| `/terms`                        | `/site/terms`           |
| `/cookies`                      | `/site/cookies`         |

Tenant-branded landing variants also exist under `app/(landing)/`.

## Cloudflare Workers note

Legal markdown is loaded through `lib/landing/legal-markdown.ts`, which **imports** `@/content/legal/*.md` at build time.

<Warning>
  Workers cannot reliably `fs.readFile` content from disk at runtime. Keep legal copy in the bundled markdown imports — do not introduce runtime filesystem reads for these pages.
</Warning>

## Operator content

* Articles/posts: `/admin/articles`
* Brand landing sections & SEO: `/admin/landing-page`
* Contact messages: backed by contact migrations / inbox

## Related

* [Posts](/admin-dashboard/posts)
* [Brand & Experience](/admin-dashboard/brand-experience)
* [Cloudflare Workers](/technical/cloudflare-workers)
