zksync lite docs
2.31.8
ที่เก็บนี้มีเอกสาร zksync โฮสต์ที่ docs.lite.zksync.io/
การติดตั้ง node.js เรียกใช้ node.js เวอร์ชัน 16
yarn install --check-cache
yarn docs:dev
CI Pipeline จะตรวจสอบว่าไฟล์ถูกจัดรูปแบบตาม markdownlint
พบว่าไม่มีปัญหาในเอกสารและการสะกดคำถูกต้อง นอกจากนี้ไม่ควรมีลิงก์ตาย
คุณสามารถตรวจสอบได้ในพื้นที่ดังนี้:
yarn
yarn md:lint
yarn cspell
หาก cspell
ไม่รู้จักคำ แต่คุณแน่ใจว่าถูกต้องให้พิจารณาเพิ่มลงใน cspell-zksync.txt
สาขา master
จะถูกปรับใช้โดยอัตโนมัติกับ https://console.firebase.google.com/u/0/project/zksync-web-docs
จะทำ:
dist
จะถูกนำไปใช้ในรูปแบบของเว็บไซต์คงที่ yarn install --check-cache
yarn docs:build
yarn firebase deploy
การกำหนดค่าใน cspell.json
:
version
- เวอร์ชันของไฟล์การตั้งค่าเสมอ 0.1language
- ภาษา - ภาษาการสะกดคำที่ใช้งานอยู่ในปัจจุบันwords[]
- คำ - รายการคำที่จะพิจารณาถูกต้องเสมอ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 "
}
]
}
BTW เรากำลังจ้าง: ดูตำแหน่งเปิด
Zkwallet มีการแจกจ่ายภายใต้ข้อกำหนดของใบอนุญาต MIT และใบอนุญาต Apache (v.2.0)
ดูใบอนุญาต-ใบอนุญาตสำหรับรายละเอียด