From 05733d6067cd86b30af322a0e567bd0b9c0f6c84 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Tue, 8 May 2018 23:35:36 -0700 Subject: [PATCH] updated config for admin methods --- .../admin-rippled-methods.md | 8 +- dactyl-config.yml | 158 +++++++++++++++++- 2 files changed, 161 insertions(+), 5 deletions(-) diff --git a/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md b/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md index c03ab1afc3..7be65727a3 100644 --- a/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md +++ b/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md @@ -7,14 +7,14 @@ Admin methods are meant only for trusted personnel in charge of keeping the serv Admin commands are available only if you connect to `rippled` on a host and port that the `rippled.cfg` file identifies as admin. By default, the commandline client uses an admin connection. -* **[Key Generation Methods](x)** +* **[Key Generation Methods](key-generation-methods.html)** -* **[Logging and Data Management Methods](x)** +* **[Logging and Data Management Methods](logging-and-data-management-methods.html)** -* **[Server Control Methods](x)** +* **[Server Control Methods](server-and-control-methods.html)** -* **[Status and Debugging Methods](x)** +* **[Status and Debugging Methods](status-and-debugging-methods.html)** diff --git a/dactyl-config.yml b/dactyl-config.yml index d75eb76d6f..9ebea8c7ef 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -586,7 +586,7 @@ pages: funnel: Docs doc_type: References supercategory: rippled API - category: Public rippled Methods + category: Admin rippled Methods subcategory: Key Generation Methods template: template-landing-children.html targets: @@ -612,6 +612,17 @@ pages: targets: - local + - name: Logging and Data Management Methods + html: logging-and-data-management-methods.html + funnel: Docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Logging and Data Management Methods + template: template-landing-children.html + targets: + - local + - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md html: can_delete.html funnel: Docs @@ -662,6 +673,151 @@ pages: targets: - local + - name: Server Control Methods + html: server-and-control-methods.html + funnel: Docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Server Control Methods + template: template-landing-children.html + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/server-control-methods/connect.md + html: connect.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Server Control Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md + html: ledger_accept.html + funnel: docs + doc_type: References + supercategory: + category: Admin rippled Methods + subcategory: Server Control Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/server-control-methods/stop.md + html: stop.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Server Control Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md + html: validation_seed.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Server Control Methods + targets: + - local + + - name: Status and Debugging Methods + html: status-and-debugging-methods.html + funnel: Docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + template: template-landing-children.html + targets: + - local + + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md + html: consensus_info.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md + html: feature.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md + html: fetch_info.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md + html: get_counts.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/peers.md + html: peers.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md + html: print.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md + html: validator_list_sites.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md + html: validators.html + funnel: docs + doc_type: References + supercategory: rippled API + category: Admin rippled Methods + subcategory: Status and Debugging Methods + targets: + - local + + + # TODO: Subcategory landings and pages for: # - Logging and Data Management Methods (5) # - Server Control Methods (4)