From 58d10f529020d835cb4bc895df1d7ddda95e5b10 Mon Sep 17 00:00:00 2001 From: Kerem Can ONEMLI Date: Tue, 26 May 2026 22:26:36 +0000 Subject: [PATCH] Give README tables a real header row The two tables in README.md were declared with an empty header ('| | |'), which GitHub renders as a visible empty row at the top. The tech-stack table now has a 'Layer / Stack' header. The four links under Status were a two-column table for no real reason (only one link per row), so they have been turned into a bulleted list. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d50a093..2cd13f5 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Everything beyond this (TLS, reverse proxy, backup, upgrade paths, sizing for la Fabrik architecture: operator → web tier (React + Django) → workers (Celery) → stateful services (Neo4j, PostgreSQL, Redis) → external systems (APIC, AWX, Git SCM)

-| | | +| Layer | Stack | |---|---| | Frontend | React 19, Vite, React Flow, Zustand, TanStack Query, Tailwind | | Backend | Django 6, DRF, Channels, Daphne ASGI | @@ -103,12 +103,10 @@ Everything beyond this (TLS, reverse proxy, backup, upgrade paths, sizing for la Fabrik is in active development with a stable core that runs in production. Breaking changes are flagged in the changelog and called out in release notes. Bug reports and ideas are welcome. -| | | -|---|---| -| **Report a bug** | [GitHub Issues](https://github.com/onemli/fabrik/issues) | -| **Request a feature** | [GitHub Discussions](https://github.com/onemli/fabrik/discussions) | -| **Security disclosure** | [SECURITY.md](./SECURITY.md) | -| **Release history** | [CHANGELOG.md](./CHANGELOG.md) | +- **Report a bug:** [GitHub Issues](https://github.com/onemli/fabrik/issues) +- **Request a feature:** [GitHub Discussions](https://github.com/onemli/fabrik/discussions) +- **Security disclosure:** [SECURITY.md](./SECURITY.md) +- **Release history:** [CHANGELOG.md](./CHANGELOG.md) ## License