-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (35 loc) · 933 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (35 loc) · 933 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
36
37
38
39
40
41
# 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
- navigation.indexes
- navigation.sections
- navigation.tabs
nav:
- OpenML Server:
- index.md
- Getting Started: installation.md
- Changes: migration.md
- Contributing:
- contributing/index.md
- Setup: contributing/setup.md
- Tests: contributing/tests.md
- Documentation: contributing/documentation.md
- Project Overview: contributing/project_overview.md
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
- tables
plugins:
- search
- section-index