-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (100 loc) · 2.77 KB
/
Copy pathmkdocs.yml
File metadata and controls
105 lines (100 loc) · 2.77 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: MFS
site_description: "Multi-source File-like Search for agents and developers, powered by Milvus"
site_url: https://zilliztech.github.io/mfs/
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
scheme: slate
primary: custom
accent: custom
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- search.highlight
- content.code.copy
font:
text: JetBrains Mono
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/terminal.css
repo_url: https://github.com/zilliztech/mfs
repo_name: zilliztech/mfs
nav:
- Getting started:
- Overview: index.md
- Why MFS: why.md
- Quickstart: getting-started.md
- Examples: examples.md
- Concepts:
- Architecture: architecture.md
- Design philosophy: production.md
- One model, many sources: one-model-many-sources.md
- Robustness: robustness.md
- Search and browse: search-and-browse.md
- Ingest pipeline: ingest-pipeline.md
- Schema design: schema.md
- Caching: caching.md
- Connectors:
- Overview: connectors.md
- file: connectors/file.md
- web: connectors/web.md
- github: connectors/github.md
- postgres: connectors/postgres.md
- mysql: connectors/mysql.md
- mongo: connectors/mongo.md
- slack: connectors/slack.md
- discord: connectors/discord.md
- gmail: connectors/gmail.md
- notion: connectors/notion.md
- jira: connectors/jira.md
- linear: connectors/linear.md
- zendesk: connectors/zendesk.md
- hubspot: connectors/hubspot.md
- bigquery: connectors/bigquery.md
- snowflake: connectors/snowflake.md
- s3: connectors/s3.md
- gdrive: connectors/gdrive.md
- feishu: connectors/feishu.md
- Operations:
- Configuration: configuration.md
- Auth and secrets: auth-and-secrets.md
- Providers and processing: providers.md
- Deployment: deployment.md
- Storage and backup: storage-and-backup.md
- Troubleshooting: troubleshooting.md
- Reference:
- CLI: cli.md
- HTTP API: api.md
- SDKs: sdks.md
- Agent skills: skills.md
- Error codes: errors.md
- Glossary: glossary.md
- Project:
- Evaluation: evaluation.md
- Development: development.md
- Server internals: server.md
- FAQ: faq.md
- Status and limits: roadmap.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true