IA: add more interlinking / 'See Also' to concepts

This commit is contained in:
mDuo13
2019-07-31 17:14:21 -07:00
parent 1c48e838b1
commit 1b16b460b6
11 changed files with 125 additions and 14 deletions

View File

@@ -26,9 +26,18 @@ The history of all ledgers is shared by servers agreeing to keep particular rang
## See Also
- [Configure History Sharding](configure-history-sharding.html)
- [download_shard method][]
- [crawl_shards method][]
- **Concepts:**
- [Ledgers](ledgers.html)
- [Introduction to Consensus](intro-to-consensus.html)
- **Tutorials:**
- [Capacity Planning](capacity-planning.html)
- [Configure `rippled`](configure-rippled.html)
- [Configure History Sharding](configure-history-sharding.html)
- **References:**
- [crawl_shards method][]
- [download_shard method][]
- [Peer Crawler](peer-crawler.html)
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}

View File

@@ -50,6 +50,24 @@ Online deletion **does not** delete from the shard store. However, if you config
For more information, see [Configure History Sharding](configure-history-sharding.html).
## See Also
- **Concepts:**
- [Ledgers](ledgers.html)
- [Introduction to Consensus](intro-to-consensus.html)
- **Tutorials:**
- [Configure `rippled`](configure-rippled.html)
- [Configure Online Deletion](configure-online-deletion.html)
- [Configure Advisory Deletion](configure-advisory-deletion.html)
- [Configure History Sharding](configure-history-sharding.html)
- [Configure Full History](configure-full-history.html)
- **References:**
- [ledger method][]
- [server_info method][]
- [ledger_request method][]
- [can_delete method][]
- [ledger_cleaner method][]
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}
{% include '_snippets/tx-type-links.md' %}

View File

@@ -109,11 +109,22 @@ When it comes time for online deletion, the server first walks through the oldes
## See Also
- [Capacity Planning](capacity-planning.html)
- [can_delete method][] - API reference documentation
- [Configure Online Deletion](configure-online-deletion.html)
- [Configure Advisory Deletion](configure-advisory-deletion.html)
- [Configure Full History](configure-full-history.html)
- **Concepts:**
- [Ledgers](ledgers.html)
- [Introduction to Consensus](intro-to-consensus.html)
- **Tutorials:**
- [Capacity Planning](capacity-planning.html)
- [Configure `rippled`](configure-rippled.html)
- [Configure Online Deletion](configure-online-deletion.html)
- [Configure Advisory Deletion](configure-advisory-deletion.html)
- [Configure History Sharding](configure-history-sharding.html)
- [Configure Full History](configure-full-history.html)
- **References:**
- [ledger method][]
- [server_info method][]
- [ledger_request method][]
- [can_delete method][]
- [ledger_cleaner method][]
<!--{# common link defs #}-->