diff --git a/docs/complete-webapp-tutorial.md b/docs/complete-webapp-tutorial.md index c7a9875..ac902c5 100644 --- a/docs/complete-webapp-tutorial.md +++ b/docs/complete-webapp-tutorial.md @@ -6,9 +6,9 @@ sidebar_label: Complete Webapp Tutorial
-We want to make a webapp version of HOTDOG or NOT HOTDOG: +We want to make a webapp version of [HOTDOG or NOT HOTDOG](https://www.theverge.com/2017/6/26/15876006/hot-dog-app-android-silicon-valley)! + -https://www.theverge.com/2017/6/26/15876006/hot-dog-app-android-silicon-valley ## App Description Assume we want to create a webapp that shows a list of photos with a line describing whether the image is a hotdog or not hotdog, something like this: @@ -65,7 +65,6 @@ In order for your web-app to work. It needs to be able to talk to MongoDB instan ``` mongoose.connect("mongodb://srv-captain--my-mongodb/mydatabase", { useMongoClient: true }); ``` -Of course, you can add username and password to the URI, see here for example: -https://stackoverflow.com/questions/7486623/mongodb-password-with-in-it +Of course, you can add username and password to the URI, see [here for example](https://stackoverflow.com/questions/7486623/mongodb-password-with-in-it). This is the same for other services; if you want to upload an image to your image uploader service you can just access it via `http://srv-captain--imageuploader` diff --git a/docs/get-started.md b/docs/get-started.md index c8bbf6b..117ac45 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -26,8 +26,8 @@ You can install Captain on your laptop which is behind NAT (your router) for tes #### C) Install Docker on Server (at least, version 17.06.x) -If you get your server from DigitalOcean, you can select a server with "pre-installed Docker". This will be the easiest option. Otherwise, you can install Docker CE by following this instruction: -https://docs.docker.com/engine/installation +If you get your server from DigitalOcean, you can select a server with "pre-installed Docker". This will be the easiest option. Otherwise, you can install Docker CE by following [this instruction](https://docs.docker.com/engine/installation) + #### D) Disable Firewall diff --git a/website/static/img/docusaurus.svg b/website/static/img/docusaurus.svg deleted file mode 100644 index f80b221..0000000 --- a/website/static/img/docusaurus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/website/static/img/favicon/favicon.ico b/website/static/img/favicon/favicon.ico index eaced0f..62e1727 100644 Binary files a/website/static/img/favicon/favicon.ico and b/website/static/img/favicon/favicon.ico differ diff --git a/website/static/img/screenshots.gif b/website/static/img/screenshots.gif index f76c5fc..4ed8516 100644 Binary files a/website/static/img/screenshots.gif and b/website/static/img/screenshots.gif differ