kubo/docs
Marcin Rataj 61f0710100
fix: remove mdns_legacy & Discovery.MDNS.Interval
* fix: remove mdns_legacy

We've been running both implementations for a long, long time.
It is time to remove legacy version and lower the number of LAN packets
IPFS node produces.

See https://github.com/ipfs/go-ipfs/pull/9048#discussion_r906814717
for the Interval removal rational.
2022-06-27 04:17:40 +02:00
..
examples chore: replace ioutil with io and os (#8969) 2022-06-14 12:37:02 -04:00
production doc: document reverse proxy bug 2020-06-15 17:01:40 -07:00
add-code-flow.md Added link to doc in README.md 2019-01-15 21:08:37 -05:00
AUTHORS Updated authors doc 2016-08-18 11:54:48 -07:00
cli-http-api-core-diagram.png docs: README refresh, add cli-http-api-core diagram 2018-08-22 16:09:51 -07:00
command-completion.md doc(completion): suggest eval instead of writing a file 2021-07-01 08:46:52 -07:00
config.md fix: remove mdns_legacy & Discovery.MDNS.Interval 2022-06-27 04:17:40 +02:00
datastores.md docs(datastore): fixup some notes on sync safety 2020-04-27 15:19:49 -07:00
debug-guide.md feat: add basic gateway tracing (#8595) 2022-04-04 19:24:05 +02:00
developer-certificate-of-origin Add developer certificate of origin document 2017-06-26 15:36:35 -07:00
EARLY_TESTERS.md Updating release template based off some 0.10 learnings (#8491) 2021-11-23 14:32:22 -05:00
environment-variables.md docs(tracing): update env var docs for new tracing env vars 2022-05-04 14:38:05 -04:00
experimental-features.md docs: fix abstractions typo 2022-05-14 02:54:00 +02:00
file-transfer.md quic: remove experimental status and add it to the default config 2020-05-22 04:54:19 +02:00
fuse.md chore: mark fuse experimental (#8962) 2022-05-12 10:32:54 -07:00
gateway.md docs: gateway.md (#8825) 2022-03-28 16:31:36 +02:00
generate-authors.sh added AUTHORS file 2015-02-11 07:42:21 -08:00
implement-api-bindings.md docs: replace all git.io links with their actual URLs 2022-04-28 18:06:08 +02:00
PATCH_RELEASE_TEMPLATE.md Update PATCH_RELEASE_TEMPLATE.md 2022-03-16 17:50:46 -04:00
plugins.md stop using deprecated Go flag -i 2021-05-15 17:27:52 -07:00
README.md docs: link remaining docs available, guide people to the right locations 2019-10-01 17:23:47 +03:00
RELEASE_ISSUE_TEMPLATE.md chore: add instructions for Chocolatey release 2022-03-01 10:35:19 -05:00
releases.md doc: document security fix policy 2021-03-18 12:02:36 -07:00
snap.md Fix typos (#8548) 2021-11-17 21:16:06 +01:00
transports.md doc: update documentation for /ipfs -> /p2p multiaddr switch 2019-12-14 19:39:59 +01:00
windows.md Adding PowerShell to Minimal Go Installation 2022-01-14 11:35:11 -05:00

Developer Documentation and Guides

If you are looking for User Documentation & Guides, please visit docs.ipfs.io.

If youre experiencing an issue with IPFS, please follow our issue guide when filing an issue!

Otherwise, check out the following guides to using and developing IPFS:

Developing go-ipfs

Guides

Advanced User Guides

Other