Skip to content

Commit

Permalink
[DREL-242] Remove docs landing page (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonty1 authored Jun 5, 2024
1 parent be9e7d7 commit 8f003ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
sidebar_position: 0
slug: /
---

# What is the Streamr Network
# Overview
The Streamr Network is a peer-to-peer network for publishing and subscribing to data in real-time. Applications use it for _decentralized messaging_, for example sharing data across applications or broadcasting real-time state changes to large audiences. The decentralized nature of the system makes the data transport scalable, robust, secure, tamper proof, and censorship resistant.

The Streamr Network consists of _nodes_ that interconnect peer-to-peer using the Streamr protocol. Together, the nodes in the Network form a topic-based publish-subscribe messaging system. Topics in this messaging system are called streams. The job of the Network is to deliver published streams of messages to all subscribers of that stream.
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const path = require("path")
const config = {
title: "Streamr Docs",
tagline:
"Publish and subscribe to your json based real-time data powered by the decentralized Streamr network.",
"Publish and subscribe to real-time data powered by the decentralized Streamr network.",
url: "https://docs.streamr.network/",
baseUrl: "/",
onBrokenLinks: "warn", // TODO use "throw" instead and fix the broken link (currently the "Provider" class has broken links)
Expand Down
32 changes: 0 additions & 32 deletions docs/src/pages/index.module.css

This file was deleted.

31 changes: 0 additions & 31 deletions docs/src/pages/index.tsx

This file was deleted.

0 comments on commit 8f003ef

Please sign in to comment.