forked from kees-z/DuplicatiDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
87 lines (75 loc) · 2.63 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
# Project information
site_name: "Duplicati 2 User's Manual"
site_description: 'Documentation for Duplicati 2'
site_author: 'K. Zaaijer'
site_url: 'https://www.duplicati.com/'
# Repository
repo_name: 'kees-z/DuplicatiDocs'
repo_url: 'https://github.com/kees-z/DuplicatiDocs/'
# Copyright
copyright: 'Copyright © 2016 - 2020 The Duplicati Team'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'duplicatilogo.png'
favicon: 'favicon.ico'
feature:
tabs: false
# Customization
extra:
social:
- type: 'edge'
link: 'https://www.duplicati.com'
icon: 'fontawesome/regular/newspaper'
- type: 'comment'
link: 'https://forum.duplicati.com'
icon: 'fontawesome/regular/comment'
- type: 'github'
link: 'https://github.com/duplicati/duplicati'
icon: 'fontawesome/brands/github'
- type: 'google-plus'
link: 'https://plus.google.com/105271984558189185842'
icon: 'fontawesome/brands/google-plus'
- type: 'facebook'
link: 'http://www.facebook.com/pages/Duplicati/105118456272281'
icon: 'fontawesome/brands/facebook'
- type: 'donate'
link: 'https://www.duplicati.com/donate'
icon: 'fontawesome/regular/credit-card'
# Google Analytics
google_analytics:
- 'UA-XXXXXXXX-X'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Home: index.md
- Manual:
- Introduction: 01-introduction.md
- Installation: 02-installation.md
- Using the Graphical User Interface: "03-using-the-graphical-user-interface.md"
- Using Duplicati from the Command Line: "04-using-duplicati-from-the-command-line.md"
- Storage Providers: "05-storage-providers.md"
- Advanced Options: "06-advanced-options.md"
- Other Command Line Utilities: "07-other-command-line-utilities.md"
- Disaster Recovery: "08-disaster-recovery.md"
- Articles:
- "How the Backup Process Works": "appendix-a-how-the-backup-process-works.md"
- "How the Restore Process Works": "appendix-b-how-the-restore-process-works.md"
- "Choosing Sizes in Duplicati": "appendix-c-choosing-sizes-in-duplicati.md"
- "Filters": "appendix-d-filters.md"
- "How We Get Along With OAuth": "appendix-e-how-we-get-along-with-oauth.md"
- "Example Scripts": "appendix-g-example-scripts.md"
- "License Agreement": "appendix-f-license-agreement.md"