From a8cd36fdf0694f7230e5ffbb4a53635980bc3f43 Mon Sep 17 00:00:00 2001 From: a dwarf <74894662+a-dwarf@users.noreply.github.com> Date: Thu, 24 Nov 2022 17:21:24 +0800 Subject: [PATCH] move bbgo completion to topics --- doc/README.md | 1 + doc/{commands/bbgo_completion.md => topics/bbgo-completion.md} | 0 2 files changed, 1 insertion(+) rename doc/{commands/bbgo_completion.md => topics/bbgo-completion.md} (100%) diff --git a/doc/README.md b/doc/README.md index 869a0a2c5..c9b4f6461 100644 --- a/doc/README.md +++ b/doc/README.md @@ -7,6 +7,7 @@ * [Back-testing](topics/back-testing.md) - How to back-test strategies * [TWAP](topics/twap.md) - TWAP order execution to buy/sell large quantity of order * [Dnum Installation](topics/dnum-binary.md) - installation of high-precision version of bbgo +* [bbgo completion](topics/bbgo-completion.md) - Convenient use of the command line ### Configuration * [Setting up Slack Notification](configuration/slack.md) diff --git a/doc/commands/bbgo_completion.md b/doc/topics/bbgo-completion.md similarity index 100% rename from doc/commands/bbgo_completion.md rename to doc/topics/bbgo-completion.md