diff --git a/README.md b/README.md index 2d045094..8d46398b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ -Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects. +Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects. Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/downloads) @@ -55,7 +55,7 @@ Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/do
@@ -73,7 +73,7 @@ The built-in email client sorts emails into important and everything else. Rowbo
@@ -83,7 +83,7 @@ You can set up background agents that run on events like new email or on schedul
@@ -92,7 +92,7 @@ Rowboat includes a browser that lets you and assistant collaborate on web tasks.
@@ -110,7 +110,7 @@ Code mode lets you spin up parallel coding agents with Claude Code or Codex, and
@@ -119,7 +119,7 @@ You can bulild your own work surfaces inside Rowboat — they get acess to all t
diff --git a/apps/cli/todo.md b/apps/cli/todo.md
index 9c97afd3..3ca4d45c 100644
--- a/apps/cli/todo.md
+++ b/apps/cli/todo.md
@@ -12,4 +12,4 @@ o file logging
rowboat agent
---
-- create agent
\ No newline at end of file
+- create agent
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index 8442b158..3178f741 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -55,6 +55,6 @@
"chatgpt",
"claude"
]
- }
+ }
}
-
\ No newline at end of file
+
diff --git a/apps/docs/docs/development/contribution-guide.mdx b/apps/docs/docs/development/contribution-guide.mdx
index 1089d7e0..8fbf2a1d 100644
--- a/apps/docs/docs/development/contribution-guide.mdx
+++ b/apps/docs/docs/development/contribution-guide.mdx
@@ -52,4 +52,4 @@ Rowboat is open-source and we welcome contributions of all kinds — bug reports
## Getting Help
-If you're stuck or unsure about anything, drop a message in our [Discord](https://discord.gg/wajrgmJQ6b). We're happy to help you get unblocked.
\ No newline at end of file
+If you're stuck or unsure about anything, drop a message in our [Discord](https://discord.gg/wajrgmJQ6b). We're happy to help you get unblocked.
diff --git a/apps/docs/docs/development/roadmap.mdx b/apps/docs/docs/development/roadmap.mdx
index 6248e567..8202b2b2 100644
--- a/apps/docs/docs/development/roadmap.mdx
+++ b/apps/docs/docs/development/roadmap.mdx
@@ -4,4 +4,4 @@ icon: "road"
# Roadmap
-Explore the future development plans and upcoming features for Rowboat.
\ No newline at end of file
+Explore the future development plans and upcoming features for Rowboat.
diff --git a/google-setup.md b/google-setup.md
index 2bab28ba..9817b3b1 100644
--- a/google-setup.md
+++ b/google-setup.md
@@ -35,24 +35,24 @@ Once created, make sure the new project is selected in the top project dropdown.
Enable the following APIs for your project:
- Gmail API
-
+
https://console.cloud.google.com/apis/api/gmail.googleapis.com
-
+
- Google Calendar API
-
+
https://console.cloud.google.com/apis/api/calendar-json.googleapis.com
-
+
- Google Drive API
-
+
https://console.cloud.google.com/apis/api/drive.googleapis.com
-
+
For each API:
- Click **Enable**
-
+

-
+
---