-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (70 loc) · 1.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
70 lines (70 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
site_name: Liminal ORM
site_url: https://dynotx.github.io/liminal-orm/
nav:
- Home: index.md
- Getting Started:
- getting-started/prerequisites.md
- getting-started/installation.md
- getting-started/setup.md
- getting-started/first-migration.md
- getting-started/downgrading.md
- getting-started/synchronizing-results-schemas.md
- getting-started/tutorials.md
- Reference:
- reference/benchling-connection.md
- reference/benchling-session.md
- reference/dropdowns.md
- reference/entity-schemas.md
- reference/results-schemas.md
- reference/validation.md
- reference/revision-file.md
- reference/operations.md
- Blog:
- DynoTx Recommended SOP: blog/dynotx-recommended-sop.md
- Contributing:
- contributing.md
- Future Direction:
- future-direction.md
- Release Notes:
- release-notes.md
theme:
name: material
custom_dir: 'docs/theme'
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
- header.autohide
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-Z8YQTKP7B6
repo_url: https://github.com/dynotx/liminal-orm
repo_name: dynotx/liminal-orm