Skip to content

Commit

Permalink
docs: implemented Mary's suggestions (cosmos#4775)
Browse files Browse the repository at this point in the history
* docs: implemented Mary's suggestions

* imp(docs): updated the large IBC logo

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
srdtrk and crodriguezvega committed Sep 28, 2023
1 parent ecb9d99 commit 9c72121
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 97 deletions.
4 changes: 2 additions & 2 deletions docs/docs/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sidebar_position: 0

# IBC-Go Documentation

Welcome to the IBC-Go documentation!
Welcome to the documentation for IBC-Go, the Golang implementation of the Inter-Blockchain Communication Protocol! Looking for information on ibc-rs? [Click here to go to the ibc-rs github repo](https://github.com/cosmos/ibc-rs).

The Inter-Blockchain Communication protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology.

IBC is a protocol that allows blockchains to talk to each other.
IBC is a protocol that allows blockchains to talk to each other. Chains that speak IBC can share arbitrary data, enabling the industry’s most feature-rich cross-chain interactions. IBC is secure and permissionless.

The protocol realizes this interoperability by specifying a set of data structures, abstractions, and semantics that can be implemented by any distributed ledger that satisfies a small set of requirements.

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "IBC-Go Documentation",
title: "IBC-Go",
tagline: "Documentation for IBC-Go",
favicon: "img/white-cosmos-icon.svg",

Expand Down
5 changes: 5 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ const sidebars = {
label: "Awesome Cosmos",
href: "https://github.com/cosmos/awesome-cosmos",
},
{
type: "link",
label: "ibc-rs",
href: "https://github.com/cosmos/ibc-rs",
},
],
},
],
Expand Down
Loading

0 comments on commit 9c72121

Please sign in to comment.