Skip to content

Commit

Permalink
📖 docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Nascimento committed Mar 17, 2024
1 parent e9f9c11 commit 96bc1b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The FogLedger is a plugin for [Fogbed](https://github.com/larsid/fogbed). It allows you to emulate a fog network with distributed ledgers.

Currently, FogLedger has suport for Hyperledger Indy. It's a distributed ledger, purpose-built for decentralized identity. It provides tools, libraries, and reusable components for creating and using independent digital identities rooted on blockchains or other distributed ledgers so that they are interoperable across administrative domains, applications, and any other silo. Indy is interoperable with other blockchains or can be used standalone powering the decentralization of identity.
This FogLedger has suport for Hyperledger Indy. It's a distributed ledger, purpose-built for decentralized identity. It provides tools, libraries, and reusable components for creating and using independent digital identities rooted on blockchains or other distributed ledgers so that they are interoperable across administrative domains, applications, and any other silo. Indy is interoperable with other blockchains or can be used standalone powering the decentralization of identity.

With FogLedger you can create a network of nodes running Hyperledger Indy. A emulation can have multiple networks of nodes running different distributed ledgers. FogLedger is a plugin for Fogbed, so you can use all the features of Fogbed to emulate your fog network, such as in the Figure below.

Expand Down
17 changes: 7 additions & 10 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: FogLedger
site_name: FogLedger Indy

theme:
name: material
Expand Down Expand Up @@ -60,12 +60,9 @@ markdown_extensions:
nav:
- Introduction: 'index.md'
- Getting started: 'quickstart.md'

- DLTs:
- Hyperledger Indy:
- Emulation:
- Local Emulation: 'indy/examples/test-local-network.md'
- Using Webserver: 'indy/examples/test-local-webserver-network.md'
- Distributed Emulation: 'indy/examples/test-distributed-network.md'
- Resources:
- Webserver: 'indy/resources/webserver.md'
- Emulation:
- Local Emulation: 'indy/examples/test-local-network.md'
- Using Webserver: 'indy/examples/test-local-webserver-network.md'
- Distributed Emulation: 'indy/examples/test-distributed-network.md'
- Resources:
- Webserver: 'indy/resources/webserver.md'

0 comments on commit 96bc1b7

Please sign in to comment.