From f59bd64c7c55a6c376255cb58eadf68d38bd9769 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 4 Mar 2022 15:26:18 +0800 Subject: [PATCH] doc: move development section to the bottom --- doc/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/README.md b/doc/README.md index 90d1b75e8..69284d8e4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -16,16 +16,14 @@ ### Deployment * [Helm Chart Deployment](deployment/helm-chart.md) -### Development -* [Adding New Exchange](development/adding-new-exchange.md) - Check lists for adding new exchanges -* [KuCoin Command-line Test Tool](development/kucoin-cli.md) - Kucoin command-line tools -* [SQL Migration](development/migration.md) - Adding new SQL migration scripts -* [Release Process](development/release-process.md) - How to make a new release - ### Strategies * [Grid](strategy/grid.md) - Grid Strategy Explanation * [Interaction](strategy/interaction.md) - Interaction registration for strategies * [Price Alert](strategy/pricealert.md) - Send price alert notification on price changes * [Support](strategy/support.md) - Support strategy that buys on high volume support - +### Development +* [Adding New Exchange](development/adding-new-exchange.md) - Check lists for adding new exchanges +* [KuCoin Command-line Test Tool](development/kucoin-cli.md) - Kucoin command-line tools +* [SQL Migration](development/migration.md) - Adding new SQL migration scripts +* [Release Process](development/release-process.md) - How to make a new release