Skip to content

Commit

Permalink
fix: dapp build
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jan 14, 2025
1 parent b5e25da commit edefe15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ link checker in `package.json`._
### Documentation structure

`docs` folder contains markdown files of the documentation. Each subfolder
represents a documentation **part** (general, node, dApp, paratime, core etc.).
represents a documentation **part** (general, node, build, paratime, core etc.).
Each markdown file inside a part corresponds to a **chapter** (subchapter for a
markdown file inside a subfolder) and each subtitle of a chapter is called a
**section** (subsection etc.).
Expand Down Expand Up @@ -225,7 +225,7 @@ and their usage including the articles:
The consensus layer only supports the Ed25519 signature scheme.
- Emerald
- dApp
Emerald supports writing dApps. DApp is a modern distributed application.
Sapphire supports writing dApps. DApp is a modern distributed application.
- key manager
- key manager node
- Mainnet
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const config: Config = {
],
},
{
title: 'dApp',
title: 'Build',
items: [
{
label: 'Testnet Faucet',
Expand Down

0 comments on commit edefe15

Please sign in to comment.