From a7886f8670d3efcdb5fb72a621fb722dd087b5d6 Mon Sep 17 00:00:00 2001 From: Yawar Amin Date: Mon, 27 Jan 2025 20:42:45 -0500 Subject: [PATCH] Fix verbatim text --- dream-html/dream_html.mli | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dream-html/dream_html.mli b/dream-html/dream_html.mli index 2b315ea..785ebe8 100644 --- a/dream-html/dream_html.mli +++ b/dream-html/dream_html.mli @@ -621,9 +621,15 @@ val static_asset : (Dream.response Dream.promise, _) path -> Dream.route inside a dune component called [static] and in the [static/assets] subdirectory. Suppose you have the following directory tree: - {[ - static / dune assets / css / app.css js / app.js - ]} + {v +static/ + dune + assets/ + css/ + app.css + js/ + app.js + v} The [dune] file defines a [library] component that will make the following module available: