# Marketing Pages

> Overview of the marketing-site content and routes in this repo.

*Canonical: https://makerkit.dev/docs/nextjs-prisma/marketing-pages/overview*

---

This repo ships a public marketing area under `apps/web/app/[locale]/(public)`.

## Included Surfaces

- landing page
- blog
- changelog
- FAQ
- legal pages
- help center at `/help`

## Content Flow

Content is file-driven by default:

1. write `.mdoc` files under `apps/web/content`
2. preview locally in the app
3. commit content changes to Git

There is no built-in `/keystatic` route in `apps/web/app` in this checkout.

## Related Docs

1. [Landing Page](./landing-page)
2. [Blog System](./blog-system)
3. [Documentation](./documentation)
4. [Changelog](./changelog)
5. [FAQ](./faq)
6. [Legal Pages](./legal-pages)
