This repository contains the zkSync documentation hosted at docs.lite.zksync.io/
A Node.js installation running Node.js version 16.
yarn install --check-cache
yarn docs:devCI pipeline will check that the files are formatted according markdownlint founds no issues in document
and spelling is correct. Also, there should be no dead links.
You can check it locally as follows:
yarn
yarn md:lint
yarn cspellIf cspell doesn't recognize a word but you're sure that it's correct, consider adding it to the cspell-zksync.txt.
master branch is automatically deployed to https://console.firebase.google.com/u/0/project/zksync-web-docs
will do:
dist folder will be deployed in form of the static websiteyarn install --check-cache
yarn docs:build
yarn firebase deployConfiguration in cspell.json:
version — version of the setting file, always 0.1
language — language - current active spelling languagewords[] — words - list of words to be always considered correctdictionaries[]"dictionaryDefinitions": [
{
"name": "zksync", "path": "./cspell-zksync.txt"
}
]
{
"version": "0.1",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [],
"dictionaries": ["typescript", "zksync"],
//
"dictionaryDefinitions": [
{
"name": "zksync", "path": "./cspell-zksync.txt"
}
]
}BTW, we're hiring: See open positions
zkWallet is distributed under the terms of both the MIT license, and the Apache License (v.2.0).
See LICENSE-APACHE, LICENSE-MIT for details.