Skip to content

Latest commit

 

History

278 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

CovenantSQL Docs

Documentation of CovenantSQL and related tools, build with Docusaurus.

Docs update

docs

Update markdown docs in /docs folder, and make sure every doc file has the header structure as following:

---
id: $doc_id
title: $doc_title
---

sidebar

Update sidebar from website/sidebars.json:

{
  "docs": {
    "Intro": [ // category name
      "intro" // doc_id
    ],
    ...
    "关于": [
      "usecase",
      "qna"
    ]
  }
}

Publish

before publish

  • install yarn
  • install node module dependencies cd website && yarn install

ship

  • chmod +x ./ship.sh
  • ./ship.sh -v $version -u $github_username

关于

CovenantSQL docs

Resources

Stars

4 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages