docs: Add some slight organization.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 10m4s

This commit is contained in:
2025-12-07 08:42:34 -05:00
parent 2086075f7b
commit 0af54edac1
12 changed files with 23 additions and 8 deletions

4
docs/app_development.md Normal file
View File

@@ -0,0 +1,4 @@
@page app_development App Development
- @subpage app_development_cheat_sheet
- @subpage app_development_guide

View File

@@ -1,4 +1,4 @@
# App Development Cheat Sheet
@page app_development_cheat_sheet App Development Cheat Sheet
Making apps for the impatient tilde friend.

View File

@@ -1,4 +1,4 @@
# App Development Guide
@page app_development_guide App Development Guide
A Tilde Friends application starts with code that runs on a Tilde Friends server, possibly far away from where you wrote it, in a little JavaScript environment, in its own restricted process, with the only access to the outside world being the ability to send messages to the server. This document gives some recipes showing how that can be used to build a functional user-facing application in light of the unique constraints present.

View File

@@ -1,3 +1,5 @@
@page connecting_manyverse How to Connect Manyverse
# Connecting with Manyverse
Communication with [Manyverse](https://www.manyver.se/) should Just Work (tm).

5
docs/howto.md Normal file
View File

@@ -0,0 +1,5 @@
@page howto How To
- @subpage upgrading
- @subpage transfer_account
- @subpage connecting_manyverse

View File

@@ -1,4 +1,4 @@
# Inspiration
@page inspiration Inspiration
This is an ever-growing list of software that is similar to what Tilde Friends tries to be but as far as I can tell don't quite fit the same niche.

View File

@@ -1,4 +1,4 @@
# Model
@page model Model
A reasonable mental model of Tilde Friends is as a virtual computer. User
interace is through a web browser. Communication with the outside world is

5
docs/overview.md Normal file
View File

@@ -0,0 +1,5 @@
@page overview Overview
- @subpage inspiration
- @subpage model
- @subpage vision

View File

@@ -1,4 +1,4 @@
# How to Transfer an Account
@page transfer_account How to Transfer an Account
Secure Scuttlebutt accounts can be easily transferred between apps and devices.

View File

@@ -1,4 +1,4 @@
# Upgrading
@page upgrading Upgrading
Tilde Friends can be upgraded simply by running a new executable against an
existing database.

View File

@@ -1,4 +1,4 @@
# Vision
@page vision Vision
Tilde Friends is a tool for making and sharing.