ByteBite Docs

Documentation

Fumadocs is the single maintained documentation source.

Documentation

Fumadocs (apps/docs) is the only maintained documentation source for ByteBite. It is part of the monorepo (ADR-020) and is served at http://docs.bytebite.test in development. Production will serve it behind Traefik BasicAuth.

Edit Markdown/MDX under apps/docs/content/docs/. Do not keep a second documentation tree.

Content structure

content/docs/
├── index.mdx
├── documentation-status.mdx
├── architecture/
│   ├── stack.mdx
│   ├── monorepo-structure.mdx
│   ├── tenancy.mdx
│   └── adr/
├── domain/
│   └── product-requirements.mdx
├── development/
│   └── getting-started.mdx
├── deployment/
│   └── overview.mdx
└── operations/
    └── overview.mdx

Schema note

packages/db models restaurants and restaurant_domains. The temporary bootstrap_probe table has been removed. See Tenancy & storefront.

On this page