forked from cornserve-ai/cornserve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
118 lines (108 loc) · 2.86 KB
/
mkdocs.yml
File metadata and controls
118 lines (108 loc) · 2.86 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
106
107
108
109
110
111
112
113
114
115
116
117
118
# Project information
site_name: Cornserve
site_url: https://cornserve.ai
site_author: Cornserve team
site_description: Easy, fast, and scalable multimodal agentic AI
edit_uri: ""
# Repository
repo_name: cornserve-ai/cornserve
repo_url: https://github.com/cornserve-ai/cornserve
# Copyright
copyright: Copyright © 2025 Cornserve team
# Theme configuration
theme:
name: material
favicon: assets/img/favicon.png
icon:
repo: fontawesome/brands/github
logo: material/rocket-launch-outline
features:
- content.code.copy
- content.code.annotate
- search.suggest
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- content.tooltips
- announce.dismiss
palette:
- scheme: light
primary: black
accent: amber
# MkDocs plugins
plugins:
- search
- autorefs
- social:
enabled: !ENV [BUILD_SOCIAL_CARD, false]
cards_dir: assets/img/social
- mkdocs-video:
is_video: True
video_autoplay: True
css_style:
width: 60%
- mkdocs-jupyter
# Extensions
markdown_extensions:
- meta
- abbr
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.critic
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight
- pymdownx.inlinehilite
# Page tree
nav:
- Cornserve: index.md
- Getting Started:
- getting_started/index.md
- Deploying Cornserve: getting_started/cornserve.md
- Building Apps: getting_started/building_apps.md
- Using Jupyter Notebook: getting_started/jupyter.ipynb
- Registering and Invoking Apps: getting_started/registering_apps.md
- Architecture:
- architecture/index.md
- Task: architecture/task.md
- Sidecar: architecture/sidecar.md
- Eric: architecture/eric.md
- Contributor Guide:
- contributor_guide/index.md
- Developing on Kubernetes: contributor_guide/kubernetes.md
- Eric: contributor_guide/eric.md
- Sidecar: contributor_guide/sidecar.md
- Tracing: contributor_guide/tracing.md
# Exclude file list
exclude_docs: |
requirements.txt
# For Mathjax
extra_javascript:
- assets/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Extra stuff
extra:
analytics:
provider: !ENV SITE_ANALYTICS
property: G-8YY3G9ZZW5
social:
- name: Cornserve GitHub repository
icon: fontawesome/brands/github
link: https://github.com/cornserve-ai/cornserve
extra_css:
- assets/css/extra.css