docs: Docs theme bump, Algolia DocSearch (#7164)

* bump docs theme to 1.0.171

* Fix typo, chinese character in URL
* update dead doc links

* bump docs theme to 1.0.172

* [favicons] add favicons

Co-authored-by: vms <vince19972@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Cyrus Goh
2020-08-25 20:10:20 +00:00
committed by GitHub
co-authored by vms Federico Kunze
parent 7b52911b2a
commit d9fd4d2ca9
15 changed files with 94 additions and 8 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ Cosmos SDK 是一个框架,可以促进基于 Tendermint 的安全状态机的
`baseapp` 是 Cosmos SDK 应用程序的样本实现,它拥有能够处理和底层共识引擎的连接的 ABCI 实现。通常,Cosmos SDK 应用程序通过嵌入[`app.go`](https://docs.cosmos.network/master/basics/app-anatomy.html#core-application-file)来实现拓展。查看示例请参考 SDK 应用教程:
+++ https://github.com/cosmos/sdk-tutorials/blob/c6754a1e313eb1ed973c5c91dcc606f2fd288811/app.go#L72-L9
+++ https://github.com/cosmos/sdk-tutorials/blob/c6754a1e313eb1ed973c5c91dcc606f2fd288811/app.go
`baseapp` 的目标是在存储和可拓展状态机之间提供安全的接口,同时尽可能少地定义状态机(对 ABCI 保持不变)。
@@ -31,7 +31,7 @@ Cosmos SDK 的强大之处在于其模块化开发的理念。SDK 应用程序
以下的简化视图展示了应用链中的每个全节点如何处理有效区块中的 Transaction。
```
```md
+
|
| Transaction relayed from the full-node's Tendermint engine