This handbook is a guide for all engineers at ChainSafe. It contains content relating to organizational structure and processes, as well as technical guidelines and best practices.
The handbook is built using Docusaurus 2, a modern static docs generator.
This project requires yarn
. You can find installation instructions here.
Fetch project dependencies:
$ yarn
Start development server:
$ yarn start
This command starts a local development server (localhost:3000) and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn spellcheck
You can add unknown words to dictionary.txt
.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
All contributions are welcomed! This is intended to be a living document and requires contributions of many to be maintained.
Please use GitHub Issues to propose any large changes and to facilitate discussion and questions regarding content and structure.
It is recommended you review the Docusaurus docs to ensure you utilize its features correctly.
docs/
-- The handbook content lives here, separated by sections
src/
-- Individual page assets
static/
-- Web-ready assets such as icons (will not be bundled with webpack)