-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (61 loc) · 1.68 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (61 loc) · 1.68 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
site_name: AutoDiscovery
site_url: https://allenai.github.io/asta-autodiscovery
theme:
name: material
palette:
- scheme: asta-light
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: asta-dark
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
font:
text: Manrope
code: JetBrains Mono
logo: assets/images/asta-logo.svg
plugins:
- search
- mkdocstrings:
handlers:
python:
paths:
- packages/code_execution/src
- packages/agents/src
- packages/autodiscovery/src
- packages/autodiscovery_modal/src
- packages/autodiscovery_jobs/src
nav:
- Home: index.md
- Configuration: configuration.md
- Authentication: authentication.md
- Autodiscovery:
- Surprisal Normalization: autodiscovery/surprisal_normalization.md
- Code Execution:
- IPython Session: code_execution/ipython_session.md
- IPython Executor: code_execution/ipython_executor.md
- Modal:
- Sandbox Backend: autodiscovery_modal/sandbox_backend.md
- API Reference:
- AutoDiscovery Modal: api/autodiscovery_modal.md
- Code Execution: api/code_execution.md
- Design:
- Swappable Auth Providers: design/auth-providers.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
extra_css:
- assets/styles/asta.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js