Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 16, 2025

Removes the Houston Astro mascot logo from the documentation website homepage to provide a cleaner, logo-free hero section.

Changes Made

The Houston logo was displayed in the hero section of the docs homepage via the Starlight configuration in docs/src/content/docs/index.mdx. This change removes the image configuration while preserving all other hero elements:

hero:
  tagline: Exploring AI-powered repository automation, run safely on GitHub Actions, from GitHub Next
-  image:
-    file: ../../assets/houston.webp
  actions:
    - text: Quick Start Guide
      link: ./start-here/quick-start/
      icon: right-arrow
    - text: View on GitHub
      link: https://github.com/githubnext/gh-aw
      icon: external
      variant: minimal

Result

The homepage now displays a clean layout with the title, tagline, and action buttons without any logo image. All documentation functionality remains intact, and the site builds successfully.

Docs homepage without logo

Testing

  • ✅ Documentation builds successfully without errors
  • ✅ All existing tests continue to pass
  • ✅ Code formatting and linting checks pass
  • ✅ Hero section displays properly with all elements except the logo

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:

  • api.contoso.com
    • Triggering command: /tmp/go-build3332577389/b279/cli.test -test.testlogfile=/tmp/go-build3332577389/b279/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true (dns block)
  • telemetry.astro.build
    • Triggering command: node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)
    • Triggering command: node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Remove logo from docs web site (Astro docs under /docs) Remove logo from docs website hero section Sep 16, 2025
Copilot AI requested a review from pelikhan September 16, 2025 01:08
@pelikhan pelikhan marked this pull request as ready for review September 16, 2025 01:09
@pelikhan pelikhan merged commit 8ea9948 into main Sep 16, 2025
15 of 21 checks passed
@pelikhan pelikhan deleted the copilot/fix-e36cda9d-7344-4803-80d5-a890e71f8377 branch September 16, 2025 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants