- Shipped
- 2 de setembro de 2026 às 01:43 UTC
- Author
- Kamo
- Commit
- 042bc74
KB_ORG_ID was "1". The help center lives in org 1168485648209608710, so every KB read on this site missed -- /help-center rendered its empty state no matter what had been published into it. That single value is what "associate the page with the Help Center article" turned out to mean. Nested URLs. Section links were built as /section/<slug>, which flattens the whole knowledge base into one list. The fix is the server's new , the slug chain below the section root, used for section cards, child links, sibling rail and breadcrumbs. It never contains the section's own slug, so /help-center/help-center cannot be produced. One address per article. The route resolves on the last path segment, so **************** rendered the real page -- unlimited duplicate URLs on an indexed site, each looking correct. Any path that is not the article's own now 404s, and both sitemaps take their URLs from the same field rather than recomputing a chain the page would refuse. Breadcrumbs come from the article's real ancestors instead of title-casing slug segments, which rendered "Crm" where "Client Relations Manager" belongs and could not label any level whose slug differs from its title. Related articles render as a two-column card grid under the body, curated in the product rather than derived here. Table header rows now render as <thead> and <th>: every cell was a <td>, which is unreadable on a wide comparison table and tells a screen reader the table has no headings.