diff options
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. |