aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/development
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-31 16:43:48 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-31 16:43:48 +0100
commitc16116559d008302808f75afe84c510145e1eaf0 (patch)
tree076032f7be71245c6949f2e883af1504bfc53f8b /content/documentation/development
parentfba1b065036115cea8d067b74ee04c292db022b8 (diff)
downloadgaragehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.tar.gz
garagehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.zip
Remove most h1 titles that weren't needed
Diffstat (limited to 'content/documentation/development')
-rw-r--r--content/documentation/development/devenv.md1
-rw-r--r--content/documentation/development/miscellaneous_notes.md1
-rw-r--r--content/documentation/development/release_process.md1
-rw-r--r--content/documentation/development/scripts.md1
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.