Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads

This commit is contained in:
David A. Harding 2014-12-13 17:35:21 -05:00
parent 25acab7584
commit f368d38e04
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
27 changed files with 331 additions and 20 deletions

View file

@ -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 %}