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/reference-manual/_index.md | |
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/reference-manual/_index.md')
-rw-r--r-- | content/documentation/reference-manual/_index.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/content/documentation/reference-manual/_index.md b/content/documentation/reference-manual/_index.md index ee79581..2718f4e 100644 --- a/content/documentation/reference-manual/_index.md +++ b/content/documentation/reference-manual/_index.md @@ -2,5 +2,10 @@ title = "Reference Manual" weight = 4 sort_by = "weight" -redirect_to = "documentation/reference-manual/configuration/" -+++
\ No newline at end of file +template = "documentation.html" ++++ + + +A reference manual contains some extensive descriptions about the features and the behaviour of the software. +Reading of this chapter is recommended once you have a good knowledge/understanding of Garage. +It will be useful if you want to tune it or to use it in some exotic conditions. |