feat: migrate to docusaurus (#13471)

This commit is contained in:
Julien Robert
2022-10-10 14:01:53 +00:00
committed by GitHub
parent 7167371f87
commit a74989ddf4
226 changed files with 30164 additions and 9948 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Server
The `server` package is responsible for providing the mechanisms necessary to
start an ABCI Tendermint application and provides the CLI framework (based on [cobra](github.com/spf13/cobra))
start an ABCI Tendermint application and provides the CLI framework (based on [cobra](https://github.com/spf13/cobra))
necessary to fully bootstrap an application. The package exposes two core functions: `StartCmd`
and `ExportCmd` which creates commands to start the application and export state respectively.