forked from openfun/ralph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (45 loc) · 1.18 KB
/
mkdocs.yml
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
site_name: Ralph
site_url: https://openfun.github.io/ralph/
site_description: A learning events processor to feed your LRS
site_author: Open FUN (France Universite Numerique)
repo_name: openfun/ralph
repo_url: https://github.com/openfun/ralph/
copyright: 2020-present France Université Numérique
theme:
name: material
palette:
primary: deep purple
markdown_extensions:
- attr_list
- mkdocs_click
- smarty
- toc:
permalink: True
separator: "_"
- pymdownx.highlight
- pymdownx.superfences
nav:
- 'Getting started':
- index.md
- 'User guide':
- 'Commands': commands.md
- 'Backends': backends.md
- 'Learning event models':
- 'Rationale': models/index.md
- 'Open edX events': models/edx.md
- 'xAPI events': models/xapi.md
- 'API': api.md
- 'Developer guide':
- 'Contribute': contribute.md
- 'About the project':
- 'Changelog': CHANGELOG.md
- 'License': LICENSE.md
plugins:
- search
- mkdocstrings
- mike:
canonical_version: latest
version_selector: true
extra:
version:
provider: mike