mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads
This commit is contained in:
parent
25acab7584
commit
f368d38e04
27 changed files with 331 additions and 20 deletions
|
@ -2,10 +2,13 @@
|
|||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
{% assign filename="_includes/example_payment_processing.md" %}
|
||||
|
||||
## Payment Processing
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
### Payment Protocol
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -36,6 +39,7 @@ custom example URIs and payment requests for use with testnet.
|
|||
{% endautocrossref %}
|
||||
|
||||
#### PaymentRequest & PaymentDetails
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -62,6 +66,7 @@ programming languages. You will also need a copy of the PaymentRequest
|
|||
{% endautocrossref %}
|
||||
|
||||
##### Initialization Code
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -93,6 +98,7 @@ functions created by `protoc`.
|
|||
{% endautocrossref %}
|
||||
|
||||
##### Configuration Code
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -243,6 +249,7 @@ later.
|
|||
{% endautocrossref %}
|
||||
|
||||
##### Code Variables
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -346,6 +353,7 @@ payment as part of a cryptographically-proven receipt.
|
|||
{% endautocrossref %}
|
||||
|
||||
##### Derivable Data
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -432,6 +440,7 @@ same hashing formula we specified in `pki_type` (sha256 in this case)
|
|||
{% endautocrossref %}
|
||||
|
||||
##### Output Code
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue