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/design | |
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/design')
-rw-r--r-- | content/documentation/design/benchmarks.md | 5 | ||||
-rw-r--r-- | content/documentation/design/goals.md | 5 | ||||
-rw-r--r-- | content/documentation/design/index.md | 5 | ||||
-rw-r--r-- | content/documentation/design/internals.md | 5 | ||||
-rw-r--r-- | content/documentation/design/related_work.md | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/content/documentation/design/benchmarks.md b/content/documentation/design/benchmarks.md index 6e5580e..b339df1 100644 --- a/content/documentation/design/benchmarks.md +++ b/content/documentation/design/benchmarks.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Benchmarks With Garage, we wanted to build a software defined storage service that follow the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle), diff --git a/content/documentation/design/goals.md b/content/documentation/design/goals.md index 10ef6a8..539b3b4 100644 --- a/content/documentation/design/goals.md +++ b/content/documentation/design/goals.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Goals and use cases ## Goals and non-goals diff --git a/content/documentation/design/index.md b/content/documentation/design/index.md index 2e3b5fd..f84af11 100644 --- a/content/documentation/design/index.md +++ b/content/documentation/design/index.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Design The design section helps you to see Garage from a "big picture" diff --git a/content/documentation/design/internals.md b/content/documentation/design/internals.md index 0b31584..2cb5792 100644 --- a/content/documentation/design/internals.md +++ b/content/documentation/design/internals.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Internals ## Overview diff --git a/content/documentation/design/related_work.md b/content/documentation/design/related_work.md index da3f807..e11652c 100644 --- a/content/documentation/design/related_work.md +++ b/content/documentation/design/related_work.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Related work ## Context |