This repository was archived by the owner on Mar 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (73 loc) · 1.76 KB
/
Copy pathmkdocs.yml
File metadata and controls
79 lines (73 loc) · 1.76 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
71
72
73
74
75
76
77
78
79
site_name: "olinkWrapper"
site_author: Jyotirmoy Das
site_description: "A Shiny app for Olink data analysis"
site_url: "https://jd2112.github.io/ShinyOlink"
repo_url: "https://github.com/JD2112/ShinyOlink"
theme:
name: material
custom_dir: docs/overrides
palette:
primary: blue grey
accent: blue
font:
text: Inter
code: Fira Code
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.sections
- navigation.top
- content.code.annotate
- content.tabs.link
- navigation.tabs
- search.suggest
- search.highlight
- toc.integrate
- content.action.edit
- content.code.copy
- versioning
- icons
plugins:
- search
- mike
markdown_extensions:
- admonition
- abbr
- attr_list
- pymdownx.details
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji
- pymdownx.extra
- pymdownx.arithmatex:
generic: true
- codehilite
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Manual : chapter1.md
- Olink Proteomics: chapter2.md
- Technical Background: chapter3.md
- FAQs: chapter4.md
# - Chapter 5: chapter5.md
# - Chapter 6: chapter6.md
# - Chapter 7: chapter7.md
# - Chapter 8: chapter8.md
extra:
version:
provider: mike
current_year: !!python/object/apply:str ["2025"]
extra_css:
- styles/extra.css
extra_javascript:
- https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:wght@400;600&display=swap
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_CHTML