Update documentation authored by drebs's avatar drebs
...@@ -21,7 +21,7 @@ Current pieces of documentation for soledad are: ...@@ -21,7 +21,7 @@ Current pieces of documentation for soledad are:
* Discussions (understanding oriented) **(D)** * Discussions (understanding oriented) **(D)**
* Reference (information oriented) **(R)** * Reference (information oriented) **(R)**
# Current structure # Current structure of https://soledad.readthedocs.io/
* Soledad Client * Soledad Client
* Soledad Server **(R)** * Soledad Server **(R)**
...@@ -43,4 +43,27 @@ Current pieces of documentation for soledad are: ...@@ -43,4 +43,27 @@ Current pieces of documentation for soledad are:
* Benchmarks **(R)** * Benchmarks **(R)**
* Changelog **(R)** * Changelog **(R)**
* Migrations * Migrations
* Soledad Server 0.8 to 0.9 - Couch Database schema migration needed **(R)** * Soledad Server 0.8 to 0.9 - Couch Database schema migration needed **(R)**
\ No newline at end of file
# Current structure of https://leap.se/en/docs/design/soledad
* Introduction **(R)**
The importance of data availability **(D)**
* Goals **(D)**
* Related software **(D)**
* Soledad protocol
* Document API **(R)(T)**
* Storage secret **(R)(T)**
* Document encryption **(R)(T)**
* Document synchronization **(R)**
* Document IDs **(R)**
* Re-keying **(R)**
* Authentication **(R)**
* Bootstrap and recovery **(R)(T)**
* Reference implementation of client
* Local storage **(R)**
* Encrypted synchronization target **(R)**
* Reference implementation of server **(R)**
* CouchDB backend **(R)**
* WSGI Server **(R)**
* Tests
\ No newline at end of file