misc
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
BIN
content/logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
Reference in New Issue
Block a user