-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 753 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 753 Bytes
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
site_name: "NeuCo-Bench"
site_url: https://embed2scale.github.io/NeuCo-Bench/
repo_url: https://github.com/embed2scale/NeuCo-Bench
theme:
name: material
logo: assets/logo_header.png
favicon: assets/logo.png
palette:
scheme: default
primary: white
accent: indigo
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- search.highlight
- search.suggest
nav:
- Overview: index.md
- Data: data.md
- Generate Embeddings: embedding_generation.md
- Evaluation and Results: evaluation_and_results.md
- Contributing: contributing.md
plugins:
- search
copyright: Copyright © 2026 Embed2Scale
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/logo.js