Skip to content

Update HTML and CSS for new deploy docs

Administrator requested to merge bee/next-docs into main

Created by: abeatrix

Closes https://github.com/sourcegraph/sourcegraph/pull/41223 - Make HTML and CSS on the index page production-quality (Beatrix)

This PR:

  • Updates HTML and CSS on the index page production-quality
  • Updates HTML and CSS on the AWS One-Click page
  • Aligns with other doc components / styles
  • Works with both dark and light themes
  • Make contents accessible

Light theme: image

image

Dark theme: image

image

Next:

  • Run through and update deployment docs for each deployment type
  • Add warning note to Kubernetes deployment docs
  • Update link to Sourcegraph Cloud deployment doc when it's ready
  • Create Azure deployment docs for Docker Compose?

Test plan

To view in local dev,

  1. Check out this branch
  2. Run yarn docsite:serve from the repo root
  3. Point your browser at http://localhost:5080/next

Merge request reports

Loading