From 9dcb674e0fac4488363ade3aa95b0affd80bd333 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 24 Jan 2022 10:41:02 -0500
Subject: [PATCH] Fix the doc index

---
 docs/source/designs/costs.rst |  2 +-
 docs/source/index.rst         | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/docs/source/designs/costs.rst b/docs/source/designs/costs.rst
index 0a98df3..ab744c5 100644
--- a/docs/source/designs/costs.rst
+++ b/docs/source/designs/costs.rst
@@ -6,7 +6,7 @@ It overlays its own protocol on the Tahoe-LAFS storage protocol which accepts ZK
 The underlying storage operations are only allowed when the supplied payment covers the cost.
 
 Storage-Time
-============
+````````````
 
 Storage servers incur a storage cost over time to provide service to storage clients.
 A storage server must hold ciphertext from the time it is uploaded until the last time a client needs to download it.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 345d880..7072f51 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -7,15 +7,22 @@ Welcome to ZKAP Authorizer's documentation!
 ===========================================
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
    :caption: Contents:
 
    code_of_conduct
    CONTRIBUTING
    interface
-   backup
+   configuration
    leases
 
+.. toctree::
+   :maxdepth: 1
+   :caption: Designs:
+
+   designs/costs
+   designs/backup-recovery
+
 Indices and tables
 ==================
 
-- 
GitLab