diff options
Diffstat (limited to 'content/documentation/development')
4 files changed, 0 insertions, 4 deletions
diff --git a/content/documentation/development/devenv.md b/content/documentation/development/devenv.md index 7ea577c..bf6c017 100644 --- a/content/documentation/development/devenv.md +++ b/content/documentation/development/devenv.md @@ -3,7 +3,6 @@ title = "Setup your environment" weight = 5 +++ -# 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/miscellaneous_notes.md b/content/documentation/development/miscellaneous_notes.md index aafb3cd..5ead19d 100644 --- a/content/documentation/development/miscellaneous_notes.md +++ b/content/documentation/development/miscellaneous_notes.md @@ -3,7 +3,6 @@ title = "Miscellaneous notes" weight = 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 380f544..06d1f47 100644 --- a/content/documentation/development/release_process.md +++ b/content/documentation/development/release_process.md @@ -3,7 +3,6 @@ title = "Release process" weight = 15 +++ -# Release process Before releasing a new version of Garage, our code pass through a succession of checks and transformations. We define them as our release process. diff --git a/content/documentation/development/scripts.md b/content/documentation/development/scripts.md index a3871eb..34c921b 100644 --- a/content/documentation/development/scripts.md +++ b/content/documentation/development/scripts.md @@ -3,7 +3,6 @@ title = "Development scripts" weight = 10 +++ -# Development scripts We maintain a `script/` folder that contains some useful script to ease testing on Garage. |