forked from n0-computer/iroh.computer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A slew of cleanups (n0-computer#198)
* fix a bunch of broken links * We have docker images now * Gossip section in the API * Gossip component in more places * Correct Layer / Component terminology in a few places
- Loading branch information
Showing
11 changed files
with
123 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{/* THIS FILE IS GENERATED FROM A TEMPLATE. See scripts/generate-api-pages.js for more */} | ||
import Breadcrumbs from '@/components/Breadcrumbs' | ||
export const metadata = { | ||
title: "gossip subscribe", | ||
description: "Subscribe to a gossip topic" | ||
} | ||
|
||
<div className='not-prose mb-5'> | ||
<Breadcrumbs pages={[ | ||
{ name: 'API', href: '/docs/api', current: false }, | ||
{ name: 'gossip subscribe', href: '/docs/api/gossip-subscribe', current: true }, | ||
]} /> | ||
</div> | ||
|
||
# gossip subscribe | ||
|
||
Subscribe to a gossip topic {{ className: 'lead' }} | ||
|
||
|
||
### Arguments | ||
|
||
| name | necessity | description | | ||
| ---- | --------- | ----------- | | ||
| topic | required | The topic to subscribe to | | ||
| bootstrap | | one or more nodeIDs to bootstrap the subscription (nodes already hosting the topic) | | ||
|
||
|
||
|
||
## Examples | ||
|
||
<CodeGroup title="gossip subscribe"> | ||
```text {{ title: 'console' }} | ||
> gossip subscribe --topic your-topic-name-here | ||
``` | ||
|
||
|
||
|
||
|
||
</CodeGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters