diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-14 13:34:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-14 13:34:00 +0100 |
commit | 05547f2ba6fef628f755e511e4ec9a556d40887d (patch) | |
tree | 1001656021861fef77e202586be787255e0bff27 /doc/book/working-documents/design-draft.md | |
parent | 39ac295eb749d3dd996c0a8d6fe031269e6a2451 (diff) | |
download | garage-05547f2ba6fef628f755e511e4ec9a556d40887d.tar.gz garage-05547f2ba6fef628f755e511e4ec9a556d40887d.zip |
Move testing strategy to a dedicated doc section (fix #114)doc-testing-strategy
Diffstat (limited to 'doc/book/working-documents/design-draft.md')
-rw-r--r-- | doc/book/working-documents/design-draft.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/working-documents/design-draft.md b/doc/book/working-documents/design-draft.md index 3c8298b0..6560dbed 100644 --- a/doc/book/working-documents/design-draft.md +++ b/doc/book/working-documents/design-draft.md @@ -1,6 +1,6 @@ +++ title = "Design draft (obsolete)" -weight = 50 +weight = 900 +++ **WARNING: this documentation is a design draft which was written before Garage's actual implementation. |