ashajjar / documentation

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

Home Page:documentation-woad-five.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the open source project for the Chainlink documentation.

Developing

yarn serve

Building & Deploying

The site is hosted on a static site CDN. The files are super portable. Builds end up in _site.

yarn deploy

Make sure you use yarn and have a recent version of node (see the package.json for specific version requirements).

Docs architecture

  • All docs are markdown and stored in /docs.
  • Navigation is JSON in /_data/navigation
  • Pages are processed as Readme.com markdown, and then syntax highlight is applied client-side
  • Custom client side code powers the ENS page

Contributing

See CONTRIBUTING.md

About

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

documentation-woad-five.vercel.app

License:MIT License


Languages

Language:Solidity 25.6%Language:TypeScript 21.2%Language:Liquid 18.4%Language:CSS 15.3%Language:JavaScript 14.9%Language:HTML 2.3%Language:Python 1.8%Language:Nunjucks 0.5%