From 0ae337ec567ffb68bac40f273e44fb0097fdbd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= Date: Thu, 17 Sep 2020 22:01:21 +0200 Subject: [PATCH] [Doc] fix some example for sites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Bobot --- doc/sites.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sites.rst b/doc/sites.rst index 367aab99aa87..65cf37a9bbed 100644 --- a/doc/sites.rst +++ b/doc/sites.rst @@ -40,7 +40,7 @@ in the section ``share``. This package can add files to this ``sites`` using the .. code:: scheme (install - (section (site c themes)) + (section (site mygui themes)) (files (layout.css as default/layout.css) (ok.png as default/ok.png) @@ -54,7 +54,7 @@ theme. Inside the scope of ``mygui_material_theme`` the ``dune`` file contains: .. code:: scheme (install - (section (site c themes)) + (section (site mygui themes)) (files (layout.css as material/layout.css) (ok.png as material/ok.png) @@ -80,7 +80,7 @@ site using the :ref:`generate module stanza` (modules mygui mysites) ) - (generate_module (name mysites) (sites c)) + (generate_module (name mysites) (sites mygui)) Then inside ``mygui.ml`` module the locations can be recovered and used: