-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
74 lines (74 loc) · 1.92 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: ChromaDB Data Pipes 🖇️ - The easiest way to get data into and out of ChromaDB
site_url: https://datapipes.chromadb.dev
repo_url: https://github.com/amikos-tech/chromadb-data-pipes
copyright: "Amikos Tech LTD, 2024 (core ChromaDB contributors)"
theme:
name: material
palette:
primary: black
logo: assets/images/logo.png
favicon: assets/images/favicon.png
font:
text: Roboto
code: Roboto Mono
features:
- content.code.annotate
- content.code.copy
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.indexes
source:
branch: main
edit_uri: edit/main/docs/
extra:
homepage: https://www.trychroma.com
social:
- icon: fontawesome/brands/github
link: https://github.com/chroma-core/chroma
name: Chroma on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/trychroma
name: Chroma on Twitter
- icon: fontawesome/brands/github
link: https://github.com/amikos-tech
name: Amikos on GitHub
- icon: fontawesome/brands/medium
link: https://medium.com/@amikostech
name: Amikos on Medium
analytics:
provider: google
property: G-ZFM0B691P1
consent:
title: Cookie consent
description: >-
We use cookies for analytics purposes. By continuing to use this website, you agree to their use.
extra_javascript:
- javascripts/gtag.js
extra_css:
- custom-styles.css
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
title: On this page
toc_depth: 3
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: assets/snippets/
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- tags
- search