-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmkdocs.yml
More file actions
153 lines (149 loc) · 5.24 KB
/
mkdocs.yml
File metadata and controls
153 lines (149 loc) · 5.24 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
site_name: Lightning Node Management
site_url: https://lightningnode.info/
site_description: A guide to managing Lightning Network nodes
theme:
name: material
palette:
- scheme: slate
primary: amber
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: amber
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
icon:
logo: material/flash
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: es
name: Español
build: true
nav_translations:
Lightning basics: General
Create inbound liquidity: Crear liquidez entrante
Create outbound liquidity: Crear liquidez saliente
Node Types: Tipos de nodo
Merchant: Comercio
Spending: Gasto
Routing: Enrutamiento
Advanced Tools: Herramientas avanzadas
Technicals: Técnicas
Recovery: Recuperación
Privacy: Privacidad
Hardware deployment: Despliegue de hardware
Contact and support: Contacto y apoyo
- locale: hu
name: Magyar
build: true
nav_translations:
Lightning basics: Lightning alapok
Create inbound liquidity: Bejövő likviditás
Create outbound liquidity: Kimenő likviditás
Channel markets: Csatorna piacok
Node Types: Node típusok
Comparison: Összehasonlítás
Merchant: Kereskedő
Spending: Költés
Routing: Útvonalválasztás
Advanced Tools: Haladó eszközök
Fee settings: Díjbeállítások
Watchtower: Őrtorony
Balanced channels: Kiegyenlített csatornák
Technicals: Technikai részletek
Remote connection: Távoli kapcsolat
High onchain fees: Magas onchain díjak
LND database compaction: LND adatbázis tömörítés
LND funds in Electrum: LND alapok Electrumban
VPN tunnels: VPN alagutak
Recovery: Visszaállítás
LND recovery: LND visszaállítás
Core Lightning recovery: Core Lightning visszaállítás
Privacy: Adatvédelem
Resources: Források
Hardware deployment: Hardver telepítés
Recommendations: Ajánlások
Contact and support: Kapcsolat és adományok
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- toc:
permalink: true
nav:
- Lightning basics: index.md
- Create inbound liquidity: createinboundliquidity.md
- Create outbound liquidity: createoutboundliquidity.md
- Channel markets: channelmarkets.md
- Node Types:
- Comparison: node-types/comparison.md
- Merchant: node-types/nodetype.merchant.md
- Spending: node-types/nodetype.spending.md
- Routing: node-types/nodetype.routing.md
- Advanced Tools:
- lnd.conf example: advanced-tools/lnd.conf.md
- Fee settings: advanced-tools/fees.md
- Watchtower: advanced-tools/watchtower.md
- Balanced channels: advanced-tools/balancedchannelcreation.md
- Pool: advanced-tools/pool.md
- Bos Score: advanced-tools/bosscore.md
- Technicals:
- Remote connection: technicals/lightning.connect.md
- High onchain fees: technicals/highonchainfees.md
- LND database compaction: technicals/lnddatabasecompaction.md
- LND funds in Electrum: technicals/restorelndonchainfundsinelectrum.md
- VPN tunnels: technicals/networking.md
- Recovery:
- LND recovery: lndrecovery.md
- Core Lightning recovery: clrecovery.md
- Privacy:
- Resources: privacy/resources.md
- Hardware deployment:
- Recommendations: hardware/recommendations.md
- RaspiBolt: hardware/raspibolt.md
- RaspiBlitz:
- Overview: hardware/raspiblitz.md
- charge-lnd: hardware/raspiblitz/charge-lnd.md
- Balance of Satoshis: hardware/raspiblitz/bos.md
- LND updates: hardware/raspiblitz/lnd.updates.md
- LNDg: hardware/raspiblitz/lndg.md
- Zeus: hardware/raspiblitz/zeus.md
- Stream LND HTLCs: hardware/raspiblitz/stream-lnd-htlcs.md
- TrueNAS:
- Overview: hardware/truenas.md
- Aliases: hardware/truenas/aliases.md
- Balance of Satoshis: hardware/truenas/bos.md
- Lightning Terminal: hardware/truenas/lit.md
- Circuitbreaker: hardware/truenas/circuitbreaker.md
- LNtop: hardware/truenas/lntop.md
- LND notes: hardware/truenas/lnd.md
- LNDg: hardware/truenas/lndg.md
- Stream LND HTLCs: hardware/truenas/stream-lnd-htlcs.md
- Suez: hardware/truenas/suez.md
- Tailscale: hardware/truenas/tailscale.md
- OpenVPN: hardware/truenas/openvpn.md
- Zeus: hardware/truenas/zeus.md
- Contact and support:
- Contact and support: donate/donations.md