docs: fix broken TOC in Tor docs

- Remove TOC entries of removed docs sections
- Add hint about complete inbound connection docs section after command
  examples for inbound connections to prevent people from overseeing the
  listen=localhost flag
This commit is contained in:
Philipp Gillé 2019-03-26 19:26:46 +01:00 committed by GitHub
parent 6ad8be25e1
commit 58a86011cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,6 @@
2. [Getting Started](#getting-started)
3. [Tor Stream Isolation](#tor-stream-isolation)
4. [Listening for Inbound Connections](#listening-for-inbound-connections)
1. [v2 Onion Services](#v2-onion-services)
2. [v3 Onion Services](#v3-onion-services)
## Overview
@ -110,6 +108,8 @@ v2 or v3 onion services:
```shell
⛰ ./lnd --tor.active --tor.v3
```
See [Listening for Inbound Connections](#listening-for-inbound-connections) for
more info about allowing inbound connections via Tor.
Outbound support only can also be used with:
```shell