diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-12-09 17:08:45 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-12-10 20:38:21 +0100 |
commit | 895d5fea41177e444c18f4fdc820fffa5f67d5bf (patch) | |
tree | 42fd1e9507384abcd9c6e82f18ccca813f8b6296 /docs | |
parent | f124940f75e1f49100fe5381019d2f65d6915304 (diff) |
Add drafty skeleton
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture.md | 3 | ||||
-rw-r--r-- | docs/server.md | 8 | ||||
-rw-r--r-- | docs/state.md | 9 |
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 |