Skip to content

Commit 51f10a6

Browse files
committed
remove <LegacyCallout /> tags
1 parent f1c18bb commit 51f10a6

39 files changed

+0
-78
lines changed

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ Also, check out [ProtoSchool](https://www.proto.school) for interactive tutorial
3434
## The IPFS project
3535

3636
[Learn all about the IPFS project](/project/), including its history, current state, specifications, and future trajectory — plus, find everything you need to know in order to join the thousands of IPFS contributors from around the world!
37-
38-
<LegacyCallout />

docs/community/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ We're in a lot of places. Here's [how to find them all](social-media) for your f
3434
## Awesome IPFS
3535

3636
Get inspired by [Awesome IPFS](https://awesome.ipfs.io/), a catalog of community-built projects using IPFS for everything from image sharing to decentralized archiving. Have a project of your own to add to Awesome IPFS? Make a PR [in the repo!](https://github.com/ipfs/awesome-ipfs)
37-
38-
<LegacyCallout />

docs/community/irc.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ If you’re new to IRC, there are _lots_ of mobile and desktop clients for worki
2222
- [Textual](https://www.codeux.com/textual/) or [Adium](https://adium.im) on macOS
2323
- [mIRC](http://standaloneinstaller.com/download-mirc) or [HexChat](https://hexchat.github.io) on Windows
2424
- [XChat](http://xchat.org) or [Irssi](https://irssi.org) on Linux
25-
26-
<LegacyCallout />

docs/community/social-media.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ Get your IPFS news in tweet-sized bites. Follow these accounts for the latest:
2323
- [@IPFSbot](https://twitter.com/IPFSbot) for news and other updates
2424
- [@IPFSevents](https://twitter.com/ipfsevents) for info on IPFS-related events
2525
- [@ProtoSchool](https://twitter.com/protoschool) for updates on ProtoSchool chapters and tutorials
26-
27-
<LegacyCallout />

docs/concepts/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@ IPFS aims to be the future of the internet, but it still needs to play well with
5656
## Don't see what you're looking for?
5757

5858
We're adding more documentation all the time and making ongoing revisions to existing docs, but if you don't see what you need, please [file an issue](https://github.com/ipfs/docs/issues/new?assignees=&labels=OKR+3%3A+Content+Improvement%2C+docs-ipfs&template=content-request.md&title=%5BCONTENT+REQUEST%5D+%28add+your+title+here%21%29) to let us know! We also recommend visiting the [IPFS forums](https://discuss.ipfs.io/) for support and discussion with IPFS enthusiasts and experts worldwide.
59-
60-
<LegacyCallout />

docs/concepts/content-addressing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@ You can use the first few bytes of the CID to interpret the remainder of the con
4343
## CID Inspector
4444

4545
It's easy to explore a CID for yourself. Want to pull apart a specific CID's multibase, multicodec, or multihash info? You can use the [CID Inspector](https://cid.ipfs.io/#QmY7Yh4UquoXHLPFo2XbhXkhBvFoPwmQUSa92pxnxjQuPU) or the [CID Info panel in IPLD Explorer](https://explore.ipld.io/#/explore/QmY7Yh4UquoXHLPFo2XbhXkhBvFoPwmQUSa92pxnxjQuPU) (both links launch using a sample CID) for an interactive breakdown of differently-formatted CIDs.
46-
47-
<LegacyCallout />

docs/concepts/dht.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,3 @@ Adding a blob of data to IPFS is the equivalent of advertising that you have it.
8383
IPFS will automatically chunk your data and add a mapping on the DHT between the Content ID and your `peerID`. Note that there can be other `peerID`s already mapped to that value, so you will be added to the list. Also note that if the provided data is bigger than 124KB, it will be chunked into "blocks", and both those blocks and the overall data will be mapped.
8484

8585
You can publish an IPNS record using [`ipfs.name.publish`](/concepts/ipns).
86-
87-
<LegacyCallout />

docs/concepts/dnslink.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ Will get you this block:
6161
## Further Resources
6262

6363
For a complete guide to DNSLink — including tutorials, usage examples and FAQs — check out [dnslink.io](http://dnslink.io/).
64-
65-
<LegacyCallout />

docs/concepts/faq.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ IPFS is an open source project, with a community of more than four thousand cont
5050
## Don't see your question?
5151

5252
We're working on expanding this FAQ with more content, including questions from the original-generation [IPFS forums](https://discuss.ipfs.io/c/help/Old-FAQ), so please watch this space! However, if you don’t see your question, please [ask in the forums](https://discuss.ipfs.io/) so you can get the answers you need and make us aware of new FAQ items.
53-
54-
<LegacyCallout />

docs/concepts/file-systems.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ A file in IPFS isn’t just content. It might be too big to fit in a single bloc
3535
UnixFS is a [protocol-buffers](https://developers.google.com/protocol-buffers/)-based format. You can find the definitions for it [here](https://github.com/ipfs/go-unixfs/blob/master/pb/unixfs.proto).
3636

3737
_Note: we are currently designing an updated version of UnixFS that will be [IPLD](https://ipld.io)-compatible. You can follow along or participate [on GitHub](https://github.com/ipfs/unixfs-v2)._
38-
39-
<LegacyCallout />

docs/concepts/hashing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ Cryptographic hashes come with a couple of very important characteristics:
5151
It turns out these features also mean we can use a cryptographic hash to identify any piece of data: the hash is unique to the data we calculated it from and it’s not too long (a hash is a fixed length, so the SHA-256 hash of a one-gigabyte video file is still only 32 bytes), so sending it around the network doesn't take up a lot of resources.
5252

5353
That's critical for a distributed system like IPFS, where we want to be able to store and retrieve data from many places. A computer running IPFS can ask all the peers it's connected to whether they have a file with a particular hash and, if one of them does, they send back the whole file. Without a short, unique identifier like a cryptographic hash, that wouldn't be possible. This technique is called [content addressing](/concepts/content-addressing/) — because the content itself is used to form an address, rather than information about the computer and disk location it's stored at.
54-
55-
<LegacyCallout />

docs/concepts/how-ipfs-works.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@ This is useful because establishing connections is usually hard to set up and ex
7676
As you may have noticed from this discussion, the IPFS ecosystem is made up of many modular libraries that support specific parts of any distributed system. You can certainly use any part of the stack independently, or combine them in novel ways.
7777

7878
The IPFS ecosystem gives CIDs to content, and links that content together by generating IPLD Merkle DAGs. You can discover content using a DHT that's provided by libp2p, and open a connection to any provider of that content and download it using a multiplexed connection. All of this is held together by the “middle” of the stack, which is linked, unique identifiers; that's the essential part that IPFS is built on.
79-
80-
<LegacyCallout />

docs/concepts/ipns.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ In the same way, you can republish a new version of your website under the same
3838
## Alternatives to IPNS
3939

4040
IPNS is not the only way to create mutable addresses on IPFS. You can also use [DNSLink](/concepts/dnslink/), which is currently much faster than IPNS and also uses more readable names. Other community members are exploring ways to use blockchains to store common name records.
41-
42-
<LegacyCallout />

docs/concepts/merkle-dag.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ Merkle DAGs are _self-verified_ structures. The CID of a node is univocally link
2626
## Further resources
2727

2828
For more information, you may want to read the full [draft Merkle-CRDTs paper](https://hector.link/presentations/merkle-crdts/merkle-crdts.pdf) by [@hsanjuan](https://www.github.com/hsanuan), [@haadcode](https://www.github.com/haadcode), and [@pgte](https://www.github.com/pgte).
29-
30-
<LegacyCallout />

docs/concepts/persistence.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ To ensure that your important data is retained, you may want to use a pinning se
2626
- You don’t have a lot of disk space, but you want to ensure some data sticks around.
2727
- Your computer is a laptop, phone, or tablet that will have intermittent connectivity to the network, but you want to be able to access your data on IPFS from anywhere at any time, even when the device you added it from is offline.
2828
- You want a backup that ensures your data is always available from another computer on the network in case you accidentally delete or garbage-collect on your own computer.
29-
30-
<LegacyCallout />

docs/concepts/what-is-ipfs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,3 @@ While there’s lots of complex technology in IPFS, the fundamental ideas are ab
7979
That means IPFS only works well when people are actively participating. If you use your computer to share files using IPFS, but then you turn your computer off, other people won’t be able to get those files from you anymore. But if you or others make sure that copies of those files are stored on more than one computer that’s powered on and running IPFS, those files will be more reliably available to other IPFS users who want them. This happens to some extent automatically: by default, your computer shares a file with others for a limited time after you’ve downloaded it using IPFS. You can also make content available more permanently by _pinning_ it, which saves it to your computer and makes it available on the IPFS network until you decide to _unpin_ it. (You can learn more about this in our [guide to persistence and pinning](/concepts/persistence).)
8080

8181
If you want to make sure one of your own files is permanently shared on the internet today, you might use a for-pay file-sharing service like Dropbox. Some people have begun offering similar services based on IPFS called _pinning services_. But since IPFS makes this kind of sharing a built-in feature, you can also collaborate with friends or partner with institutions (for example, museums and libraries might work together) to share each others’ files. We hope IPFS can be the low-level tool that allows a rich fabric of communities, business, and cooperative organizations to all form a distributed web that is much more reliable, robust, and equitable than the one we have today.
82-
83-
<LegacyCallout />

docs/how-to/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ See the site navigation menu for all our how-tos, organized by topic area, inclu
2424
## Don't see what you're looking for?
2525

2626
We're adding more documentation all the time and making ongoing revisions to existing docs, but if you don't see what you need, please [file an issue](https://github.com/ipfs/docs/issues/new?assignees=&labels=OKR+3%3A+Content+Improvement%2C+docs-ipfs&template=content-request.md&title=%5BCONTENT+REQUEST%5D+%28add+your+title+here%21%29) to let us know! We also recommend visiting the [IPFS forums](https://discuss.ipfs.io/) for support and discussion with IPFS enthusiasts and experts worldwide.
27-
28-
<LegacyCallout />

docs/how-to/address-ipfs-on-web.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,3 @@ This concept isn't yet built, but may be explored and experimented with in the f
123123

124124
- `dweb://` protocol handler ([arewedistributedyet/issues/28](https://github.com/arewedistributedyet/arewedistributedyet/issues/28))
125125
- `.dweb` special-use top-level domain name ([arewedistributedyet/issues/34](https://github.com/arewedistributedyet/arewedistributedyet/issues/34))
126-
127-
<LegacyCallout />

docs/how-to/browser-tools-frameworks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ Want to learn how to use IPFS in combination with your favorite framework or bro
2929
## Electron
3030

3131
[Minimal example](https://github.com/ipfs/js-ipfs/blob/master/examples/run-in-electron) of how to use js-ipfs in your Electron app.
32-
33-
<LegacyCallout />

docs/how-to/command-line-quick-start.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,3 @@ You need to install and set up FUSE in order to mount the file system. For more
281281
### Still need help?
282282

283283
The IPFS community is friendly and able to help! Get support from other IPFS developers in the official [IPFS forums](https://discuss.ipfs.io/), or join the conversation on [IRC](/community/irc/).
284-
285-
<LegacyCallout />

docs/how-to/configure-node.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ The mounts config values specifies the default mount points for the IPFS and ipn
4040
## Bootstrap
4141

4242
The Bootstrap config array specifies the list of IPFS peers that your daemon will connect to on startup. The default values for this are the 'ipfs solarnet' nodes, which are a set of VPS servers distributed around the country.
43-
44-
<LegacyCallout />

docs/how-to/host-git-style-repo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,3 @@ import (
7777
And you will be guaranteed to have the same code every time!
7878

7979
Note: Since Go doesn't allow the usage of localhost for import paths, we use the public HTTP gateways. This provides no security guarantees, as a man-in-the-middle attack could ship you bad code. You could use a domain name that redirects to the localhost instead to avoid the issue.
80-
81-
<LegacyCallout />

docs/how-to/host-single-page-site.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,3 @@ Alternatively, it is possible to use CNAME records to point at the DNS records o
114114
However you will need to change the key for the TXT record from `your.domain` to `_dnslink.your.domain`.
115115

116116
So by creating a CNAME for `your.domain` to `gateway.ipfs.io` and adding a `_dnslink.your.domain` record with `dnslink=/ipns/<your peer id>` you can host your website without explicitly referring to IP addresses of the ipfs gateway.
117-
118-
<LegacyCallout />

docs/how-to/make-service.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,3 @@ Now, you might be asking yourself: "Why would I use this? How is it better than
161161
1. You dial a specific peerID, no matter what their IP address happens to be at the moment.
162162
2. You take advantage of the NAT traversal built into our net package.
163163
3. Instead of a 'port' number, you get a much more meaningful protocol ID string.
164-
165-
<LegacyCallout />

docs/how-to/modify-bootstrap-list.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,3 @@ Remove the entire bootstrap list again, and restore our saved one by piping the
6262
ipfs bootstrap rm --all
6363
cat save | ipfs bootstrap add
6464
```
65-
66-
<LegacyCallout />

docs/how-to/observe-peers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ Search for a given peer on the network:
2424
```sh
2525
ipfs dht findpeer QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z
2626
```
27-
28-
<LegacyCallout />

docs/how-to/pin-files.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,3 @@ ipfs pin rm -r <foo hash>
3939
ipfs repo gc
4040
ipfs cat <foo hash>
4141
```
42-
43-
<LegacyCallout />

docs/how-to/store-play-videos.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ Or open it up in a browser tab (in this example, Chrome):
3030
```bash
3131
chromium http://localhost:8080/ipfs/$vidhash
3232
```
33-
34-
<LegacyCallout />

docs/how-to/take-snapshot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@ ls
4949
```
5050

5151
Through the FUSE interface, you'll be able to access your files exactly as they were when you took the snapshot.
52-
53-
<LegacyCallout />

docs/how-to/work-with-blocks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ ipfs block get QmfQ5QAjvg4GtA3wg3adpnDJug8ktA1BxurVqBD8rtgVjM
5151
```
5252

5353
Note: When making your own block data, you won't be able to read the data with `ipfs cat`. This is because you are inputting raw data without the unixfs data format. To read raw blocks, use `ipfs block get` as shown in the example.
54-
55-
<LegacyCallout />

docs/install/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ Go developers, this reference implementation of IPFS is for you. [Install go-ipf
5555
### Install js-ipfs
5656

5757
Building for the browser, or for JavaScript-driven frameworks like Electron? Bake in IPFS goodness with the JS implementation. [Install js-ipfs now](https://www.npmjs.com/package/ipfs)
58-
59-
<LegacyCallout />

docs/project/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ Thousands of people contribute to IPFS from all over the world — and that can
4141
## Code of conduct
4242

4343
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
44-
45-
<LegacyCallout />

docs/project/contribute.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,3 @@ IPFS is ultimately about building better protocols, and we always welcome ideas
8080
## Research
8181

8282
Finally, we see Protocol Labs as a research lab, where YOUR ideas can become technologies that have a real impact on the world. If you're interested in contributing to our research, please reach out to [email protected] or [email protected] for more information. Include what your interests are so we can make sure you get to work on something fun and valuable.
83-
84-
<LegacyCallout />

docs/project/related-projects.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ The Multiformats Project is a collection of protocols which aim to future-proof
2929
## ProtoSchool
3030

3131
Interactive tutorials on decentralized web protocols, designed to introduce you to decentralized web concepts, protocols, and tools. Complete code challenges right in your web browser and track your progress as you go. Learn more at [https://proto.school/](https://proto.school/).
32-
33-
<LegacyCallout />

docs/reference/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ We're currently investigating improved ways to present our API and CLI reference
2424
## CLI commands
2525

2626
Working in the terminal? Here's where you'll find the IPFS [command-line interface (CLI) reference](/reference/cli/).
27-
28-
<LegacyCallout />

docs/reference/cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,5 +4479,3 @@ DESCRIPTION
44794479
44804480
44814481
```
4482-
4483-
<LegacyCallout />

docs/reference/go/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ If you are running IPFS as a separate process, you should use `go-ipfs-api` to w
4545
## Go HTTP clients
4646

4747
[CoreAPI implementation using HTTP API](https://godoc.org/github.com/ipfs/go-ipfs-http-client). **This package is experimental and subject to change.** For an old but stable Go HTTP client, use [CoreAPI interfaces](https://godoc.org/github.com/ipfs/interface-go-ipfs-core).
48-
49-
<LegacyCallout />

docs/reference/http/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3629,5 +3629,3 @@ On success, the call to this endpoint will return with 200 and the following bod
36293629
### cURL Example
36303630

36313631
`curl "http://localhost:5001/api/v0/version/deps"`
3632-
3633-
<LegacyCallout />

docs/reference/js/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ See the [JS core API reference](https://github.com/ipfs/interface-ipfs-core/tree
3030
## JS HTTP client library
3131

3232
A [client library](https://github.com/ipfs/js-ipfs-http-client) for the IPFS HTTP API, implemented in JavaScript. This client library implements the interface-ipfs-core enabling applications to change between an embedded js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions.
33-
34-
<LegacyCallout />

0 commit comments

Comments
 (0)