Skip to content

Conversation

@Zelig880
Copy link
Contributor

Description

Redesigned the homepage and inner pages of the Doc to be inline with the Dev 3.0 designs.
This PR includes the addition of the "chainlink-blocks" and standardise some of the component used within the Pages.

...

Changes

  • Redesigned the homepage
  • Redesigned the mega menu
  • Create a new Reusable Layout for inner pages
  • Added Chainlink-blocks (and Tailwind dependencies)

tyrelchambers and others added 30 commits October 14, 2025 07:51
* chore: add blocks package

* feat: install tailwind

* chore: install tailwind v3

* fix: remove autoprefixer

* Restore package-lock

* fix: disable preflight
* Remove DocsNavigation from DocsLayout. Update styling to accomodate.

* fix: adjust left grid sticky and padding

* Update leftSidebar.module.css

* fix: remove docs from tutoriallayout
Feat/84 update sidebar
* add cards

* update styling

* adjust types

* fix heading

* cleanup grid styling
* add tutorial foundation

* Add tutorial components

* add README

* support N number of columns and add arrow icon

* Update index.astro

* remove unused import

* Update GridCard.module.css

* change how we add borders

* make grid responsive

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add layout hero

* use button component styles for the button links

* removing unused styles
* add info card

* Update QuickLinkCard.module.css

* Update QuickLinkCard.module.css
* add media structure

* Create README.md

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add resources grid

* adjust image linking

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add grid

* Update DocsV3Layout.astro

* Update DocsV3Layout.astro

* rwd

* Update DocsV3Layout.astro

* Update DocsV3Layout.astro

* Update ToolsUtilitiesGrid.astro

* add readme

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* move all new components to overview (index mdx) page

* fix css rule

* update example links to real links

* fix linkchecker
* RWD layout hero

* RWD cards and tutorials

* improve mobile spacing

* fix tab trigger jump
* add journey cards

* move components

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* add journey cards

* add tech standards

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro
* add demos

* add hover effects

* update styling

* wrap up

* fixes merge conflicts

* add anchor tags
* add changelog stylin and elements

* Add footer masking

* Update ChangelogCard.module.css

* mobile improvements

* Update ChangelogCard.astro

* wrap up

* add prop for query

* add README

* add fade to show more

* Update ChangelogSnippet.astro

* add query types

* fix merge conflicts

* Update ChangelogSnippet.astro

* clarify comment
* add mobile journeys

* remove old grid card css
tyrelchambers and others added 11 commits November 6, 2025 15:22
* add basic megamenu structure and add missing icons

* update megamenu desktop design

* Update MegaMenu.tsx

