lotus/documentation/en
Masih H. Derkani 444a2bf355
Integrate the latest index-provider with config to disable announcements
Integrate the latest `index-provider` and reflect the changes to engine
configuration. Note that this commit disables announcements of indices
on the network by default as requested for initial merge to master.

Introduce dedicated index provider configuration parameters with
documentation and defaults that match the defaults in index-provider.

Re-generate code as needed.
2022-03-02 13:45:09 +00:00
..
architecture segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
.glossary.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
.library.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
about.md Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
api-v0-methods-miner.md Merge branch 'master' into feat/cid-to-piece-idx 2022-02-28 12:57:11 -07:00
api-v0-methods-worker.md try ClearCache for update cache 2022-02-08 17:22:41 +01:00
api-v0-methods.md add net protect api methods 2022-02-03 17:24:49 +01:00
api-v1-unstable-methods.md add net protect api methods 2022-02-03 17:24:49 +01:00
block-validation.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
cli-lotus-miner.md Fix gen-check 2022-03-02 11:40:02 +00:00
cli-lotus-worker.md Merge branch 'master' into feat/cid-to-piece-idx 2022-02-28 12:57:11 -07:00
cli-lotus.md Merge branch 'master' into feat/cid-to-piece-idx 2022-02-28 12:57:11 -07:00
create-miner.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
default-lotus-config.toml moar make gen 2022-02-06 12:48:49 +02:00
default-lotus-miner-config.toml Integrate the latest index-provider with config to disable announcements 2022-03-02 13:45:09 +00:00
dev-tools-pond-ui.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
jaeger-tracing.md update jaeger documentation 2021-05-25 23:53:08 -07:00
README.md Add README to documentation/en with explanations 2020-09-29 14:45:55 +02:00
sealing-procs.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
WIP-arch-complementary-notes.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00

Lotus documentation

This folder contains some Lotus documentation mostly intended for Lotus developers.

User documentation (including documentation for miners) has been moved to specific Lotus sections in https://docs.filecoin.io:

The Lotu.sh site

The https://lotu.sh and https://docs.lotu.sh sites are generated from this folder based on the index provided by .library.json. This is done at the lotus-docs repository, which contains Lotus as a git submodule.

To update the site, the lotus-docs repository should be updated with the desired version for the lotus git submodule. Once pushed to master, it will be auto-deployed.