forked from reanahub/docs.reana.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (49 loc) · 1.13 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
# Project information
site_name: 'Documentation'
site_description: 'REANA documentation web site'
site_url: 'https://docs.reana.io'
# Repository
repo_name: 'reanahub/docs.reana.io'
repo_url: 'https://github.com/reanahub/docs.reana.io'
# Copyright
copyright: 'Copyright © 2019-2022 CERN'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'white'
font:
text: 'Open Sans'
code: 'Roboto Mono'
logo: 'images/logo-reana.svg'
favicon: 'images/favicon.ico'
feature:
tabs: true
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/reanahub'
- type: 'twitter'
link: 'https://twitter.com/reanahub'
- type: 'comments'
link: 'https://forum.reana.io'
- type: 'globe'
link: 'http://www.reana.io'
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.details # collapsible admonitions
- pymdownx.superfences # allows nesting of code blocks inside admonitions
- attr_list
# Plugins
plugins:
- search
- awesome-pages:
collapse_single_pages: true