Skip to content

Conversation

@hasparus
Copy link
Member

@hasparus hasparus commented Nov 6, 2025

Description

light dark
image image

Also made the text match highlight bright neutral with underline (like in Fumadocs) instead of primary as it's more legible on blurred background.

image

Added a navbar and footer to the 404 page.

Had to eject the search input from Nextra (but we talked with designers about restyling it anyway, so this is a first step.).

@vercel
Copy link

vercel bot commented Nov 6, 2025

@hasparus is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Nov 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
graphql-github-io Ready Ready Preview Comment Nov 6, 2025 0:22am

@hasparus hasparus marked this pull request as ready for review November 6, 2025 11:55
Copy link
Contributor

@jonathanawesome jonathanawesome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic work! This is a major block-remover that will allow us to start migrating from pages router to app.

type ReactNode,
} from "react"
import React, { useEffect, type ReactElement, type ReactNode } from "react"
import { useMenu, useThemeConfig } from "nextra-theme-docs"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useThemeConfig is unused

</div>
<p className="typography-body-xs flex flex-col text-pretty max-md:gap-5">
{renderComponent(themeConfig.footer.content)}
Copyright © 2025 The GraphQL Foundation. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do new Date().getFullYear() here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call

@hasparus hasparus requested review from Urigo and saihaj November 6, 2025 16:21
@hasparus hasparus merged commit 90cefbc into graphql:source Nov 6, 2025
3 of 4 checks passed
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.

3 participants