forked from Consensys/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
90 lines (82 loc) · 2.68 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
88
89
90
# Copyright 2018 ConsenSys AG.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
# Project information
site_name: Orion
site_url: https://docs.orion.pegasys.tech/en/latest/
site_description: Orion Transaction Manager documentation.
site_author: Orion community
copyright: Orion and its documentation are licensed under Apache 2.0 license /
This <a href="https://readthedocs.org/">Readthedocs.org</a> documentation is maintained with love by <a href="https://pegasys.tech/">PegaSys</a>.
#extra project info and template customisation
extra:
support:
gitter: https://gitter.im/PegaSysEng/orion
email: [email protected]
pegasys_website: https://pegasys.tech/
google:
analytics_id: 'UA-117921923-3'
site_verification: 'mB1S8j-y6oz3sfp36Q81dzMFyM7WEU5GHCImddGCqu8'
# Repository
repo_name: PegaSysEng/orion
repo_url: https://github.com/PegaSysEng/orion
theme:
name: material
custom_dir: docs/custom_theme
palette:
primary: deep-purple
accent: teal
favicon: favicon.ico
logo: orion_logo.svg
nav:
- Installation:
- Dependencies: Installation/Dependencies.md
- Install Binary Distribution: Installation/Install-Binaries.md
- Build from Source: Installation/Build-From-Source.md
- Using Orion:
- Getting Started: Getting-Started/Quickstart.md
- Configuring Orion:
- Configuration File: Configuring-Orion/Configuration-File.md
- TLS: Configuring-Orion/TLS.md
- Disaster Recovery: Configuring-Orion/Disaster-Recovery.md
- Disaster Recovery Examples: Configuring-Orion/Backup-Example.md
- Reference:
- Orion Command Line: Reference/Orion-CLI-Syntax.md
- Client API Methods: Reference/API-Methods.md
markdown_extensions:
- toc:
permalink:
toc_depth: 3
- pymdownx.highlight:
- markdown_include.include:
base_path: docs
- admonition
- footnotes
- def_list
- abbr
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.keys
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- meta
- smarty
plugins:
- search