Skip to content

Ship redesigned landing page and refresh brand#34

Merged
gowtham0992 merged 2 commits into
mainfrom
site-redesign
Jun 24, 2026
Merged

Ship redesigned landing page and refresh brand#34
gowtham0992 merged 2 commits into
mainfrom
site-redesign

Conversation

@gowtham0992

Copy link
Copy Markdown
Owner

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 .
  • 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).

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.
@gowtham0992 gowtham0992 merged commit db57991 into main Jun 24, 2026
8 checks passed
@gowtham0992 gowtham0992 deleted the site-redesign branch June 24, 2026 17:52
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.

1 participant