All Projects → matter-labs → zksync-docs

matter-labs / zksync-docs

Licence: MIT license
zkSync documentation

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zksync-docs

zksync-dapp-checkout
zkCheckout — trustable permissionless DeFi payment gateway. Brand new zkSync dApp w/t all L2 perks: fast&cheap transfers / simple&quick withdrawal
Stars: ✭ 37 (-28.85%)
Mutual labels:  team-frontend, zksync
create-vuepress-site
VuePress Site Generator
Stars: ✭ 78 (+50%)
Mutual labels:  docs, vuepress
docs.getleon.ai
📝 Main documentation of Leon.
Stars: ✭ 23 (-55.77%)
Mutual labels:  docs, vuepress
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+34.62%)
Mutual labels:  docs, vuepress
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (-65.38%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+88.46%)
Mutual labels:  docs
python-book
ゼロから学ぶ Python
Stars: ✭ 125 (+140.38%)
Mutual labels:  docs
docs
PlanetScale documentation
Stars: ✭ 56 (+7.69%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (-15.38%)
Mutual labels:  docs
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-69.23%)
Mutual labels:  docs
vuepress-theme-track
🎉vuepress theme
Stars: ✭ 13 (-75%)
Mutual labels:  vuepress
guides
How we do things at OK GROW!
Stars: ✭ 16 (-69.23%)
Mutual labels:  docs
blog
꾸준히 기록하는 개발 블로그!
Stars: ✭ 146 (+180.77%)
Mutual labels:  vuepress
growi-docs
⚓ GROWI documentation repository
Stars: ✭ 20 (-61.54%)
Mutual labels:  vuepress
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-73.08%)
Mutual labels:  docs
gorgonia.github.io
The source code (and website) for gorgonia.org
Stars: ✭ 12 (-76.92%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+803.85%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-71.15%)
Mutual labels:  docs
vuepress-theme-macgs
💫 A vuepress theme for easyhexo.com
Stars: ✭ 16 (-69.23%)
Mutual labels:  vuepress
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+148.08%)
Mutual labels:  docs

zkSync v1 Docs GitHub release (latest SemVer) GitHub Workflow Status

GitHub license npm version Follow us!

zkSync Documentation for the v1 | CHANGELOG

This repository contains the zkSync documentation hosted at docs.zksync.io

Development

Local run

yarn install --check-cache
yarn docs:dev

Development

CI 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 cspell

If cspell doesn't recognize a word but you're sure that it's correct, consider adding it to the cspell-zksync.txt.

Deployment

master branch is automatically deployed to https://console.firebase.google.com/u/0/project/zksync-web-docs

Deploying altogether

will do:

  • install node modules;
  • prepare, test and build documentation;
  • afterwards all contained into the dist folder will be deployed in form of the static website
yarn install --check-cache
yarn docs:build
yarn firebase deploy

Extra documentation

cSpell

Configuration in cspell.json:

  • version — version of the setting file, always 0.1
  • language — language - current active spelling language
  • words[] — words - list of words to be always considered correct
  • dictionaries[]
"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"
  }
]
}

zkSync Ecosystem



BTW, we're hiring: See open positions

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].