forked from dynotx/liminal-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (50 loc) · 1.3 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
site_name: Liminal ORM
site_url: https://dynotx.github.io/liminal-orm/
nav:
- index.md
- Guides:
- guides/prerequisites.md
- guides/installation.md
- guides/initializing-your-repo.md
- guides/first-migration.md
- guides/downgrading.md
- SOP - Benchling change management: guides/sop-benchling-change-management.md
- Code Documentation:
- Benchling:
- code/benchling-service.md
- code/dropdowns.md
- code/entity-schemas.md
- Case Studies:
- case_studies/dynotx.md
theme:
name: material
logo: assets/logo.png
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.copy
- content.code.select
- search.suggest
- search.share
- search.highlight
- content.tabs.link
- toc.integrate
- header.autohide
repo_url: https://github.com/dynotx/liminal-orm
repo_name: dynotx/liminal-orm