Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Aug 20, 2024
1 parent 0d6cea9 commit 40c14e3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/deweb/getting-started/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Running a DeWeb server locally allows you to:
- Browse decentralized websites directly from the blockchain.
- Ensure complete privacy and autonomy in accessing on-chain data.

For detailed instructions, see [Setting up a Local Server](./setup-local-server).
For detailed instructions, see [Setting up a Local Server](../local-server-config/setup-local-server).

### Becoming a Provider

Expand All @@ -36,4 +36,14 @@ Becoming a provider of DeWeb lets you:
- Offer a gateway to the decentralized web for users on any platform (PC, mobile, tablet) without requiring them to install any software on their device.
- Manage a public-facing service with custom configurations.

For detailed instructions, see [Becoming a Provider](./setup-public-instance).
For detailed instructions, see [Becoming a Provider](../provider/setup-public-instance).

### Uploading a website

Uploading a website to the DeWeb lets you:

- host on-chain frontends
- protect buisness from DNS hacks

Check failure on line 46 in docs/deweb/getting-started/overview.mdx

View workflow job for this annotation

GitHub Actions / misspell

[misspell] docs/deweb/getting-started/overview.mdx#L46

"buisness" is a misspelling of "business"
Raw output
./docs/deweb/getting-started/overview.mdx:46:10: "buisness" is a misspelling of "business"
- build a truly decentralized dApp

For detailed instructions, see [upload a website to DeWeb](../cli/overview)

0 comments on commit 40c14e3

Please sign in to comment.