Skip to content

ashkrisk/milvus.io

 
 

Repository files navigation

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")






About

Milvus official website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • Less 26.3%
  • Other 1.2%