diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-31 12:44:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-31 12:44:47 +0100 |
commit | 242fcc297903c2e47c35946da5f99f97d091de0a (patch) | |
tree | 97ae176f98015a2006986ba9d69cc930bab6286f /content/documentation/working-documents | |
parent | 143c9403e6c94585de1ab65e631798994d01eb41 (diff) | |
download | garagehq.deuxfleurs.fr-242fcc297903c2e47c35946da5f99f97d091de0a.tar.gz garagehq.deuxfleurs.fr-242fcc297903c2e47c35946da5f99f97d091de0a.zip |
Add sections as documentation pages
Diffstat (limited to 'content/documentation/working-documents')
-rw-r--r-- | content/documentation/working-documents/_index.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/content/documentation/working-documents/_index.md b/content/documentation/working-documents/_index.md index 8b65867..cb78fc4 100644 --- a/content/documentation/working-documents/_index.md +++ b/content/documentation/working-documents/_index.md @@ -2,5 +2,13 @@ title = "Working Documents" weight = 7 sort_by = "weight" -redirect_to = "documentation/working-documents/compatibility-target/" -+++
\ No newline at end of file +template = "documentation.html" ++++ + + +Working documents are documents that reflect the fact that Garage is a software that evolves quickly. +They are a way to communicate our ideas, our changes, and so on before or while we are implementing them in Garage. +If you like to live on the edge, it could also serve as a documentation of our next features to be released. + +Ideally, once the feature/patch has been merged, the working document should serve as a source to +update the rest of the documentation and then be removed. |