-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
98 lines (88 loc) · 2.46 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
site_name: Certificate of Participation
site_url: https://pioneershub.github.io/participation_certificate/
site_author: Alexander Hendorf
site_description: >-
Certificate of Participation: Create thousands of signed, secure PDFs that easy to validate.
# Repository
repo_name: PioneersHub/participation_certificate
repo_url: https://github.com/PioneersHub/participation_certificate
#
nav:
- Design & Ship PDFs at Ease: index.md
- installation.md
- walkthrough.md
- Best Practices: bestpractice.md
- License: license.md
- Pioneers Hub website: https://pioneershub.org/
theme:
name: material
icon:
logo: fontawesome/solid/certificate
language: en
palette:
primary: custom
features:
- navigation.instant
site_url: https://pioneershub.github.io/participation_certificate/
markdown_extensions:
- attr_list
- admonition
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¤"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css
plugins:
- social:
cards_layout_options:
background_color: "#ffffff"
color: "#000000"
- search
- tags
- glightbox
- open-in-new-tab
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- manage
version:
provider: mike
default: stable
# custom config for social cards customisation
social_cards:
dirs:
# relative paths from the repository root
cache_dir: "./.cache/plugin/social"
site_dir: "./site/assets/images/social"
# convention, rename your logo accordingly
logo_path: "./docs/assets/images/social_card_logo.png"
hooks:
- scripts/hook_copyright_year.py
- scripts/hook_add_logo_to_social_cards.py
# Copyright
copyright: >
Copyright © 2024 Pioneers Hub gGmbH –
<a href="#__consent">Change cookie settings</a>