This commit is contained in:
2026-05-28 08:36:01 -04:00
parent fc63f9c44a
commit 438b3b29a2
4 changed files with 26 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
# Architecture Overview
Cairnquire uses a Go application server as the primary runtime.
Cairnquire uses a Go application server as the primary runtime. The app is primarily server-rendered navigation and API endpoints with a lightweight vanilla JS client for editing and viewing documents.
- Markdown documents are read from the source directory.
- The current version is written into content-addressed storage.
- Metadata lives in the local libsql-compatible database.
- HTML is rendered server-side first.
- A custom light-weight sync binary will make sure a local directory is synced with
See [[Getting Started]] for a feature-oriented overview.

View File

@@ -1,3 +1,5 @@
<img src="./logo.webp" alt="Cairnquire Logo" width="250" height="250" />
# Welcome to Cairnquire
This is your documentation hub. Browse documents using the sidebar, or explore the features below.
@@ -15,6 +17,3 @@ This is your documentation hub. Browse documents using the sidebar, or explore t
- Content-addressed attachment storage
- Real-time document syncing
Lorem ipsum
<strong>hi</strong>

BIN
content/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB