fix(homepage): broken links and white navbar on dark homepage#8334
Draft
fix(homepage): broken links and white navbar on dark homepage#8334
Conversation
- Complete new hero section: "Start building with Camunda" - Two-card SaaS vs CLI start options with feature checklists and CTAs - Quick install section with c8ctl terminal demo - More ways to run Camunda (Docker Compose, Kubernetes) - Production deployment options (AWS EKS, GCP GKE, Kubernetes+Helm) - Architecture at a glance diagram linking to component docs - Everything from your terminal section with c8ctl commands - Teach your AI Agent Camunda section with MCP config - Explore the docs grid preserving existing navigation - Global CSS overrides scoped to homepage dark page Co-authored-by: MaxTru <42800119+MaxTru@users.noreply.github.com>
…duce c8ctl - Replace IBM Plex Mono with system monospace fallback (Fira Code, ui-monospace) - Extract monospace font into --mono-font CSS variable - Restore white-space: pre-wrap on terminal pre blocks - Add c8ctl introduction in CLI card description Co-authored-by: MaxTru <42800119+MaxTru@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Restyle documentation for modern dark layout and improve getting started experience
PoC: Dark-themed homepage redesign focused on getting-started experience
Mar 19, 2026
Fix 5 broken doc paths causing build failure: - c8run -> self-managed/quickstart/developer-quickstart/c8run - docker-compose -> self-managed/quickstart/developer-quickstart/docker-compose - kubernetes -> self-managed/reference-architecture/kubernetes - amazon-eks -> deployment/helm/cloud-providers/amazon/amazon-eks/amazon-eks - gcp -> deployment/helm/cloud-providers/gcp/google-gke - Helm install -> deployment/helm/install/quick-install Fix white navbar on dark homepage: - Add wrapperClassName="homepage-dark-wrapper" to Layout - Add html:has(.homepage-dark-wrapper) CSS selectors for navbar, footer, announcement bar - Add useEffect to set homepage-dark-override class on html element - Dark styling only applies when homepage wrapper is present Co-authored-by: MaxTru <42800119+MaxTru@users.noreply.github.com>
Copilot
AI
changed the title
PoC: Dark-themed homepage redesign focused on getting-started experience
fix(homepage): broken links and white navbar on dark homepage
Mar 19, 2026
Contributor
|
The preview environment relating to the commit 05186d8 has successfully been deployed. You can access it at https://preview.docs.camunda.cloud/pr-8334/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes two issues with the homepage PoC:
1. Build failure — broken links
Five
self-managed/setup/deploy/...paths don't exist. Updated to current doc structure:setup/deploy/local/c8run/quickstart/developer-quickstart/c8run/setup/deploy/local/docker-compose/quickstart/developer-quickstart/docker-compose/setup/deploy/kubernetes/reference-architecture/kubernetes/setup/deploy/amazon/amazon-eks/deployment/helm/cloud-providers/amazon/amazon-eks/amazon-eks/setup/deploy/gcp/deployment/helm/cloud-providers/gcp/google-gke/2. White navbar on dark homepage
The
homepage-dark-overrideCSS class was defined but never applied. Fixed with:wrapperClassName="homepage-dark-wrapper"on the Layout componenthtml:has(.homepage-dark-wrapper)CSS selectors to style navbar/footer/announcement-bar dark — works on first paint, no flashuseEffectadds class to<html>as secondary mechanism; removes on unmount so docs pages are unaffectedWhen should this change go live?
bugorsupportlabel)available & undocumentedlabel)holdlabel)low priolabel)PR Checklist
The commit history of this PR is cleaned up, using
{type}(scope): {description}commit message(s)My changes are for an upcoming minor release and are in the
/docsdirectory (version 8.9).My changes are for an already released minor and are in a
/versioned_docsdirectory.I added a DRI, team, or delegate as a reviewer for technical accuracy and grammar/style:
@camunda/tech-writersunless working with an embedded writer.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
www-api.ibm.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/camunda-docs/camunda-docs/node_modules/@ibm/telemetry-js/dist/REDACTED-process.js --log=/tmp/ibmtelemetry-20260319T202911073Z-572383.log --config=telemetry.yml(dns block)If you need me to access, download, or install something from one of these locations, you can either:
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.