From 9632678c1b5eb7fe595a6600e40b5e80715b86c4 Mon Sep 17 00:00:00 2001 From: Felipe Ripoll Date: Mon, 20 Aug 2018 18:35:56 -0600 Subject: [PATCH] [#71] Adding Getting Started guide --- README.md | 3 +- config/prod.exs | 4 +- doc/.build | 4 +- doc/404.html | 4 +- doc/POAAgent.Application.html | 4 +- doc/POAAgent.Entity.NameConvention.html | 4 +- ...AAgent.Format.POAProtocol.Data.Format.html | 4 +- doc/POAAgent.Plugins.Collector.html | 6 +- ...nt.Plugins.Collectors.Eth.Information.html | 4 +- ...nt.Plugins.Collectors.Eth.LatestBlock.html | 4 +- ...AAgent.Plugins.Collectors.Eth.Pending.html | 4 +- ...POAAgent.Plugins.Collectors.Eth.Stats.html | 4 +- doc/POAAgent.Plugins.Transfer.html | 6 +- ...nt.Plugins.Transfers.WebSocket.Primus.html | 4 +- doc/POAAgent.html | 222 ++++++++++++++++++ doc/api-reference.html | 11 +- doc/dist/sidebar_items-303975f305.js | 1 + doc/dist/sidebar_items-d9b3f5cff8.js | 1 - doc/index.html | 2 +- doc/initial_architecture.html | 4 +- doc/search.html | 4 +- doc/starting_guide.html | 216 +++++++++++++++++ lib/poa_agent.ex | 117 +++++++++ mix.exs | 6 +- pages/starting_guide.md | 172 ++++++++++++++ 25 files changed, 777 insertions(+), 38 deletions(-) create mode 100644 doc/POAAgent.html create mode 100644 doc/dist/sidebar_items-303975f305.js delete mode 100644 doc/dist/sidebar_items-d9b3f5cff8.js create mode 100644 doc/starting_guide.html create mode 100644 lib/poa_agent.ex create mode 100644 pages/starting_guide.md diff --git a/README.md b/README.md index 903dd46..c6cb476 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ [![Coverage Status](https://coveralls.io/repos/github/poanetwork/poa-netstats-agent/badge.svg?branch=master)](https://coveralls.io/github/poanetwork/poa-netstats-agent?branch=master) [![codecov](https://codecov.io/gh/poanetwork/poa-netstats-agent/branch/master/graph/badge.svg)](https://codecov.io/gh/poanetwork/poa-netstats-agent) -**TODO: Add description** - ## Documentation - [Initial Architecture](pages/initial_architecture.md) +- [Getting Started](pages/starting_guide.md) - You can find the online documentation [here](https://rawgit.com/poanetwork/poa-netstats-agent/master/doc/index.html) Or you can build the documenation locally running diff --git a/config/prod.exs b/config/prod.exs index 294dc28..a0c259e 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -26,8 +26,8 @@ config :poa_agent, identifier: "elixirNodeJSIntegration", # Authentication parameters - user: "971Iwekd", - password: "9BOZIf1uGHi2FIB", + user: "BK3eiZcT", + password: "MPr1n9B-ipvpYbj", token_url: "https://localhost:4003/session" ] } diff --git a/doc/.build b/doc/.build index b5fa2cf..b053b38 100644 --- a/doc/.build +++ b/doc/.build @@ -4,11 +4,13 @@ fonts/icomoon.eot fonts/icomoon.svg fonts/icomoon.ttf fonts/icomoon.woff -dist/sidebar_items-d9b3f5cff8.js +dist/sidebar_items-303975f305.js api-reference.html initial_architecture.html +starting_guide.html search.html 404.html +POAAgent.html POAAgent.Application.html POAAgent.Entity.NameConvention.html POAAgent.Format.POAProtocol.Data.Format.html diff --git a/doc/404.html b/doc/404.html index 643b78c..876620e 100644 --- a/doc/404.html +++ b/doc/404.html @@ -8,7 +8,7 @@ 404 – poa_agent v0.1.0 - + @@ -29,7 +29,7 @@