-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (51 loc) · 1.47 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (51 loc) · 1.47 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: OpenML Server
site_url: https://openml.github.io/server-api
repo_name: openml/server-api
repo_url: https://github.com/openml/server-api
theme:
name: material
features:
- content.code.copy
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
nav:
- OpenML Server:
- index.md
- Migration Guide: migration.md
- Roadmap: roadmap.md
- Deployment:
- installation.md
- Development:
- Project Overview: development/project_overview.md
- Guides:
- "Getting Started": development/setup.md
- "Writing Code": development/code.md
- "Writing Tests": development/tests.md
- "CI/CD": development/CI_CD.md
- "Documentation": development/documentation.md
- Database:
- development/database/index.md
- openml: development/database/openml.md
- openml_expdb: development/database/openml_expdb.md
- Contributing:
- contributing/index.md
- Code of Conduct: contributing/code_of_conduct.md
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
- tables
plugins:
- search
- section-index