Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5d14151 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Sep 9, 2024
1 parent 4950ce9 commit 288e60b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 6.0/manual/staticlink.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
</p><p>The programming interface follows exactly the structure of the configuration file:
Each request received by the server goes through all the instructions given
in the list. These instructions can be:
- either input filters that will modify the request
</p><ul><li> either input filters that will modify the request
(for example <a href="rewritemod" class="ocsimore_phrasing_link">Rewritemod</a>)
- or page generation instructions (for example with <a href="staticmod" class="ocsimore_phrasing_link">Staticmod</a>,
</li><li> or page generation instructions (for example with <a href="staticmod" class="ocsimore_phrasing_link">Staticmod</a>,
<a href="eliom" class="ocsimore_phrasing_link">Eliom</a> or <a href="redirectmod" class="ocsimore_phrasing_link">Redirectmod</a>)
- or output filters, that will modify the result (for example
</li><li> or output filters, that will modify the result (for example
<a href="deflatemod" class="ocsimore_phrasing_link">Deflatemod</a> or <a href="cors" class="ocsimore_phrasing_link">CORS</a>).
</p><p>Here is an example of a more complex configuration:
</li></ul><p>Here is an example of a more complex configuration:
</p><pre class=""><code class="language-ocaml translatable">let _ =
Ocsigen_server.start
~ports:[`All, 8080]
Expand Down
8 changes: 4 additions & 4 deletions dev/manual/staticlink.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
</p><p>The programming interface follows exactly the structure of the configuration file:
Each request received by the server goes through all the instructions given
in the list. These instructions can be:
- either input filters that will modify the request
</p><ul><li> either input filters that will modify the request
(for example <a href="rewritemod" class="ocsimore_phrasing_link">Rewritemod</a>)
- or page generation instructions (for example with <a href="staticmod" class="ocsimore_phrasing_link">Staticmod</a>,
</li><li> or page generation instructions (for example with <a href="staticmod" class="ocsimore_phrasing_link">Staticmod</a>,
<a href="eliom" class="ocsimore_phrasing_link">Eliom</a> or <a href="redirectmod" class="ocsimore_phrasing_link">Redirectmod</a>)
- or output filters, that will modify the result (for example
</li><li> or output filters, that will modify the result (for example
<a href="deflatemod" class="ocsimore_phrasing_link">Deflatemod</a> or <a href="cors" class="ocsimore_phrasing_link">CORS</a>).
</p><p>Here is an example of a more complex configuration:
</li></ul><p>Here is an example of a more complex configuration:
</p><pre class=""><code class="language-ocaml translatable">let _ =
Ocsigen_server.start
~ports:[`All, 8080]
Expand Down

0 comments on commit 288e60b

Please sign in to comment.