From c61c4d93c19da51451a7172a83e4943477b9256b Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Wed, 1 May 2019 15:13:30 +1000 Subject: [PATCH 1/2] Added a quick 'documentation.md' file, to describe where the Lighthouse technical documentation is, and how it can be updated. --- docs/documentation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/documentation.md diff --git a/docs/documentation.md b/docs/documentation.md new file mode 100644 index 000000000..360055887 --- /dev/null +++ b/docs/documentation.md @@ -0,0 +1,14 @@ +# Lighthouse Technical Documentation + +The technical documentation, as generated by Rust, is available at [lighthouse-docs.sigmaprime.io](http://lighthouse-docs.sigmaprime.io/). + +This documentation is generated from Lighthouse and updated regularly. + + +### How to update: + +- `cargo doc`: builds the docs inside the `target/doc/` directory. +- `aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/`: Uploads all of the docs, as generated with `cargo doc`, to the S3 bucket. + +**Note**: You will need appropriate credentials to make the upload. + From 13b23adb0d5f7c3f67f540d7b994301b9687a184 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Wed, 1 May 2019 15:14:51 +1000 Subject: [PATCH 2/2] Added a link to the lighthouse technical documentation in the main readme file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7727154e7..abf9acb6a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ present-Ethereum functionality. - [About Lighthouse](docs/lighthouse.md): Goals, Ideology and Ethos surrounding this implementation. - [What is Ethereum Serenity](docs/serenity.md): an introduction to Ethereum Serenity. +- [Lighthouse Technical Documentation](http://lighthouse-docs.sigmaprime.io/): The Rust generated documentation, updated regularly. If you'd like some background on Sigma Prime, please see the [Lighthouse Update \#00](https://lighthouse.sigmaprime.io/update-00.html) blog post or the