| Message ID | 3996e3eb-bfa4-078f-1dda-e01536e65cc9@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | ref-manual: fix incorrect heading level for site.conf section | expand |
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index ff84b250b..596c19de5 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst @@ -370,7 +370,7 @@ Once the build process gets the sample file, it uses ``sed`` to substitute final .. _structure-build-conf-site.conf: ``build/conf/site.conf`` -======================== +------------------------ This configuration file contains the site specific configurations for your build environment.
The section level for the site.conf section is one level too high up. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---