* Feat/85 hero (#132)

* add hero

* fix styling

* fix css issue on dropdown menu

* Update ProductNavigation.tsx

* Update landingHero.module.css

* add truncate

* fix some styling

* cleaned up old components and fixed some mobile styling

* format megamenu and remove dead code

* Update productNavigation.module.css

* Update index.astro
* html foundation

* finish

* Update CommunityEvents.module.css

* Update CommunityEvents.astro

* update styling

* Update fetchEvents.ts

* Update CommunityEvents.astro

* Update CommunityEvents.module.css
* add certified base

* Update certification.astro

* Update certification.astro

* Update certification.astro

* Update certification.astro

* update colour token

* Update ProductNavigation.tsx
* add component

* styling

* update try it out component

* Update MegaMenu.tsx

* wrap up tryit

* add README

* Update TryItOutAccordion.tsx

* add dynamic code samples and accordian control

* prerender code

* Update CodeSampleReact.tsx

* Update styles.module.css

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>
* support video

* Update ResourceCard.astro

* Update ResourceCard.astro
* fixes from merge with main

* fix directory header
* Feat/82 update packages (#94)

* chore: add blocks package

* feat: install tailwind

* chore: install tailwind v3

* fix: remove autoprefixer

* Restore package-lock

* fix: disable preflight

* Feat/83 remove secondary header (#95)

* Remove DocsNavigation from DocsLayout. Update styling to accomodate.

* fix: adjust left grid sticky and padding

* Update leftSidebar.module.css

* fix: remove docs from tutoriallayout

* checkpoint: added block styling

* Update left sidebar style and add quick links

* remove bg from left sidebar

* remove additional links from right sidebar

* fix styling

* fix tailwind rendering for blocks components. spot fix styling overrides
from tailwind

* Update docsHeaderTitle.module.css

* Update leftSidebar.module.css

* Update LeftSidebar.astro

* Update PageContent.astro

* Update DocsHeaderTitle.astro

* Adds DocsV3Layout skeleton (#102)

* fix spacing

* Feat: Add cards (#101)

* add cards

* update styling

* adjust types

* fix heading

* cleanup grid styling

* Feat/93 layout tutorials (#104)

* add tutorial foundation

* Add tutorial components

* add README

* support N number of columns and add arrow icon

* Update index.astro

* remove unused import

* Update GridCard.module.css

* change how we add borders

* make grid responsive

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Feat/91 layout hero (#103)

* add layout hero

* use button component styles for the button links

* removing unused styles

* Feat/108 info tab (#120)

* add info card

* Update QuickLinkCard.module.css

* Update QuickLinkCard.module.css

* Feat/112 image (#118)

* add media structure

* Create README.md

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Add resources grid (#117)

* add resources grid

* adjust image linking

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Feat/110 tools utilities (#116)

* add grid

* Update DocsV3Layout.astro

* Update DocsV3Layout.astro

* rwd

* Update DocsV3Layout.astro

* Update DocsV3Layout.astro

* Update ToolsUtilitiesGrid.astro

* add readme

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Feat/make overview page (#122)

* move all new components to overview (index mdx) page

* fix css rule

* update example links to real links

* fix linkchecker

* Feat/115 mobile components (#119)

* RWD layout hero

* RWD cards and tutorials

* improve mobile spacing

* fix tab trigger jump

* Add chainlink journey (#133)

* add journey cards

* move components

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Feat/127 tech standards (#134)

* add journey cards

* add tech standards

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro

* Update TechnicalStandards.astro

* Feat/128 demos (#136)

* add demos

* add hover effects

* update styling

* wrap up

* fixes merge conflicts

* add anchor tags

* Feat/114 changelog (#135)

* add changelog stylin and elements

* Add footer masking

* Update ChangelogCard.module.css

* mobile improvements

* Update ChangelogCard.astro

* wrap up

* add prop for query

* add README

* add fade to show more

* Update ChangelogSnippet.astro

* add query types

* fix merge conflicts

* Update ChangelogSnippet.astro

* clarify comment

* add mobile journeys (#141)

* add mobile journeys

* remove old grid card css

* Feat/86 megamenu (#137)

* add basic megamenu structure and add missing icons

* update megamenu desktop design

* Update MegaMenu.tsx

* Feat/85 hero (#132)

* add hero

* fix styling

* fix css issue on dropdown menu

* Update ProductNavigation.tsx

* Update landingHero.module.css

* add truncate

* fix some styling

* cleaned up old components and fixed some mobile styling

* format megamenu and remove dead code

* Update productNavigation.module.css

* Update index.astro

* Feat/129 community (#143)

* html foundation

* finish

* Update CommunityEvents.module.css

* Update CommunityEvents.astro

* update styling

* Update fetchEvents.ts

* Update CommunityEvents.astro

* Update CommunityEvents.module.css

* Add get certified page (#151)

* add certified base

* Update certification.astro

* Update certification.astro

* Update certification.astro

* Update certification.astro

* update colour token

* Update ProductNavigation.tsx

* Feat/130 try it (#142)

* add component

* styling

* update try it out component

* Update MegaMenu.tsx

* wrap up tryit

* add README

* Update TryItOutAccordion.tsx

* add dynamic code samples and accordian control

* prerender code

* Update CodeSampleReact.tsx

* Update styles.module.css

---------

Co-authored-by: Simone Cuomo <simone@thisdot.co>

* Support video in resources section (#147)

* support video

* Update ResourceCard.astro

* Update ResourceCard.astro

* Update Package.json

* Fixes from merge with main (#165)

* fixes from merge with main

* fix directory header

* Update Package.json after merge

---------

Co-authored-by: Tyrel Chambers <tychambers3@gmail.com>
@Zelig880 Zelig880 requested a review from a team as a code owner November 26, 2025 08:01
@vercel
Copy link

vercel bot commented Nov 26, 2025

@Zelig880 is attempting to deploy a commit to the Chainlink Labs Team on Vercel.

A member of the Team first needs to authorize it.

* add page

* add changelog page

* adjust tyling

* copy button

* add individual changelog page

* styling

* make individual page for changelog item

* add pagination

* Update [...id].astro

* add networks

* fix some styling

* Update README.md
@vercel
Copy link

vercel bot commented Dec 3, 2025

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

Project Deployment Review Updated (UTC)
documentation Ready Ready Preview Jan 28, 2026 2:44pm

Request Review

* add page

* add changelog page

* add pagination

* Update changelog.astro

* adding filter float

* lots of styling

* more fixes

* styling

* add not found

* mobile filtering

* refactor components

* utils file

* Update ChangelogFilters.tsx

* Update MobileFilters.tsx

* use hooks

* Update DesktopFilters.tsx

* Update changelogFilters.ts

* fix race condition with updating url with search params on intitial load

* bug and merge conflicts

* click out side handler

* fix style issue on mobile
vyktoremario and others added 5 commits January 28, 2026 10:43
* filter using

* fix remix-callout button colors

* dispaly null
* Use Wrap lines on the Main Hero items

* remove dead code
* Align items on Chainlink Journey Section

* align items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants