-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (53 loc) · 1.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
58 lines (53 loc) · 1.62 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
site_name: Gradient
site_description: Nix-based Continuous Integration System
site_url: https://wavelens.github.io/gradient
repo_url: https://github.com/wavelens/gradient
repo_name: wavelens/gradient
copyright: Copyright © 2026 Wavelens GmbH
theme:
name: readthedocs
docs_dir: docs/src
nav:
- Home: index.md
- Quick Start: quick-start.md
- Installation: installation.md
- Configuration: configuration.md
- Usage:
- Overview: usage/overview.md
- Job Board: usage/job-board.md
- CLI: usage/cli.md
- API: usage/api.md
- State: usage/state.md
- SCIM: usage/scim.md
- Pull Deployment: usage/pull-deployment.md
- Forge Integration: usage/integration.md
- Actions: usage/actions.md
- Caches: usage/caches.md
- Cache NARs: usage/cache-nars.md
- Closure View: usage/closure-view.md
- Development:
- Architecture: development/architecture.md
- Internals: development/internals.md
- Eval Worker Setup: development/eval-worker.md
- Migrations: migrations.md
- Proto: development/proto.md
- Scheduler Scoring: development/scheduler-scoring.md
- Evaluation Metrics: development/eval-metrics.md
- Tests: development/tests.md
- GitHub App setup: development/github-app-setup.md
- Contributing: development/contributing.md
plugins:
- search
- mermaid2
markdown_extensions:
- admonition
- toc:
permalink: true
- fenced_code
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences