diff --git a/README.md b/README.md index 783f1546059f5558e0010b90962e6dbf43fb4902..01a194942c7b2bd76d33ae42ec14260797086be1 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ silkaj -ep <hostname>:<port>/<path> <sub-command> - Certification emission - Membership emission - Revocation file handling -- [DeathReaper: exclusions reports on Discourse forums](https://silkaj.duniter.org/deathreaper/) +- [DeathReaper: exclusions reports on Discourse forums](https://silkaj.duniter.org/usage/deathreaper/) ### Authentication @@ -106,7 +106,7 @@ silkaj -ep <hostname>:<port>/<path> <sub-command> ## Wrappers -- [Multi-recipients transfers and automation](https://silkaj.duniter.org/multi-recipients_transfers_and_automation) +- [Multi-recipients transfers and automation](https://silkaj.duniter.org/usage/multi-recipients_transfers_and_automation) - [Transaction generator written in Shell](https://gitlab.com/jytou/tgen) - [Äž1Cotis](https://git.duniter.org/matograine/g1-cotis) - [G1pourboire](https://git.duniter.org/matograine/g1pourboire) diff --git a/docs/usage.md b/docs/usage.md deleted file mode 100644 index 26844248c2c2f468bd44ce6d02c38543639dff7c..0000000000000000000000000000000000000000 --- a/docs/usage.md +++ /dev/null @@ -1,3 +0,0 @@ -# Usage - -Documentation to be written. diff --git a/docs/deathreaper.md b/docs/usage/deathreaper.md similarity index 96% rename from docs/deathreaper.md rename to docs/usage/deathreaper.md index bee446f1e20388e42b25b94f654827f671946c84..781b0098019f5ae2e72cbcc0eabebd2f914e3a84 100644 --- a/docs/deathreaper.md +++ b/docs/usage/deathreaper.md @@ -1,7 +1,7 @@ # DeathReaper <center> - + </center> DeathReaper is a service reporting Web of Trust exclusions on [Discourse forums](https://www.discourse.org/). diff --git a/docs/usage/index.md b/docs/usage/index.md new file mode 100644 index 0000000000000000000000000000000000000000..2b4b5717bf1665087ecd6be30a0239bf883db0c1 --- /dev/null +++ b/docs/usage/index.md @@ -0,0 +1,4 @@ +# Usage + +- [Multi-recipients transfers and automation](multi-recipients_transfers_and_automation.md) +- [DeathReaper](deathreaper.md) diff --git a/docs/multi-recipients_transfers_and_automation.md b/docs/usage/multi-recipients_transfers_and_automation.md similarity index 100% rename from docs/multi-recipients_transfers_and_automation.md rename to docs/usage/multi-recipients_transfers_and_automation.md diff --git a/mkdocs.yml b/mkdocs.yml index 95d6998d2d6f5a1fbde30924860934012e1c5191..6d59141a37f125e7a352e61cfd9726eddcdf8de0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,9 +49,9 @@ nav: - Home: index.md - Installation: install.md - Usage: - - usage.md - - multi-recipients_transfers_and_automation.md - - DeathReaper: deathreaper.md + - usage/index.md + - usage/multi-recipients_transfers_and_automation.md + - DeathReaper: usage/deathreaper.md - Blog: - blog/index.md - Changelog: changelog.md