Skip to content

Rahul-Prasad-07/documentation

 
 

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/pages.
  • 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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 41.9%
  • Solidity 24.0%
  • Astro 17.0%
  • JavaScript 7.7%
  • CSS 7.4%
  • Rust 1.1%
  • Other 0.9%