Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Feb 12, 2024
1 parent 8ec1bbc commit 2440012
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/archive/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default
title: Archive
nav_order: 6
has_children: true
permalink: docs/archive
---

{: .no_toc }
1 change: 0 additions & 1 deletion docs/setup/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default
title: Setup
nav_order: 2
has_children: true
permalink: docs/setup
---

{: .no_toc }
5 changes: 3 additions & 2 deletions docs/setup/setup_app.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Setting up the mobile / web app
title: Web / Mobile app
description: add description
layout: default
parent: Setup
---

Now that you have a Supabase instance that is up and running, you can technically start chatting with your assistant, it just won't have any personal data it.
Expand All @@ -25,7 +26,7 @@ npm run dev

Once you have an app instance up and running, head to its address `your-app-address.com/`, and you should see the screen:

<img src="docs/images/login_screenshot.png" width="150">
<img src="../images/login_screenshot.png" width="150">

Enter the four required details, which you should've obtained in the Supabase setup: `Supabase URL`, `Supabase Anon API Key`, `email` and `password`.

Expand Down
7 changes: 5 additions & 2 deletions docs/setup/setup_coralai.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: Setting up the CoralAI hardware device
title: Hardware - CoralAI hardware device
description: add description
layout: default
parent: Setup
---

Setting up hardware

#### Prerequisite: ($110)

1. [Dev Board Micro](https://coral.ai/products/dev-board-micro/) ($80)
Expand All @@ -19,7 +22,7 @@ First, to learn more about the device, it is good to check out the [official doc

Here is quick video showing how to "connect" the hardware pieces together, and install the software:

[![set up device video](docs/images/thumbnail_2.png)](https://youtu.be/_2KRSlpnXrA)
[![set up device video](../images/thumbnail_2.png)](https://youtu.be/_2KRSlpnXrA)

In the root folder of this repository, run the following commands, (which will download the Coral AI Micro Dev dependencies to your computer - note that it might take a few minutes):

Expand Down

0 comments on commit 2440012

Please sign in to comment.