go-filecoin docs
This repo contains documentation content for the go-filecoin implementation. It feeds into the Go-Filecoin Tutorial, hosted at go.filecoin.io.
For general Filecoin Documentation, please visit docs.filecoin.io (repo at https://github.com/filecoin-project/filecoin-docs.
Contributing
PRs, bug reports, and issue suggestions are welcome! For major changes, please propose in an issue first so benefits and impacts can be discussed.
👉 From the docs.filecoin.io website, you can also click on click on 📝 Suggest an Edit
links at the bottom of each page to jump directly to Edit mode.
Deployment
For the most part, updates to master
in this repo will trigger automatic redeploys (via the metadocs
private repo).
The only exception is when adding or subtracting pages. In those cases, you will need to manually update the file listings in metadocs
.
Licenses
The Filecoin Project's software code is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
Documentation and other written content is copyright (c) Protocol Labs under the CC-BY-4.0 license.
See the LICENSE.md file for details.