-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
41 lines (37 loc) · 922 Bytes
/
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
# Project information
site_name: 'impipes'
site_description: 'Build image pipelines in a simple way.'
site_author: 'Rodolfo Ferro'
site_url: 'https://github.com/RodolfoFerro/impipes'
# Navigation
nav:
- Home: index.md
- Getting started: getting-started.md
- Structure:
- Pipes: user-guide/pipes.md
- Examples: examples.md
- Contribute: contribute.md
- License: license.md
# Repository
repo_name: 'RodolfoFerro/impipes'
repo_url: 'https://github.com/RodolfoFerro/impipes'
# Configuration
theme:
name: 'material'
palette:
primary: 'Red'
accent: 'Red'
font:
text: 'Raleway'
code: 'Raleway Mono'
logo:
'logo.svg'
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/RodolfoFerro/'
- type: 'twitter'
link: 'https://twitter.com/FerroRodolfo/'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/rodolfoferro/'