-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.73 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
site_name: 'Relax-and-Recover (ReaR) User Guide Documentation'
site_description: 'Reference documentation for Relax-and-Recover (ReaR)'
theme:
name: 'readthedocs'
custom_dir: rear_theme/
highlightjs: true
hljs_languages:
- yaml
- rust
docs_dir: docs/
site_dir: site/
repo_name: 'rear/rear-user-guide'
repo_url: 'https://github.com/rear/rear-user-guide'
copyright: 'Copyright 2024 - CC0 1.0 Universal'
extra_css:
- css/rear.css
google_analytics:
- '366986045'
- 'auto'
use_directory_urls: false
edit_uri: ''
markdown_extensions:
- admonition:
- toc:
permalink: True
separator: "_"
- markdown_fenced_code_tabs:
single_block_as_tab: False
active_class: 'active'
template: 'default'
plugins:
- search:
min_search_length: 2
- redirects:
nav:
- index.md
- WELCOME:
- 'Get started!': 'welcome/index.md'
- BASICS:
- 'Introduction': 'basics/introduction.md'
- 'Bit of History': 'basics/history.md'
- 'Getting started with ReaR': 'basics/getting-started.md'
- 'Basic configuration': 'basics/configuration.md'
- 'Example of BACKUP=NETFS': 'basics/backup_netfs.md'
- SCENARIOS:
- 'Scenarios Overview': 'scenarios/index.md'
- DEVELOPMENT:
- 'Make a pull request with GitHub': 'development/github-pr.md'
- RELEASE NOTES:
- 'Release Notes': 'releasenotes/index.md'
- 'Release Notes ReaR 2.8': 'releasenotes/rear28.md'
- 'Release Notes ReaR 2.7': 'releasenotes/rear27.md'
- 'Release Notes ReaR 2.6': 'releasenotes/rear26.md'
- 'Known Problems and Workarounds': 'releasenotes/knownproblems.md'
- ISSUES:
- 'Issues History': 'issues/index.md'
- LEGAL:
- 'Contributing': 'legal/contributing/index.md'
- 'License': 'legal/license/index.md'