aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-12-09 17:08:45 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2023-12-10 20:38:21 +0100
commit895d5fea41177e444c18f4fdc820fffa5f67d5bf (patch)
tree42fd1e9507384abcd9c6e82f18ccca813f8b6296 /docs
parentf124940f75e1f49100fe5381019d2f65d6915304 (diff)
Add drafty skeleton
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.md3
-rw-r--r--docs/server.md8
-rw-r--r--docs/state.md9
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
new file mode 100644
index 0000000..8f562cb
--- /dev/null
+++ b/docs/architecture.md
@@ -0,0 +1,3 @@
+# Architecture
+
+docdoc
diff --git a/docs/server.md b/docs/server.md
new file mode 100644
index 0000000..51a5ec4
--- /dev/null
+++ b/docs/server.md
@@ -0,0 +1,8 @@
+# Server API
+
+docdoc
+
+## Authentication
+## Endpoints
+### get-status
+### add-chain
diff --git a/docs/state.md b/docs/state.md
new file mode 100644
index 0000000..fbb965d
--- /dev/null
+++ b/docs/state.md
@@ -0,0 +1,9 @@
+# State
+
+All state is managed by the silent-ct [manager](../internal/manager). All such
+state is persisted to disk in a common directory as a collection of files. Not
+having any database simplifies setup and manual debugging, should it be needed.
+
+## Structure of the state directory
+
+docdoc