forked from jupyter-server/pycrdt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (34 loc) · 769 Bytes
/
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
site_name: pycrdt
site_description: CRDTs based on Yrs
repo_url: https://github.com/jupyter-server/pycrdt
theme:
name: 'material'
palette:
- scheme: default
primary: 'black'
accent: 'black'
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
primary: 'black'
accent: 'black'
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- navigation.sections
- search.suggest
- search.highlight
- content.code.annotate
- content.code.copy
nav:
- Overview: index.md
- install.md
- usage.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences