From 40c14e38066a47e6408ad36ecb9cb1348cd12095 Mon Sep 17 00:00:00 2001 From: Phoebe Lartisant Date: Tue, 20 Aug 2024 16:13:27 +0200 Subject: [PATCH] fix build --- docs/deweb/getting-started/overview.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/deweb/getting-started/overview.mdx b/docs/deweb/getting-started/overview.mdx index d17750f1..57be8d16 100644 --- a/docs/deweb/getting-started/overview.mdx +++ b/docs/deweb/getting-started/overview.mdx @@ -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 @@ -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). \ No newline at end of file +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 +- build a truly decentralized dApp + +For detailed instructions, see [upload a website to DeWeb](../cli/overview) \ No newline at end of file