ammachado commented on PR #1740: URL: https://github.com/apache/camel-website/pull/1740#issuecomment-5588815850
@Croway thanks for the thorough feedback! Addressing each point: **1) Version misalignment in getting-started page** The getting-started page content comes from the upstream `apache/camel` docs repo via Antora. The version numbers are baked into that upstream source, so fixing them (or introducing a version placeholder) needs to happen there, not in this website repo. **2) Menu disappears on `/community/books/`** I checked the template markup and CSS, and tested the page at both 1440px and 1024px viewports. The header with all nav items (Docs, Tooling, Security, Community, Blog) renders correctly. At viewport widths below the 1024px breakpoint, the menu is intentionally behind the burger toggle (responsive behavior). Could you confirm whether you were viewing at a narrower width, or if you can still reproduce at full desktop width? **3) CONTENTS sidebar too close to content** Good catch. The doc content grid was capped at `max-width: 1180px`, which left only ~904px for the main content after the TOC (220px) and gap (56px). Widened it to 1340px in a7f55a7e so the content column gains ~160px on wide screens. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
