Skip to content

Dpalazue/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

314 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 26.5%
  • Solidity 25.3%
  • Liquid 18.6%
  • CSS 14.4%
  • TypeScript 10.1%
  • HTML 2.5%
  • Other 2.6%