-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
executable file
·60 lines (60 loc) · 1.49 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
53
54
55
56
57
58
59
60
site_name: CADD Vault
theme:
icon:
repo: fontawesome/brands/github
name: material
language: en
font:
text: Quicksand
palette:
- media: (prefers-color-scheme)
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: images/caddvault_white_logo.svg
favicon: images/caddvault_white_logo.svg
features:
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- search.share
repo_url: https://github.com/DrugBud-Suite/CADD_Vault
extra:
analytics:
provider: google
property: G-DDYHHCRM5R
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of the CADD Vault and whether users
find what they're searching for. With your consent, you're helping us to
make the CADD Vault better.
actions:
- accept
- reject
- manage
plugins:
- privacy
- search
copyright: >
Copyright © 2024 Antoine Lacour –
<a href="#__consent">Change cookie settings</a>