Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/google-chat-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Your event URL is `https://<your-host>/chat/events`.
| Field | Value |
| --- | --- |
| App name | `AsyncUp` (or your pick) |
| Avatar URL | any 256×256 PNG |
| Avatar URL | `https://asyncup-dev.github.io/asyncup/logo-256.png` (the AsyncUp logo, or any 256×256 PNG) |
| Description | `Async daily standups` |
| Functionality | ✅ Receive 1:1 messages, ✅ Join spaces and group conversations |
| Connection settings | **HTTP endpoint URL** → `https://<your-host>/chat/events` |
Expand Down
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ features:
details: Google Chat today; Slack and Microsoft Teams adapters are next on the roadmap. MIT licensed, never SaaS.
---

<script setup>
// Raw HTML anchors bypass VitePress base-path rewriting — withBase fixes
// the CTA on project-pages deployments (e.g. /asyncup/).
import { withBase } from 'vitepress'
</script>

<div class="au-section">
<h2>How a morning works</h2>
<p class="au-sub">No meeting, no interrogation bot — one card, one form, one thread.</p>
Expand Down Expand Up @@ -116,6 +122,6 @@ features:

<div class="au-cta">
<h2>Up and running in 15 minutes</h2>
<a class="button" href="/guide/getting-started">Read the guide</a>
<a class="button" :href="withBase('/guide/getting-started')">Read the guide</a>
<span class="alt"><code>docker compose up -d</code> — amd64 &amp; arm64 images on GHCR</span>
</div>
Binary file added docs/public/logo-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.