Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

qdrant/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO IS DEPRECATED

Please edit Qdrant documentation here: https://github.com/qdrant/landing_page/tree/master/qdrant-landing/content/documentation

How to use documentation markup features

Lang switching tabs

  1. To add code for different language variants, use blocks of code in the markdown, one after the other, indicating the language:
    ``` bash
        # here your code
    ```
    
    ``` python
        # here your code
    ```
  1. The copy button appears by itself on any outline code blocks.
  2. To emphasize important information, use <aside role="status">your text here</aside> right in markdown

An element with important information

  1. To emphasize dangerous actions or warn users, use <aside role=”alert”>your text here</aside> right in markdown

An element with warning