GithubHelp home page GithubHelp logo

hasan245 / zksync-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matter-labs/zksync-lite-docs

0.0 0.0 0.0 69.45 MB

zkSync documentation

Home Page: https://zksync.io/dev

License: MIT License

Shell 100.00%

zksync-docs's Introduction

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.

zksync-docs's People

Contributors

andriidrebot avatar androsipen avatar antond3 avatar astarinmymind avatar barakshani avatar bxpana avatar deniallugo avatar dependabot[bot] avatar dvush avatar gluk64 avatar jackhamer09 avatar jazzandrock avatar keriat avatar krofax avatar ly0va avatar maximfischuk avatar neone4373 avatar odanado avatar pcheremu avatar perekopskiy avatar popzxc avatar semantic-release-bot avatar shamatar avatar slumber avatar stackaccount1 avatar stanislavbreadless avatar viktoryastrebov avatar vladbochok avatar vyastrebovvareger avatar zksync-admin-bot2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.