Skip to content

Commit 93b7ee9

Browse files
committed
Added a table of contents to the top of the page
1 parent aa27e53 commit 93b7ee9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

guide/payments/send.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,19 @@ layout = "full-width"
117117
%}
118118

119119
# Sending bitcoin
120+
{:.no_toc}
120121

121122
Sending bitcoin is one of the most essential user activities in a bitcoin application, and also one of the least structured ones. People may want to send bitcoin to a known contact, transfer it to another wallet on a different device, or make a purchase via a [payment processor]({{ '/guide/getting-started/software/#payment-processors' | relative_url }}).
122123

124+
---
125+
126+
<div class="glossary-toc" markdown="1">
127+
* Table of contents
128+
{:toc}
129+
</div>
130+
131+
---
132+
123133
## Payment entry points
124134

125135
The need to send bitcoin can be triggered by many different use cases, and initiated by both sender and receiver. Common entry points are:

0 commit comments

Comments
 (0)