From 4a81042bd014a71d095c861ffe780c5ef6b17444 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 27 Jan 2017 17:49:31 +0000 Subject: [PATCH] Updating README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d6617767..fb302c28 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ We will also include multiple PoC's of various bits of functionality from UI's p ``` . ├── cloudapi-graphql +├── docs ├── frontend ├── nginx ├── ui @@ -62,6 +63,11 @@ We will also include multiple PoC's of various bits of functionality from UI's p An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/) in GraphQL. +### Docs + +Documentation about the project, mainly focused on information for the technical runnings of this project. +Can be view online at the [documentation website](http://docs.svc.f4b20699-b323-4452-9091-977895896da6.eu-ams-1.triton.zone/) + ### frontend The client side code with a dev-server, this also includes the production server for the meantime, however we are looking at moving towards a deployment of the build artifacts to manta, and another server to host these assets.