-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (69 loc) · 2.01 KB
/
mkdocs.yml
File metadata and controls
79 lines (69 loc) · 2.01 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: Constituency Portal Documentation
site_description: Documentation for CERT.at Constituency Portal
repo_url: https://github.com/certat/tuency-docs
repo_name: certat/tuency-docs
edit_uri: edit/main/docs/
# site_url: https://tuency.cert.at/docs/
copyright: |
<p><b>CERT.at - Computer Emergency Response Team Austria</b></p>
<p class="footer__content">
<div>
<span class="dash-after">Tel.: +43 1 5056416 78</span>
<span class="dash-after">Email: team@cert.at</span>
<span>Incident Reports: reports@cert.at</span>
</div>
<div class="footer__legal">
<a class="dash-after" href="https://cert.at/" title="Home Page">Home Page</a>
<a class="dash-after" href="https://cert.at/en/about-us/imprint/" title="Imprint">Imprint</a>
<a class="dash-after" href="https://cert.at/en/about-us/contact/" title="Contact">Contact</a>
<a href="https://cert.at/en/about-us/privacy-policy/" title="Privacy Policy">Privacy Policy</a>
</div>
</p>
Copyright © 2024 CERT.at GmbH
theme:
name: material
features:
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- navigation.footer
- content.action.edit
- content.tooltips
palette:
primary: custom
accent: custom
font:
text: Exo 2
logo: logo/cert-at.png
favicon: https://tuency.cert.at/favicon.ico
plugins:
- privacy
- search
- glightbox
extra_css:
- styles/customization.css
extra_javascript:
- js/banner.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/certat
name: CERT.at on Github
markdown_extensions:
- admonition
- abbr
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- toc:
permalink: true
title: On this page
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
watch:
- includes/abbreviations.md