When, in commit 2676f31, the design for stand-alone disks was added, it was not added to the list of draft designs, but accidentally to the list of designs not shown in the index; the latter, however, is only for implemented designs. As this design still isn't fully implemented, fix this now.
Signed-off-by: Klaus Aehlig <[email protected]> --- doc/design-draft.rst | 1 + doc/index.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design-draft.rst b/doc/design-draft.rst index ee6a63a..321871d 100644 --- a/doc/design-draft.rst +++ b/doc/design-draft.rst @@ -20,6 +20,7 @@ Design document drafts design-os.rst design-move-instance-improvements.rst design-node-security.rst + design-disks.rst .. vim: set textwidth=72 : .. Local Variables: diff --git a/doc/index.rst b/doc/index.rst index e59e550..4dd62f3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -100,7 +100,6 @@ Draft designs design-cpu-pinning.rst design-device-uuid-name.rst design-daemons.rst - design-disks.rst design-file-based-storage.rst design-hroller.rst design-hotplug.rst -- 2.6.0.rc2.230.g3dd15c0
