-
Notifications
You must be signed in to change notification settings - Fork 431
WIP add simple dark mode #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/chainlinklabs/documentation/HvC3GAEWkk4AB11VhBgzDX6Hh6zJ |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -193,6 +194,7 @@ | |||
class="footer-list-item-link">Contract reference</a></li> | |||
<li class="footer-list-item"><a href="/chainlink-nodes/" | |||
class="footer-list-item-link">Node operators</a></li> | |||
<li class="footer-list-item"><a href="#" id="dark-toggle" class="footer-list-item-link">Dark Mode</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StephenFluin why put the toggle button at the bottom? Wouldn't it be better to put it at the top of the page ?
will be included in the new docs redesign |
* added getting started pages and imported all static assets * update header link * update landing page link
* moved astro files to .astro folder (#47) * astro: responsive homepage (#49) * resposive hgome page * search cta and newsletter cta * hero bg * nitpicks * astro: navbar (#52) * header * remove h1 * added link to navbar * fix redirect * fix navbar * navbar icon url * Update astro importer (#48) * began improving importer script * updated examples. fixed importer. added youtube integration * updated examples. * updated importer to handle callouts * revert samples * remove home from redirect * update importer to handle relative links * update-sidebar comment * sync main intro holding branch (#53) * chains metadata updated (#945) Co-authored-by: aelmanaa <[email protected]> * add links for IaC solutions (#860) * add links for IaC solutions * Correct securedatalink links * Update example-projects.md * Update best-security-practices.md Co-authored-by: Amine E <[email protected]> * Release notes for 1.7.1 * Update Klaytn VRF v2 keyhash * Update Keepers Registry/Registrar Addresses Location (#951) * Update Keepers Registry/Registrar Addresses Location * Update registry address info * Add L2 sequencer feed testnets and edit Link Token Contracts (#946) * Add L2 sequencer feed testnets * Add callouts for deprecation notices * Update Keepers Job Spec * Update @openzeppelin/contracts (#959) * Document chainlinkClient operator functions (#956) * Document chainlinkClient operator functions * Add new section for explanation and examples of using chainlinkVRF to Handle Different function logic request (#844) * Add new section for explanation and examples of using chainlinkVRF to handle different function requests logic Author: franfran20 <[email protected]> * Processing VRF responses through different execution paths * Display better different execution paths * add remix callout Co-authored-by: Amine E <[email protected]> Co-authored-by: aelmanaa <[email protected]> * Automate v1 Keepers configs list (#953) * Automate v1 Keepers configs list * Add status tracker URLs for several networks (#954) Add status tracker URLs for several networks * VRF v2 rework confusing steps in programmatic examples (#961) * VRF v2 rework confusing steps in programmatic examples * fix typo in interface names Is currently plural, but the actual contract / interfaces are singular. * chains metadata updated (#966) Co-authored-by: aelmanaa <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: aelmanaa <[email protected]> Co-authored-by: Roman S <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: ritika-b <[email protected]> Co-authored-by: Anirudh Warrier <[email protected]> Co-authored-by: Francis Egboluche <[email protected]> Co-authored-by: aelmanaa <[email protected]> Co-authored-by: Stephen Fluin <[email protected]> * merge upstream main into main (#55) * Add EVM_NODES Docker example (#974) Co-authored-by: Alexandr Yepishev <[email protected]> * Update miscellaneous.md (#973) Update miscellaneous.md with permissions for showing users list Co-authored-by: Amine E <[email protected]> * Add Optimism Goerli testnet data feeds (#949) * Add Optimism Goerli data feeds * Add Optimism Goerli to Link Token Contracts * Clarify how to activate the Optimsim Goerli bridge * Update the data feeds API reference * Add docs for new pipeline tasks: hexencode and base64encode (#909) * Add 1.8.0 release notes and config variables * Writer edits and URL fixes * Writer edits * Apply suggestions from code review Co-authored-by: chainchad <[email protected]> * Update docs/chainlink-nodes/node-versions.md Co-authored-by: Amine E. <[email protected]> * Updated language min spend language improved to resolve #971 * Update docs/chainlink-keepers/keeper-economics.md * Add gas parameter description for ethcall task (#981) * Add gas parameter description for ethcall task * Add gas to the job spec example Co-authored-by: Dwight Lyle <[email protected]> * Update evm-performance-configuration.md (#975) * Update evm-performance-configuration.md * Keepers Automation Blog Docs Update (#952) * Add visual media * Add additional tutorials for Keepers Co-authored-by: De Clercq Wentzel <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: chudilka1 <[email protected]> Co-authored-by: Alexandr Yepishev <[email protected]> Co-authored-by: Ilja Pavlovs <[email protected]> Co-authored-by: Amine E <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: Bolek Kulbabinski <[email protected]> Co-authored-by: chainchad <[email protected]> Co-authored-by: De Clercq Wentzel <[email protected]> Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: ritika-b <[email protected]> * astro: algolia search (#54) * search and searchindex * update hompage search * added keydown functionality * cleanup * switch Code for Prism * replace shiki with prism * rename to publicApiKey * handle algolia no result state * remove arrow keys * added debounce to search * update placeholder * updated styles. added debounce * update modal styles * fix algolia hits flashing * Update .astro/src/components/Header/Search/SearchModal.tsx Co-authored-by: Bradford Miller <[email protected]> Co-authored-by: Bradford Miller <[email protected]> * import: any api docs (#56) * began importing any api * importing any-api * fix merge issue * migrate imports * cleanup and Prism stylesheets * fix callout spacing style * styling whatsnext content * added links from homepage to anyapi * remove hexagon * fix sidebar active link * remove whats next if its undefined * fix heading levels * remove unnecessary solidity * remove unnecessary solidity * remove redirects * nitpicks * undo style-guide spacing in posts * added update index script * algolia index replacement * import: getting started section (#58) * added getting started pages and imported all static assets * update header link * update landing page link * astro footer and mobile enhancements (#59) * footer styles * mobile navbar * added Menu to sidebar on mobile * mobile nav fix * fix mobile navbar on landing layout * fix sidebar active link * astro github workflows (#60) * reenabled github workflows * workdir for workflows * workdir for workflows * workdir for workflows * fix hardhat test * maybe fix deps * astro variables (#61) * update astro and mdx deps. refactor pages to use mdx and variables * fix heading props * fix heading props * mdx initial integration * added astro env and began typing frontmatter * better typescript and vscode experience (#62) * Fix multiple jsx frameworks * Fix process data script and added TODO * frontmatter type * cleanup and props * delete layouts css * typo * typo * linkToWallet script (#63) * link to wallet * dont use window.onload * remove console log * common component * update callout to use directives * remove console log * fix favicon * tag manager with partytown * Resources and 404 page (#66) * 404 page * fix importer output dir * update guide * refactor newsletter cta * import content * fix developer comms page * feedback restyling (#67) * move feedback to sidebar * update vercel config to display 404 * codetabs and solana (#69) * added codetabs support * update readme * fix readme * fix Tabs import * fix Tabs import * readme * remove unused css * import Solana (#71) * solana migration * solana content * remove feeds pages * refactor feeds page * design team feedback (#64) * link hover * fix title size * added codetabs support * update readme * fix readme * fix Tabs import * fix Tabs import * readme * remove unused css * solana migration * solana content * remove feeds pages * refactor feeds page * replace logo * fix gutter * responsive navbar * better mobile navbar * fix text color * icon bg color * fix shrinking icon * newsletter bg and tutorial border * add space to search on mobile * bg image for newsletter * fix search modal position * remove kb legend from search * search results * sticky header for full height search modal * fix serach modal on mobile * active links in menu * right sidebar spacing * fix navbar stuttering * center github icon * Update .astro/src/config/menu.ts * Update .astro/src/features/landing/sections/NewUserCTA.astro * github icon Co-authored-by: Bradford Miller <[email protected]> * added changefreq for sitemap (#76) * update any-api (#78) * update any-api * update any-api * Fix hardhat in astro (#79) * create latestPrice feed component (#83) * create latestPrice feed component historical price component feed registry component * clean @features/feeds imports * Better callouts and fix for external urls (#80) * Better handling of callouts * fix for external urls * updated codesamples to work with code snippets * remove console logs * remove console.log * Astro feedback (#82) * Better handling of callouts * fix for external urls * updated codesamples to work with code snippets * remove console logs * remove console.log * fix container maxwidth * fix newsletter CTA * fix footer * made links cta cards clickable * hover state for tabs * hide search from navbar on landing page * added alt tags to chain icons * added classnames to navbar links * added classNames for search results * added product card title * Update .astro/src/layouts/LandingLayout.astro * Update .astro/src/components/Header/Header.astro Co-authored-by: Bradford Miller <[email protected]> Co-authored-by: Bradford Miller <[email protected]> * Google Optimize (#85) * Better handling of callouts * fix for external urls * updated codesamples to work with code snippets * remove console logs * remove console.log * fix container maxwidth * fix newsletter CTA * fix footer * made links cta cards clickable * hover state for tabs * hide search from navbar on landing page * added alt tags to chain icons * added classnames to navbar links * added classNames for search results * added product card title * added google optimize tag * remove empty css * Bump astro to latest version and remove unused dependencies (#86) * Better handling of callouts * fix for external urls * updated codesamples to work with code snippets * remove console logs * remove console.log * fix container maxwidth * fix newsletter CTA * fix footer * made links cta cards clickable * hover state for tabs * hide search from navbar on landing page * added alt tags to chain icons * added classnames to navbar links * added classNames for search results * added product card title * added google optimize tag * updated astro and removed unused dependencies * remove unused css * added notification and fix content spacing on mobile (#87) * added notification and fix content spacing on mobile * undo npm changes * made navbar visibility hidden on homepage * remove google optimize (#91) * chainlink automation components (#89) add github action to sync chainlink automation config * sync resources folder with last commit 43396f9 * sync soladana folder with commmit 8ab023e (#93) * sync any-api folder (#94) * update any-api * update any-api * sync soladana folder with commmit 8ab023e * sync any-api folder with commit 8c2e6f4 * sync any-api folder with commit 8c2e6f4 * Landing pages for Ethereum, Solana and Node Operators (#95) * ethereum and solana landing page * copy over icons * update navbar * node operators landing * solana icon height * remove current page from footer * design system * Google Tag Manager sync loading (#92) * remove google optimize * remove partytown from tag manager * Analytics classNames for buttons in homepage (#96) * added classnames to linkbuttons * fix css specificity * specificity * Sync vrf (#98) * sync vrf folder to commit 43396f9 * sync vrf folder to commit 43396f9 * sync vrf folder to commit 43396f9 * sync vrf folder to commit 43396f9 * fix links (#100) * fix links * fix links * CSS fixes and homepage links (#99) * fix list styles * fix main page links for solana, vrf Co-authored-by: aelmanaa <[email protected]> * sync chainlink-automation folder with commit 8ab023e (#102) * sync architecture-overview folder with commit 8ab023e (#104) * migrate chalink-nodes (#106) * Add network TOC and improve URL anchor handling (#1020) * Add network TOC and improve URL anchor handling * Add similar handling for PoR feeds * Fixe wrong link in index.md Link to Data Feed Contract Addresses page pointing to (/docs/data-feeds/price-feeds/) instead of (/docs/data-feeds/price-feeds/addresses/) * Remove no deprecation notice * add vrf v2 redirect for /docs/vrf/v2/examples/get-a-random-number/ (#1026) * CL Node release v1.9.0 (#1021) * Node Release 1.9.0 * add docs for length and less than task (#989) * Update eth call parameters * Add cross-links and edit parameter descriptions * Add 1.8.1 notes Co-authored-by: Akshay Aggarwal <[email protected]> Co-authored-by: FelixFan1992 <[email protected]> * migrate chainlink-nodes Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: Elias Nasrallah <[email protected]> Co-authored-by: Akshay Aggarwal <[email protected]> Co-authored-by: FelixFan1992 <[email protected]> * migrate getting started (#108) * migrate getting-started * migrate getting-started * migrate getting-started * sync getting-started folder with commit b04a3f1 * Migrate data feeds without feeds lists and interactive examples * Update sidebar and remove TOCs * Update the README to explain redirects better * Update homepage URLs for data feeds * Update URLs * Fix Remix links, temporarily switch MDX to MD, add images * Click to zoom component and dynamic TOC (#105) * styles for link-to-wallet buttons * clicktozoom component * inline script * log * log * move script to head * better refactor * added missing script * separate script from file * script logging * script logging * remove pism code * remove script from component * remove logging from scripts * remove console logs * vscode config * disable click to zoom on mobile * handle mobile usage of clickToZoom * added click to zoom example * update documentation * clientSideToc frontmatter * update astro * refactor imports * fix build * added index * fixed local build * importing tabs from components/tabs * update ts path * update deps * caseing * rename component folder * Add missing interactive components to data-feeds (#110) * Add missing interactive components to data-feeds * Add missing interactive components to data-feeds * Update .astro/src/components/index.ts * Update .astro/src/pages/data-feeds/price-feeds/index.mdx Co-authored-by: Fernando Montero <[email protected]> * Github Workflows (#88) * added notification and fix content spacing on mobile * undo npm changes * enabled linkcheck in CI * added ls to view files * skipfile path * skipfile path with cwd * ls * ignoredFiles type * fixed linkcheck * replace yarn with npm * disable vercel automatic deployments * script for updating algolia index * algolia index workflow * algolia index workflow * error handling for update script * added ENV variables to workflow * remove comment * error handling * added workflow for staging and main * update search index generation * update search index generation * update search index generation * algolia env variables * hide algolia secrets * remove vercel config * revert algolia keys * revert algolia keys * hardcode indexname * ternary for indexname * ternary for indexname * conditional index name in component * fix window in ssg step * fix window in ssg step * fix window in ssg step * remove unused env * remove unused import * Data feed migration and processing for Astro (#90) * Add network TOC and improve URL anchor handling (#1020) * Add network TOC and improve URL anchor handling * Add similar handling for PoR feeds * Update data feed processing for Astro * Fixe wrong link in index.md Link to Data Feed Contract Addresses page pointing to (/docs/data-feeds/price-feeds/) instead of (/docs/data-feeds/price-feeds/addresses/) * Remove no deprecation notice * Update importer * Import Data Feeds docs without interactive examples enabled * Change sh to shell on codeblocks to resolve build warnings * Edits * Revert sidebar changes for now * Remove chain transitions script * Update sidebar and redirects * Fixes * Several updates * Incremental improvements to feedslist.tsx and CSS Co-authored-by: Fernando Montero <[email protected]> * better feed page. dynamic toc. refactored callouts into md files * fix props passed as null * remove unnecesary feedlayout page * remove console log * added hacky delay * refactor index to mdx * updated ENS styles * updated Solana feeds * updated links from callout * remove unused import Co-authored-by: Elias Nasrallah <[email protected]> Co-authored-by: Fernando Montero <[email protected]> Co-authored-by: Fernando Montero <[email protected]> * CSS and minor fixes * Update CL Automation homepage links * new callout designs (#114) * new callout designs * aside cleanup * Update docs search (#111) * Add recent and recommended articles * style updates * Design updates * More style updates * Update modal max-height * QA Updates * Update header colors, modal divider width * Generate feeds from RDD (#113) * fetching data from rdd * updated rdd urls for data source * chains data * filter * feed filtering * updated cache hook * copy button * refactored config into two arrays * tables css and copy icons * nft floor case * refactor copy to clipboard script * refactor copy to clipboard script * proof of reserve filtering * fix arbitrum * loading and error state * lint * added callout * aside fix * Minor edits * building with 11ty fetch * fix home tabs and console cleanup * recuce layout shift * sync state with querystring * feedlist cleanup * fix dynamic intersectionobserver in toc * fix wahtsnext * Point to the decimals property Co-authored-by: Dwight Lyle <[email protected]> * Migrate latest changes (#116) * Add network TOC and improve URL anchor handling (#1020) * Add network TOC and improve URL anchor handling * Add similar handling for PoR feeds * Fixe wrong link in index.md Link to Data Feed Contract Addresses page pointing to (/docs/data-feeds/price-feeds/) instead of (/docs/data-feeds/price-feeds/addresses/) * Remove no deprecation notice * add vrf v2 redirect for /docs/vrf/v2/examples/get-a-random-number/ (#1026) * CL Node release v1.9.0 (#1021) * Node Release 1.9.0 * add docs for length and less than task (#989) * Update eth call parameters * Add cross-links and edit parameter descriptions * Add 1.8.1 notes Co-authored-by: Akshay Aggarwal <[email protected]> Co-authored-by: FelixFan1992 <[email protected]> * Update the copyright in the footer * Fix typos in RBAC documentation * update pricing language * more language changes * chains metadata updated (#1032) Co-authored-by: aelmanaa <[email protected]> * Document the new 150 gwei limit on Goerli for VRF * Fix VRF v2 migration redirects * Remove extra feeds page * sync chainlink-automation folder with commit 671a094 * sync chainlink-nodes folder with commit ad1d8d9 * sync docs with commit eecd1c2 * update automation pricing images Co-authored-by: Elias Nasrallah <[email protected]> Co-authored-by: Amine E <[email protected]> Co-authored-by: Akshay Aggarwal <[email protected]> Co-authored-by: FelixFan1992 <[email protected]> Co-authored-by: Andrew Guthrie <[email protected]> Co-authored-by: ritika-b <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: aelmanaa <[email protected]> * fix dead links (#118) * began fixing links * fix vercel config file * fix vercel file * fix links * fix links * fix links Co-authored-by: aelmanaa <[email protected]> * Migrate additional commits from main and merge main (#120) Migrate additional commits from main and merge main Co-authored-by: ritika-b <[email protected]> Co-authored-by: De Clercq Wentzel <[email protected]> * Fix deprecating feeds page and lists (#119) * Fix deprecating feeds page and lists * Improve rendering for depreacated feeds * Filter deprecation network list * Filter tables that do not include deprecated feeds * Fix CSS, TOC update, and deprecation links * Astro CSS and homepage changes (#121) * CSS, homepage, and other fixes * Remove unused images * Update search index * Change urls to chain logos * Fix Solana SVG * added copy to clipboard for codeblocks * fix types and feeds caching * fix copy button * Reorganize Astro and Eleventy * Remove unnecessary workflow files * Update scripts * Doc redesign: prettier lint (#1049) * run prettier * run prettier * run prettier * run eslint * fix ts * run eslint * update astro. fix import errors * fix feedback * fix icon widh in callout * doc redesign: remove migration scripts * doc redesign: fix build issues Co-authored-by: Fernando Montero <[email protected]> * doc redesign: ensure formatting is correct. raise an error during lint checks if prettierrules are not respected * untrack public/search-index.json * Migrate BIF docs * fix update algolia workflow * Add original redirects (#1052) * Add original redirects * Remove comments * Clean up duplicate redirects and simplify paths * Correct broken redirect paths * Fix handling of redirects to https:// URLs * Add video URLs and enable video URL processing * Remove TOCs and Overview headers * minort visual improvements * fix codesample trailing slash * fix style f subscription success * a11y labels * load search on client:visible * fix deadlinks * added draft pages. exclude examples page from build. remove redirect to search-index * fix deadlinks * Update Readme and contributing files * Re-sync with main Co-authored-by: Fernando Montero <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: aelmanaa <[email protected]> Co-authored-by: Roman S <[email protected]> Co-authored-by: ritika-b <[email protected]> Co-authored-by: Anirudh Warrier <[email protected]> Co-authored-by: Francis Egboluche <[email protected]> Co-authored-by: aelmanaa <[email protected]> Co-authored-by: Stephen Fluin <[email protected]> Co-authored-by: chudilka1 <[email protected]> Co-authored-by: Alexandr Yepishev <[email protected]> Co-authored-by: Ilja Pavlovs <[email protected]> Co-authored-by: Bolek Kulbabinski <[email protected]> Co-authored-by: chainchad <[email protected]> Co-authored-by: De Clercq Wentzel <[email protected]> Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: Bradford Miller <[email protected]> Co-authored-by: Elias Nasrallah <[email protected]> Co-authored-by: Akshay Aggarwal <[email protected]> Co-authored-by: FelixFan1992 <[email protected]> Co-authored-by: Fernando Montero <[email protected]> Co-authored-by: Thomas Bigelow <[email protected]> Co-authored-by: Andrew Guthrie <[email protected]>
No description provided.