-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (53 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
58 lines (53 loc) · 1.23 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: RationAI Python SDK
repo_url: https://github.com/RationAI/rationai-sdk-python
repo_name: rationai-sdk-python
nav:
- Home: index.md
- Learn:
- Get started:
- Quick start: learn/get-started/quick-start.md
- How it works: learn/how-it-works.md
- Reference:
- Client: reference/client.md
- Resources:
- Models: reference/resources/models.md
- Quality control: reference/resources/qc.md
- Types:
- QC types: reference/types/qc.md
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- search.highlight
- search.share
- search.suggest
- toc.follow
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_if_no_docstring: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
extra:
version:
provider: mike