/docs

Qdrant project 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