lotus/documentation/en
Łukasz Magiera c41777dcd2
API proxy struct codegen (#5854)
* mostly working api proxy gen

* api: Consistent api names

* fix docsgen

* regenerate api struct

* api: expand external interfaces

* Add missing gen files

* apigen: fix perm detection

* api: Move perm tags to the interface

* gofmt

* worker perms

* docsgen

* docsgen: ignore tag comments

* apigen: add codegen warning

* gofmt

* missing actor type

* docsgen

* make linter happy

* fix lint

* apigen: use directives for tags

* docsgen

* regen openrpc docs
2021-03-23 13:42:56 +01: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-methods-miner.md API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
api-methods-worker.md API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
api-methods.md API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
block-validation.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
create-miner.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02: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 Re-add jaeger-tracing 2020-09-24 19:41:14 +02: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.