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/development | |
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/development')
5 files changed, 25 insertions, 0 deletions
diff --git a/content/documentation/development/devenv.md b/content/documentation/development/devenv.md index 78affa4..2979141 100644 --- a/content/documentation/development/devenv.md +++ b/content/documentation/development/devenv.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Setup your development environment Depending on your tastes, you can bootstrap your development environment in a traditional Rust way or through Nix. diff --git a/content/documentation/development/index.md b/content/documentation/development/index.md index 09147ec..9ca1f70 100644 --- a/content/documentation/development/index.md +++ b/content/documentation/development/index.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Development Now that you are a Garage expert, you want to enhance it, you are in the right place! diff --git a/content/documentation/development/miscellaneous_notes.md b/content/documentation/development/miscellaneous_notes.md index 1adc574..aba4802 100644 --- a/content/documentation/development/miscellaneous_notes.md +++ b/content/documentation/development/miscellaneous_notes.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Miscellaneous Notes ## Quirks about cargo2nix/rust in Nix diff --git a/content/documentation/development/release_process.md b/content/documentation/development/release_process.md index e6f9e60..50673ae 100644 --- a/content/documentation/development/release_process.md +++ b/content/documentation/development/release_process.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Release process Before releasing a new version of Garage, our code pass through a succession of checks and transformations. diff --git a/content/documentation/development/scripts.md b/content/documentation/development/scripts.md index 387cb34..bfcb047 100644 --- a/content/documentation/development/scripts.md +++ b/content/documentation/development/scripts.md @@ -1,3 +1,8 @@ ++++ +title="Doc Post" +date=2018-08-20 ++++ + # Development scripts We maintain a `script/` folder that contains some useful script to ease testing on Garage. |