[CORL-603] Documentation Updates (#2553)

* fix: replaced png with svg

* feat: updated docs

* feat: added netlify config

* fix: fixed netlify config
This commit is contained in:
Wyatt Johnson
2019-09-10 19:20:24 +00:00
committed by GitHub
parent aa6058e9d1
commit 683adceec4
10 changed files with 350 additions and 117 deletions
+2 -4
View File
@@ -26,9 +26,7 @@ Preview Coral easily by running Coral via a Heroku App:
You can install Coral using Docker or via Source. We recommend Docker, as it
provides the easiest deployment solution going forward, as all the dependencies
are baked and shipped with the provided
[coralproject/talk:next](https://hub.docker.com/r/coralproject/talk) image.
When v5 releases to master, you'll be able to select it using
`coralproject/talk:5`.
[coralproject/talk:5](https://hub.docker.com/r/coralproject/talk) image.
### Docker
@@ -48,7 +46,7 @@ cat > docker-compose.yml <<EOF
version: "2"
services:
talk:
image: coralproject/talk:next
image: coralproject/talk:5
restart: always
ports:
- "127.0.0.1:3000:5000"