Skip to content

https://docs.chain.link The Chainlink developer documentation website for Smart Contract Devs and Node Operators

Notifications You must be signed in to change notification settings

skywalker2017/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainlink Docs logo

Welcome to Chainlink developer documentation repository. This repository is the source for developer documentation on docs.chain.link, which is a resource for smart contract developers and node operators building decentralized applications on several networks.

This documentation is open source. If you want to contribute tutorials or improvements, see the Contributing guide.

Developing

To run a local development environment, use the following command:

npm install && npm run dev

Docs architecture

  • All docs are markdown and stored in /src/content.
  • Navigation is JSON in /src/config/sidebar.ts

Deploy Preview

This repo is configured to automatically create a preview environment on Vercel when a PR is opened. After the deployment is approved, the Vercel bot will leave a comment with a link to the preview on your PR.

Deploying to Production

This repo is configured to automatically update the production (https://docs.chain.link) site when commits are pushed to the main branch.

About

https://docs.chain.link The Chainlink developer documentation website for Smart Contract Devs and Node Operators

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MDX 75.6%
  • TypeScript 11.1%
  • Solidity 6.4%
  • Astro 3.5%
  • CSS 1.7%
  • JavaScript 1.2%
  • Other 0.5%