Ship redesigned landing page and refresh brand#34
Merged
Conversation
Replace docs/index.html (the GitHub Pages homepage) with the new cobalt/serif landing design, wired into the docs site: - Add real <title>, meta description, Open Graph/Twitter cards, and a favicon the static HTML keeps for crawlers and social unfurlers, plus a small keeper that re-asserts the tab title/favicon after the bundle rehydrates and rebuilds <head>. - Add a "Docs" nav link and a Docs footer column so the documentation pages stay reachable from the new homepage. Roll out the new minimalist L memory-graph logo everywhere: standalone logo.svg (root + docs/assets) on a cream tile that reads on any background, and a regenerated 512px OG/apple-touch PNG. Refresh the README as a product doc: new live-site hero, real web-viewer and knowledge-graph screenshots, and a text-only surfaces table in place of the stale tour GIFs (the GIFs stay for the ui/cli/mcp doc pages).
The redesigned docs/index.html is a self-contained landing bundle with its own inline runtime, which broke the docs-site contract tests: - Remove the two external font preconnect hints (fonts.googleapis.com / fonts.gstatic.com). Fonts are already bundled/inlined by the design runtime, so rendering is unchanged but the page makes no third-party calls — restoring Link's local-first guarantee. - Add a Scale link to the footer Docs column. - test_docs_site: exempt the home page from the template-uniformity checks (shared site.js, no inline <script>) since it ships its own runtime, while strengthening the no-external-dependency checks (fonts.googleapis/gstatic, external <script>/stylesheet) and applying them to every page including the index.
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.
Replace docs/index.html (the GitHub Pages homepage) with the new cobalt/serif landing design, wired into the docs site:
Roll out the new minimalist L memory-graph logo everywhere: standalone logo.svg (root + docs/assets) on a cream tile that reads on any background, and a regenerated 512px OG/apple-touch PNG.
Refresh the README as a product doc: new live-site hero, real web-viewer and knowledge-graph screenshots, and a text-only surfaces table in place of the stale tour GIFs (the GIFs stay for the ui/cli/mcp doc pages).