diff options
author | sptaule <lecas83@gmail.com> | 2022-01-24 21:08:34 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-24 21:08:34 +0100 |
commit | ada5e9ac0e6e1e226534a463238b06930ba58b64 (patch) | |
tree | 9dc6ade23249703942dd0465e753600aa67adb67 /content/documentation/working_documents | |
parent | dc932f973593747697b98aa612a308df889741ab (diff) | |
download | garagehq.deuxfleurs.fr-ada5e9ac0e6e1e226534a463238b06930ba58b64.tar.gz garagehq.deuxfleurs.fr-ada5e9ac0e6e1e226534a463238b06930ba58b64.zip |
Added markdown fake metadata to doc content
Diffstat (limited to 'content/documentation/working_documents')
6 files changed, 30 insertions, 0 deletions
diff --git a/content/documentation/working_documents/compatibility_target.md b/content/documentation/working_documents/compatibility_target.md index 8830101..51c6e2e 100644 --- a/content/documentation/working_documents/compatibility_target.md +++ b/content/documentation/working_documents/compatibility_target.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # S3 compatibility target If there is a specific S3 functionnality you have a need for, feel free to open diff --git a/content/documentation/working_documents/design_draft.md b/content/documentation/working_documents/design_draft.md index 06ed46b..2ac3e0d 100644 --- a/content/documentation/working_documents/design_draft.md +++ b/content/documentation/working_documents/design_draft.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Design draft **WARNING: this documentation is a design draft which was written before Garage's actual implementation. diff --git a/content/documentation/working_documents/index.md b/content/documentation/working_documents/index.md index a9e7f89..8c0f1f0 100644 --- a/content/documentation/working_documents/index.md +++ b/content/documentation/working_documents/index.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Working Documents Working documents are documents that reflect the fact that Garage is a software that evolves quickly. diff --git a/content/documentation/working_documents/load_balancing.md b/content/documentation/working_documents/load_balancing.md index 99271ad..e6fa3e8 100644 --- a/content/documentation/working_documents/load_balancing.md +++ b/content/documentation/working_documents/load_balancing.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Load Balancing Data (planned for version 0.2) **This is being yet improved in release 0.5. The working document has not been updated yet, it still only applies to Garage 0.2 through 0.4.** diff --git a/content/documentation/working_documents/migration_04.md b/content/documentation/working_documents/migration_04.md index 05e7eaf..92ec71e 100644 --- a/content/documentation/working_documents/migration_04.md +++ b/content/documentation/working_documents/migration_04.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Migrating from 0.3 to 0.4 **Migrating from 0.3 to 0.4 is unsupported. This document is only intended to diff --git a/content/documentation/working_documents/migration_06.md b/content/documentation/working_documents/migration_06.md index 4312e37..dd180d5 100644 --- a/content/documentation/working_documents/migration_06.md +++ b/content/documentation/working_documents/migration_06.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Migrating from 0.5 to 0.6 **This guide explains how to migrate to 0.6 if you have an existing 0.5 cluster. |