You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gap 1 — Broken markdown in Technical overview table
The last row of the "Technical overview" navigation table has an unclosed bold marker:
| **`pip` from PyPI | **`pip install data-boar`** when published; ...
The opening ** before the backtick in the left cell is never closed, breaking the markdown rendering in that cell. Fix: either remove the bold markers from the left cell or close them properly:
| `pip` from PyPI | **`pip install data-boar`** when published; ...
Gap 2 — "Get in touch" CTA has no contact address
The README says: "We invite you to get in touch to see how Data Boar can support your compliance journey."
There is no email, link, or GitHub Discussions reference. Once contact@databoar.com.br is configured (see #483), add it here:
**We invite you to get in touch** — [contact@databoar.com.br](mailto:contact@databoar.com.br) — to see how Data Boar can support your compliance journey.
Fix
Fix the unclosed ** in the Technical overview table pip row
docs token | thin slice | Composer 2
Gap 1 — Broken markdown in Technical overview table
The last row of the "Technical overview" navigation table has an unclosed bold marker:
The opening
**before the backtick in the left cell is never closed, breaking the markdown rendering in that cell. Fix: either remove the bold markers from the left cell or close them properly:Gap 2 — "Get in touch" CTA has no contact address
The README says: "We invite you to get in touch to see how Data Boar can support your compliance journey."
There is no email, link, or GitHub Discussions reference. Once
contact@databoar.com.bris configured (see #483), add it here:Fix
**in the Technical overview table pip rowcontact@databoar.com.brmailto link to the "get in touch" sentence (do this AFTER [decision][P1] Email aliases for databoar.com.br — CODE_OF_CONDUCT, security, DPO, and founder contacts #483 email alias is confirmed active by maintainer)README.pt_BR.mdfor both changes.\scripts\lint-only.ps1+uv run pytest tests/test_docs_markdown.py -v -W errordocs(readme): fix broken bold in table + add contact email to CTAOut of scope
Do not add badges (tracked in #457). Do not add docker one-liner (tracked in #458).