Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.32 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.32 KB

milvus.io Official website

local development set up

  1. git submodule init
  2. git submodule update --remote
  3. yarn install
  4. yarn start

We use submodule to update docs pages. So we must update submodules before yarn start.

how to contribute

  1. fork the repo
  2. checkout the preview branch
  3. create a new feature branch based on the preview branch
  4. pull request to the preview branch

This site is built with Gatsbyjs, please check https://www.gatsbyjs.org/docs/ for reference

Mutiple code in markdown submodule

milvusClient.closeConnection();
>>> connections.disconnect("default")